Tagged: x
-
AuthorPosts
-
October 3, 2016 at 9:52 pm #1201420
LelyModeratorHi Tomas,
Thank you for the update. Please setup a staging site for now. Then forward us the admin credentials so we can further investigate.
October 6, 2016 at 7:34 am #1205008
tomaspernekParticipantThis reply has been marked as private.October 6, 2016 at 3:54 pm #1205734
RadModeratorHi there,
I have WPML and The Grid on my installation and not having any issue like yours. Hence, I can’t rule out that it’s because of WPML or by X theme. But I can see the issue you’re getting from your site.
Would you mind downgrading your WPML to 3.2.2?
I compared the setting from your site and on my installation and there is nothing wrong. Could you try installing a fresh WordPress, X theme, and WPML on a subfolder? If it works, then it’s related to existing setting or configuration, if not then maybe we can try it on another host just to confirm if it’s host related.
Thanks!
October 13, 2016 at 3:19 am #1214296
tomaspernekParticipantHello again!
I got this answer a couple of days ago from the people over at WPML
———
Hi there,
I am able to replicate the issue and it seems cornerstone plugin is adding some query to the get_posts() arguments which is creating problem, I have escalated this issue to 2nd tier supporters and they will get back to you soon with some feedbacks.
Thanks
————
Any ideas?
Best!
/Tomas
October 13, 2016 at 5:41 am #1214436
RadModeratorHi there,
The get_posts() is a local function in which doesn’t have any effect to global query. It will return the set posts when you call it, hence the result is only local to where you called it.
https://codex.wordpress.org/Template_Tags/get_posts
If they are referring to pre_get_posts filter, then please try adding this code to your child theme’s functions.php
add_filter( 'cornerstone_enable_wpml_integration', '__return_false' );Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1184639 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
