• I’m using the Appply theme together with the plugin polylang.
    For some reason the slide translation is not working.
    I have two languages (english and danish) and I have different slides for each languages.
    However, whenever I add new slide on either language it will show up only in english so when I click the flag to change the language everything change except the slides language.
    Everything else like the woo-featured and woo- testimonials are translated perfect by Polylang it’s only the slider that makes som problems.

    Any ideas what might be the problem?

    In another forum they had this solution for another wootheme:


    What I had to do was to add ‘suppress_filters’ => false to the function woo_featured_slider_get_slides() like this:

    $query_args = array( ‘post_type’ => ‘slide’, ‘suppress_filters’ => false ); // WPML Support

    Do you think this will work? If yes, can you give me a step by step guide how to edit this code and where to find it. I know I can find it in FTP but it’s still very new to me.

    All the best

    https://www.ads-software.com/extend/plugins/polylang/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Chouby

    (@chouby)

    In Polylang settings, have a checkbox “slide” that you can check?

    Thread Starter Louring

    (@louring)

    Yes the checkbox “Slides” and also “slide groups” are ticked.
    And there is no problem to do the translation when I go to slides, the problem is that only the default language is showing up and the slider does not change when I click the flag.

    Plugin Author Chouby

    (@chouby)

    Could you post the code of this function woo_featured_slider_get_slides()?

    Thread Starter Louring

    (@louring)

    I’m not sure where to find this code. I’m not very techy so if you can lead me in the right direction I will like to give it a try.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wootheme slider language’ is closed to new replies.