Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #81290
    ABS
    Participant

    Hello,

    The theme is very nice. I have only one question. I work with polylang and almost everything is ok.

    Only the featured slider is showing the featured pages I have selected and they are not switching to the translated pages when switching language.

    How to solve this. So it’s showing the English featured pages when the site is in English and the featured slider is in Dutch when selecting Dutch

    Thanks in advantage!

    Regards

    jap

    #81325
    Mahesh
    Keymaster

    Hi @ABS,

    For this, you have to create a child theme. You can find the details on how to create a child them here

    Then in child theme’s functions.php file add the following function.

    function fullframe_delete_slider_cache() {
        delete_transient( 'fullframe_featured_slider' );
    }
    
    add_action( 'after_setup_theme', 'fullframe_delete_slider_cache' );
    

    Let me know if this solved your issue or not and please post your site url.

    Regards,
    Mahesh

    #81333
    ABS
    Participant

    Hello,

    I tried almost everything except this sollution. Yesterday i bought the theme and it is working fine now.

    thank you for the responds

    jap

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Working with Polylang’ is closed to new replies.