-
AuthorPosts
-
January 23, 2014 at 9:34 pm #214093
Hello, I use Enfold and WPML. My homepage is translated, and so is the text for my Full-Width Easy Slider. However, when I try to link the slide to a page, it does not work properly.
Instead, I see a dropdown menu of pages for a random different language. For example, I tried to edit the slider’s links for my Korean homepage, but the slider displayed the links in French. Thank you for reading!
January 24, 2014 at 4:15 pm #214479Hi MHM!
Please try to deactivate all third party plugins except WPML – maybe a plugin messes up the post/page queries in the background. If the deactivation of all plugins solves the issue activate them one by one to find the culprit. If this doesn’t help you create us an admin account and post the login credentials as private reply.
Regards,
PeterJanuary 24, 2014 at 6:45 pm #214538This reply has been marked as private.January 24, 2014 at 7:29 pm #214553Hey!
Please give me admin rights :)
Cheers!
PeterJanuary 24, 2014 at 7:42 pm #214563This reply has been marked as private.January 25, 2014 at 11:39 am #214772Hey!
I couldn’t reproduce the issue – the Korean website just showed the Korean pages in the select box. Maybe you translated several pages side by side (in different browser tabs or windows)? This can cause issues because WPML set a cookie to determine the current selected language and if you translate the entries side by side the language detection can fail.
You can try to insert this code into the functions.php file though:
add_action( 'init', 'avia_deactivate_wpml_page_filter', 10); function avia_deactivate_wpml_page_filter(){ remove_filter( 'avf_dropdown_post_query', 'avia_wpml_filter_dropdown_post_query', 10, 4); }
This code will remove the language filter from the posts/page query and then all entries (from all languages) will be shown in the dropdown.
Regards,
PeterJanuary 28, 2014 at 6:00 pm #215928Thank you, I think you were onto something regarding the multiple tabs. I’ve been able to do this for all except one language, which I think is due to an unrelated WPML issue. (It dissociated one my frontpage translations, as a different page instead of a translation of the frontpage.)
January 28, 2014 at 7:43 pm #216005The slider is now working with every translation of this frontpage now. :) Thanks again for your help and advice.
January 29, 2014 at 10:38 am #216293Hey!
Great :)
Best regards,
Peter -
AuthorPosts
- The topic ‘Full-Width Easy Slider Not Cooperating with WPML’ is closed to new replies.