This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

conflict with related posts pro

Home Forums Product Support Forums Ajax Search Pro for WordPress Support conflict with related posts pro

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #11020
    optimalpartnersoptimalpartners
    Participant

    Hello,
    we are having problems with the search widget not showing on the right side bar and footer of the site, for single posts, when the plugin “related posts pro” is enabled.
    From what I can tack down, it seam to have something to do with what is going on in the global $shortcode_tags variable. the $m variable when function do_shortcode_tag() is called seams fine.
    Now the problem is not persistent. After refreshing the page once or twice the search widget tends to show up. This made us look for cashing problems during the last months with no success in solving the problem.

    Se can setup a staging site and grant access if necessary.
    Thank you

    #11030
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    I’m not able to re-create the issue unfortunately, so I’m not sure what exactly is causing it. Can you please set up a staging site where I can check it directly? I suspect one or the other is disabling the search shortcode for some reason.

    #11109
    optimalpartnersoptimalpartners
    Participant

    You cannot access this content.

    #11115
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Thank you for the details. I’ve noticed that the Related Posts Pro version you are using is not the latest. Just about 10 days ago version 1.5 was released. Please try updating it (only manual updates are available yet), that should hopefully resolve this issue as well.

    #11130
    optimalpartnersoptimalpartners
    Participant

    Hello, we have updated the related posts pro plugin to 1.5. Unfortunately the symptoms have not changed.

    #11153
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    I might have found the source of the issue, I’m not sure, because I cannot make modifications via FTP. To try my theory, please change the following:

    1. Open the wp-content\plugins\related-posts-pro\includes\related_content.class.php file and navigate to line 1492, which should be this:

    [code]add_shortcode(‘wpdreams_ajaxsearchpro’, array($this, ‘return_empty_string’));[/code]

    2. Remove that line, or comment it like this:

    [code]//add_shortcode(‘wpdreams_ajaxsearchpro’, array($this, ‘return_empty_string’));[/code]

    3. Save the file, and go to the back-end and save the Related Posts Pro options as well.

    Let me know if it helps, so I can investigate it further on my test environments.

    #11183
    optimalpartnersoptimalpartners
    Participant

    Yes it dose seam to work.
    Thank you very much. It would wave taken me some long hours to figure this out on my own.

    #11196
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘conflict with related posts pro’ is closed to new replies.