Slider Revolution causing Posts Page Error

Hello,
I am receiving an error that says “_Uh oh! The preview HTML did not include a closing ; tag. It may fail to load or work properly.”

I’ve figured out that it’s caused by the Slider Revolution plugin but I use that plugin so I don’t know what to do about it. It’s happening on my Posts Page so that could be part of the problem. Thanks for your help,

Tyler

Hello @tjedic1990,

Thanks for writing in! :slight_smile:

Please follow the steps below:

  1. Ensure everything is up to date according to our version compatibility list here. Please follow the best practices when updating your theme and plugins. Click here for more information.

  2. Go to X > Settings and click on the Clear Style Cache button.

  3. If you’re using a CDN(ex: CloudFlare), please clear the CDN’s cache and disable optimization services.

  4. Test for a plugin conflict. You can do this by deactivating all third-party plugins, and see if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

  5. Remove custom CSS and Javascript from the options or Child Theme and test the case.

  6. Reset your htaccess file by renaming it to .htaccess-bak. Then in WP Admin Menu, go to Settings > Permalinks and just click the Save Changes button.

  7. Increase the PHP Memory Limit of your server. Click here for more detailed information and how to increase the PHP memory limit.

If you still have the same problem, can you share to us your Wordpress User/Pass in a secure note so we can take a closer look?

Thank you.

Hi Jumar,

I know for sure it’s Slider Revolution that’s causing the problem, I just don’t know what to do about it. I will send User/Pass in a secure note. Thank you,

Tyler

Hi Tyler,

How did you add your revslider in your post page?

Please note that once you have set your page as posts page it is no longer editable in cornerstone.

Wordpress will automatically populate it with your posts.

Please delete your current posts page, then create a new page and set it again as your posts page.

Thanks

Thanks Paul.

That would have saved me so much time if I knew that like six months ago! :joy:

So now my blog page looks great but I can’t figure out how to hide the blog title or adjust the padding about the page title. Everything else looks great. Should I open a new ticket for that? Thank you for your help.

Tyler

Hey Tyler,

You have this custom CSS for your single post

.single-post .masthead {
    position: relative;
    width: auto;
    background-color: #001937;
}

Also apply it to your blog page like this.

.single-post .masthead,
.blog .masthead {
    position: relative;
    width: auto;
    background-color: #001937;
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.