I have WP7, CP 2.7 with child theme, all plugins current.
I copied and pasted FX Shortcode into FX Builder section. The code is ‘normal’. I return to Admin and click ‘Update’ and return to view the page. Formatting is lost.
I discovered this in trying to edit the shortcode. I tried updating the page without changing the shortcode and got the same results. Am I doing something wrong? I should be able to update the page, correct?
When you copy code from the FX Shortcodes documentation example, the <h1> in there, is encoded. It’s not an actual heading level 1. It appears in your code/text view as <h1>.
You need to delete it and add an actual H1 using the TinyMCE editor.
I understand '<h1>' but the problem I was having with this is that refreshing the page put the text below the shaded container. Maybe that’s the same issue?
No, it’s not the same issue. Maybe you forgot to close a shortcode.
FX Shortcodes uses opening and closing shortcodes. They are all called [element][/element] so you can easily end up with a bunch of nested [element] and it’s easy to miss a closing one.
Thanks for your reply.
What happened in this instance was I copied the entire cover example and pasted into the location, saved and viewed the page. Normal.
Then I opened the edit page link, saved the page and closed admin to view the page. Mistake.
I think that’s all I did. Appreciate your feedback. Thanks.
I don’t know what happened.
Hope you’ll be able to fix it and move along with your design.