Any changes I make to settings doesnt show up on the site

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 Ernest Marcinko 7 years, 5 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12387
    supadigi
    supadigi
    Participant

    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.

    #12388
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    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 :)


    #12401
    supadigi
    supadigi
    Participant

    Thanks 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.

    #12402
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Very 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 :)


Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Related Posts Pro for WordPress Support’ is closed to new topics and replies.