Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1201420
    Lely
    Moderator

    Hi Tomas,

    Thank you for the update. Please setup a staging site for now. Then forward us the admin credentials so we can further investigate.

    #1205008
    tomaspernek
    Participant
    This reply has been marked as private.
    #1205734
    Rad
    Moderator

    Hi 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!

    #1214296
    tomaspernek
    Participant

    Hello 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

    #1214436
    Rad
    Moderator

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1184639 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>