Portfollio Widget – Items / Translate

Home Support Winsome Pro Portfollio Widget – Items / Translate

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #7211
    Rute Henriques
    Participant

    Hi,

    How many items – products – its is possible to insert in the portfolio widget?
    Where can I translate the word “all” for portuguese?

    Thanks
    Rute Henriques

    #7212
    Rute Henriques
    Participant

    please forget my first question about the items. I’ve found where change the number of items.

    now my question is why the 4th columns layout is not correctly displayed? please see the image

    4 columns layout

    #7213
    ProDesigns
    Keymaster

    Hi @Rute Henriques

    Please go to Appearance >> Customize >> Additional CSS and add following CSS to make 4th row work properly.

    .pt-portfolio-item-wrap .pt-portfolio-item {
        margin-left: -4px;
    }
    #7214
    Rute Henriques
    Participant

    Hi,
    It’s done. Thanks 🙂
    Now, how can I change the word “all” to “todos” in the portfolio widget filter?
    (this is an important issue for us)

    translate  the word all

    #7215
    ProDesigns
    Keymaster

    Hi @Rute Henriques

    Please go to Appearance >> Customize >> Additional CSS and add following CSS to change All to Todos.

    .pt-portfolio .filter-list li:first-child{
      visibility: hidden;
    }
    .pt-portfolio .filter-list li:first-child:after{
      content:'Todos'; 
      visibility: visible;
    }

    Hope it will work for you.

    #7216
    Rute Henriques
    Participant

    Hi,

    It’s working now. Thanks.
    I thought that was necessary a translate field or something else like that.

    Thanks
    Rute Henriques

    #7217
    ProDesigns
    Keymaster

    Hi @Rute Henriques

    We will inform plugin development team to add an option to make this field dynamic.

    Thank you.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.