- This topic has 2 replies, 2 voices, and was last updated 8 years, 11 months ago by ABS.
-
AuthorPosts
-
December 17, 2015 at 6:27 pm #81290ABSParticipant
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
December 18, 2015 at 10:18 am #81325MaheshParticipantHi @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,
MaheshDecember 18, 2015 at 12:42 pm #81333ABSParticipantHello,
I tried almost everything except this sollution. Yesterday i bought the theme and it is working fine now.
thank you for the responds
jap
-
AuthorPosts
- The topic ‘Working with Polylang’ is closed to new replies.