Home › Forums › Product Support Forums › Related Posts Pro for WordPress Support › Any changes I make to settings doesnt show up on the site
This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko 7 years, 5 months ago.
- AuthorPosts
- March 19, 2017 at 6:46 pm #12387
Related content shows up under the posts in CHROME but it looks awful and when I pick a new theme it doesn’t change on the site at all.
The related content doesn’t show up in EDGE either.
March 20, 2017 at 10:03 am #12388Hi,
The problem is caused by the missing assets on the blog front-end. I can’t see the plugin stylesheets nor the javascript files loaded. I suspect it might be either:
– because the theme is missing the mandatory wp_head() function call from it’s header.php file. Some very old or custom made themes may have this issue. You will have to check with the theme for that.
– something else is purposfully de-queueing the plugin assets.The front-end reports that you are using WordPress 2.8.6, is that correct? That is very outdated, unsecure, and over 8 years old release, I very highly recommend updating it to the latest release. Most plugins, including this one, only supports WordPress 4.0 and later. If this is the case, I recommend backing up everything before proceeding to update, as updating from very old versions can be problematic.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
March 20, 2017 at 1:09 pm #12401Thanks for the quick reply.
It is indeed an old customized theme. I added the <?php wp_head(); ?> and it seems to have fixed it. Running the latest wordpress, the theme just reports the old one for some reason.
My host also reported that the plugin disabled my cache plugin causing heavy load on the server. Will <?php wp_head(); ?> fix that as well? I run W3 Total Cache.
March 20, 2017 at 1:14 pm #12402Very likely, as many plugins out there depends on the wp_head(); function. I would also suggest checking the footer.php file if the wp_footer(); call is there, it’s also very important. The plugin also has an internal, independent cache, so after the W3TC cache and the internal cache re-builds, the server load will be back to normal.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
The forum ‘Related Posts Pro for WordPress Support’ is closed to new topics and replies.