Broken menu on side of page

Hi -

This page is broken, but the rest of the ones on my site are not.

http://exposure.corporatephotobooths.photography/pricing.html

There is a strange menu on the right side which shouldn’t be there, it should be in the footer.

Hi there,

Please check the content of this page and make sure that every html tag that needs to have a closing pair should be properly closed.

Hope this helps.

Hi @Jade

I’m pretty baffled by this issue. I’m not a developer so that’s why I use Cornerstone. I’ve restored this page all the way back to a revision from May, and the footer still seems to somehow be showing all the way up and down the right side of the page. I have no idea why.

I’ve tried searching the code directly for a missing (/html) tag, is that what you were suggesting? But it’s still not really getting me anywhere. I could really use some help.

I tried to post the code from the entire page to see if you can spot something missing, but was blocked from being able to do that.

Please check for the following:

  1. Ensure everything is up to date according to our version compatibility list at https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195. Please follow the best practices when updating your theme and plugins. See https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62 for more details.

  2. Clear all caches including browser cache then deactivate your caching plugins and other optimization plugins.

  3. If you’re using a CDN, 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 seeing 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, Javascript and templates.

If nothing helps, please give us access to your WordPress admin and cPanel in a Secure Note.

Thanks.

I have the latest version of X, Cornerstone, and all my plugins are up to date.

I have deactivated all my plugins and that still doesn’t fix the problem of the footer showing the entire length of the right side of the screen, and only on this page http://exposure.corporatephotobooths.photography/pricing.html

Do you see the same thing I do? where the footer is showing on the right side of the screen for some reason?

Summary

This text will be hidden

Hello There,

Thanks for providing the credentials. I have investigated your issue and the layout has been messed up because in one of the text elements, you inserted an invalid html code:

<div class="wsite-image wsite-image-border-none " style="text-align: center;"><a href="http://exposure.corporatephotobooths.photography/book-now.html" target="_blank"><img class="alignnone  wp-image-8204" src="http://exposure.corporatephotobooths.photography/wp-content/uploads/Book-now-300x113.png" alt="Book-now" width="162" height="61" /></a></div>
</div>

In the code there is a double </div> tag which is the cause of the issue. Please have it updated and remove the orphaned </div> tag.

<div class="wsite-image wsite-image-border-none " style="text-align: center;"><a href="http://exposure.corporatephotobooths.photography/book-now.html" target="_blank"><img class="alignnone  wp-image-8204" src="http://exposure.corporatephotobooths.photography/wp-content/uploads/Book-now-300x113.png" alt="Book-now" width="162" height="61" /></a></div>

Please let us know how it goes.

That fixed it, thanks!

You’re welcome!
We’re glad we were able to help you out.