• Resolved marianacarbonell

    (@marianacarbonell)


    Hello, I am working on a page in Spanish, and it has been impossible for me to change the language to the filter “show all” of the portfolio, I installed translation plugins and it did not work, in the widgets the FP: Portfolio widget does not appear to edit it, I am working locally. Does anyone know how I can change the language to “show all”?
    Thank you!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello there,

    Try the below steps to translate that string with jQuery code:

    1. Install and activate the TC Custom JavaScript plugin
    2. Go To Appearance > Custom JavaScript
    3. Paste the following code into the provided box

    
    (function($){
    
      if( $('.sydney_portfolio_widget').length ) {
        $('.sydney_portfolio_widget a[data-filter="*"]').text('My show all');
      }
    
    })(jQuery);
    

    4. Update

    Regards,
    Kharis

    Thread Starter marianacarbonell

    (@marianacarbonell)

    Hi kharis, thank you very much for your response.

    I tried and it didn’t work.

    I looked in the js of the subject and found in the code the place where they give the name to the filter “show all” to change it to Spanish. =(

    Hello there,

    Please share a link to your website here, so I can inspect the correct selector to use.

    Regards,
    Kharis

    Thread Starter marianacarbonell

    (@marianacarbonell)

    Thanks for responding and sorry for the delay, I was migrating the web and I had several problems that delayed me, here is the link

    https://targuschile.cl/

    Thanks =)

    Hello there,

    It looks like you have been able to change it properly. The “Show All” navigation on the portfolio section now reads “Mostrar Todo”.

    Regards,
    Kharis

    Thread Starter marianacarbonell

    (@marianacarbonell)

    Hello kharis, yes yesterday I finally did it, thank you very much for answering, I leave the link of the page that gave me the solution

    Happy weekend!!

    https://www.ingresosviaweb.com/traducir-el-tema-sydney/

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘change language filter portfolio’ is closed to new replies.