I have clearly somehow done something stupid and can't now see my homepage text. I am using the Smart theme in V11. I can see it if I use another theme (haven't uploaded but can see it in the preview) but it is not visible if using the Smart theme. I would really appreciate any help or advice. It is only the typed text and image that has gone. The toolbars etc are all there.
Announcement
Collapse
No announcement yet.
Lost my homepage text
Collapse
X
-
If it is only affecting brochure pages it is likely code has accidentally been lost, check the following:
Design menu > Library > Layouts tab > Web Page Inner Layout > Standard Brochure Page Bulk > It should have the following code at the top of the layout:
<actinic:variable name="BrochureFragmentList" />
Design menu > Library > Layouts tab > Fragment Lists > Standard Brochure Fragment List It should have the following code below "Click here to edit list layout settings":
<actinic:variable name="FragmentLayout" />
Failing that you can check the Fragment layouts each have code in at Design menu > Library > Layouts tab > Fragment > open each layout and check.
Each layout can be reverted to default by right clicking on it and Revert To Factory Settings, note that will remove any customisation you may have made.
-
Thank you so much for you advice:
Originally posted by peblaco View Post
Design menu > Library > Layouts tab > Web Page Inner Layout > Standard Brochure Page Bulk > It should have the following code at the top of the layout:
<actinic:variable name="BrochureFragmentList" />
Originally posted by peblaco View PostDesign menu > Library > Layouts tab > Fragment Lists > Standard Brochure Fragment List It should have the following code below "Click here to edit list layout settings":
<actinic:variable name="FragmentLayout" />
Originally posted by peblaco View PostFailing that you can check the Fragment layouts each have code in at Design menu > Library > Layouts tab > Fragment > open each layout and check.
Each layout can be reverted to default by right clicking on it and Revert To Factory Settings, note that will remove any customisation you may have made.
Comment
Comment