Cornerstone not publishing out saved content

Similar issue to: https://theme.co/apex/forum/t/content-published-with-cornerstone-not-publishing-appearing-on-live-page/11837/8

When I save using cornerstone or publish out page any updates aren’t showing. I am using Version: 6.5.5 and WP Version: 5.1.1. I and running PHP Version: 5.6.36.

I can DM with details if that would work better.

Hi Khaled,

Please kindly follow the steps below:

  • Make sure that you also have the version 6.5.4 of the Cornerstone plugin. That is the compatible version with the X theme version 6.5.5. Click here for more information on how to update.
  • If you have a cache plugin, please purge the cache and test the case with another browser or machine.
  • 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.

kindly get back to us with the result of the steps above and URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case if you still have problems.

Thank you.

Hi Khaled,

It’s due to the content you have added especially the embed codes. The <iframe> should match with </iframe> else everything under it will break.

Example,

<iframe id="ytplayer" type="text/html"
src="https://www.youtube.com/embed/eI1dPBvIChk"
frameborder="0" allowfullscreen>

It should be like this

<iframe id="ytplayer" type="text/html"
src="https://www.youtube.com/embed/eI1dPBvIChk"
frameborder="0" allowfullscreen></iframe>

That’s why it shows okay on builder preview but the changes doesn’t reflect to the front. The entire code is broken and I see multiple existence of that faulty iframe. Please fix them first, it’s still editable in the builder.

Thanks!

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