Home › Forums › Product Support Forums › Related Posts Pro for WordPress Support › Problem with the plugin
This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko 6 years, 7 months ago.
- AuthorPosts
- February 15, 2017 at 3:42 pm #11966
Hi! I just bought and activated the plugin, but it doesn’t work well. Can you please look at the configuration and possible incompatibilities?
here is an example: http://www.romeing.it/speakeasy-bars-in-rome/
thanks
A.February 15, 2017 at 3:49 pm #11967Hi!
From what I can see the plugin script is moved to the footer, while the initialization is still in the header. I’m guessing it’s either a minify/cache plugin doing that.
I think I have a solution, but a minor change must be made in one of the plugin files. I will write down the steps below, if you can’t do it, feel free to add temporary FTP details to your ticket, and I will do it for you:
1. Make sure to have site back-up, just in case anything goes wrong.
2. Open up the wp-content\plugins\related-posts-pro\includes\hooks.php file on your server.
3. Scroll to line 63, which should be this:add_action('wp_head', 'wpdreams_rpp_hooks', 10, 0);
4. Change that line to:
add_action('wp_footer', 'wpdreams_rpp_hooks', 9999999999999, 0);
5. Save the file, clear your cache site cache.
This will make sure to move the rest of the plugin scripts to the site footer, hopefully solving the issues. Let’s hope it helps.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.