Edited header does't look like the published version

Hello James,

Since you are inserting a shortcode in the content area, go to the HTML tab and make sure that only the shortcode will be inserted. Any html tags added will messed up the result in the live display.

Instead of having this:

<p><span>[ubermenu config_id="main" theme_location="primary"]</span></p>

You will have to make sure that it is only the shortcode:

[ubermenu config_id="main" theme_location="primary"]

Hope this helps.

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