Recherches récentes


Pas de recherche récente

Vassilios Lourdas's Avatar

Vassilios Lourdas

Adhésion le 15 avr. 2021

·

Dernière activité le 01 avr. 2023

Suivis

0

Abonnés

0

Activité totale

39

Votes

13

Abonnements

13

APERÇU DES ACTIVITÉS

Dernière activité effectuée par Vassilios Lourdas

Vassilios Lourdas a ajouté un commentaire,

Commentaire de la communauté Feedback - Ticketing system (Support)

For us a well, it's really a productivity issue as we have to constantly scoll down, the ticket is not always updated immediately, the button does not always work (you have to scroll first), etc. I understand that the changes are done for a good reason, but sorting the messages from latest on top is really change that shall be taken into consideration.

Regards, Vassilios

Afficher le commentaire · Publication le 10 mars 2022 · Vassilios Lourdas

0

Abonnés

2

Votes

0

Commentaire


Vassilios Lourdas a ajouté un commentaire,

Commentaire de la communauté Feedback - Ticketing system (Support)

Hi Chris Drylie, we as well. You can count on us :) knx.zendesk.com.

Regards, Vassilios

Afficher le commentaire · Publication le 28 janv. 2022 · Vassilios Lourdas

0

Abonnés

3

Votes

0

Commentaire


Vassilios Lourdas a ajouté un commentaire,

Commentaire de la communauté Feedback - Ticketing system (Support)

Hello Donghyun Lee, I followed the steps of the app and it worked. Did you add the details of your YouTube channel?

Afficher le commentaire · Publication le 17 févr. 2021 · Vassilios Lourdas

0

Abonnés

0

Votes

0

Commentaire


Vassilios Lourdas a ajouté un commentaire,

Commentaire de la communauté Feedback - Ticketing system (Support)

Hi Donghyun,

Check the Utickets integration. Free YouTube integration which seems to work pretty well.

BR, Vassilios

Afficher le commentaire · Publication le 17 févr. 2021 · Vassilios Lourdas

0

Abonnés

0

Votes

0

Commentaire


Vassilios Lourdas a ajouté un commentaire,

Commentaire de la communauté Q&A - Help center and community

Ok, I found it!

I had to use a different reference of the dynamic content. The correct one is

  {{dc 'etsuserguidenew'}}


Thanks a lot for your support!

Afficher le commentaire · Publication le 20 nov. 2017 · Vassilios Lourdas

0

Abonnés

0

Votes

0

Commentaire


Vassilios Lourdas a ajouté un commentaire,

Commentaire de la communauté Q&A - Help center and community

Hello @Trapta,

Sorry for insisting, but I am doing something wrong here and I cannot see it.

Could you please indicate me exactly where/how I should place it?

Thanks a lot for your assistance!

Afficher le commentaire · Publication le 20 nov. 2017 · Vassilios Lourdas

0

Abonnés

0

Votes

0

Commentaire


Vassilios Lourdas a ajouté un commentaire,

Commentaire de la communauté Q&A - Help center and community

@Trapta,

I did the following:

 

{{dc.etsuserguide_title}}



But I get an error 

1 error

not possible to access `dc` in `dc.etsuserguide`


I have already created the dynamic content for both.

Afficher le commentaire · Publication le 20 nov. 2017 · Vassilios Lourdas

0

Abonnés

0

Votes

0

Commentaire


Vassilios Lourdas a ajouté un commentaire,

Commentaire de la communauté Q&A - Help center and community

Hello @Trapta,

 

Thanks for pointing this out. I have already checked them, but I was not able to do it.

In fact, the dynamic content will change the text, but I need to have different link per language too, not only text.So, would you put the link in a dynamic field and include it in the html code of the homepage?

Thanks,

Afficher le commentaire · Publication le 20 nov. 2017 · Vassilios Lourdas

0

Abonnés

0

Votes

0

Commentaire


Vassilios Lourdas a créé une publication,

Publication Q&A - Help center and community

Hello, I have the following code in the homepage of my sandbox.






  • Together with the following CSS:

    /***** Blocks *****/
    /* Used in Homepage#categories and Community#topics */
    .blocks-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    }

    @media (min-width: 768px) {
    .blocks-list {
    margin: 0 -26px 0 -15px;
    }
    }

    .blocks-item {
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    box-sizing: border-box;
    color: $color_1;
    display: flex;
    flex: 1 0 340px;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    text-align: center;
    margin-bottom:30px;
    margin-right: 30px;
    }

    @media (max-width:768px){
    .blocks-list {
    margin: 0 -26px 0 -15px;
    }
    .blocks-item {
    margin-right:15px;
    }
    }

    .blocks-item i{
    font-size:48px;
    margin-bottom: 10px;
    height: 128px;
    }

    .blocks-item i:before{
    display: table-cell;
    vertical-align: middle;
    height: 128px;
    }

     

    @media (min-width: 1020px){
    .blocks-item{
    max-width: 30%;
    }
    }

    @media (min-width: 768px) {
    .blocks-item {
    margin: 0 15px 30px;
    }
    }

    .blocks-item-link--inline{
    position: relative;
    }
    .blocks-item-link--inline a{
    display: block;
    position:relative;
    z-index:20;
    }

    #link-wrapper{
    margin-top:10px;
    }

    #link-wrapper a:after{
    content:">";
    padding-left:3px;
    }

    #link-wrapper a:hover:after{
    text-decoration: none;
    }

    .blocks-item-link--inline .full-width-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index:10;
    }

    .blocks-item:hover, .blocks-item:focus, .blocks-item:active {
    background-color: darken( $color_4, 2%);
    }

    .blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
    color: darken($color_1,10%);
    /*text-decoration: none;*/
    }

    .blocks-item-internal {
    background-color: transparent;
    border: 1px solid #ddd;
    }

    .blocks-item-internal .icon-lock::before {
    content: "\1F512";
    font-size: 15px;
    bottom: 5px;
    position: relative;
    }

    .blocks-item-internal a {
    color: $color_3;
    }

    .blocks-item-link {
    color: $color_1;
    padding:20px;
    }

    .blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
    text-decoration: none;
    }

    .blocks-item-title {
    margin-bottom: 0;
    font-weight: 500;
    }

    .blocks-item-description {
    font-weight: 400;
    margin: 0;
    color: $color_3;
    }


    .blocks-item-description:not(:empty) {
    margin-top: 4px;
    }

    Gives a result like the one attached.However, I would like to use different links for the 'Get started', 'User guide' and 'Tutorial' based on the languages selected in the guide. E.g. English, German, Greek, etc. Can someone help me to do it? I have been trying with the if statements in my source code, but I haven't managed it to do it.

     

    Thanks a lot!

    Publication le 20 nov. 2017 · Vassilios Lourdas

    0

    Abonnés

    3

    Votes

    8

    Commentaires


    Vassilios Lourdas a ajouté un commentaire,

    Commentaire de la communauté Q&A - Help center and community

    Hi Vladan, it worked! Thanks a lot!

    Afficher le commentaire · Publication le 08 sept. 2017 · Vassilios Lourdas

    0

    Abonnés

    0

    Votes

    0

    Commentaire