Hi,
I am trying to make a new page. I went to pages and added a new page with the code and name. I used the code for the template about us and only changed it to say learn-about-bracelet-sizes.
I then went to the ready theme, Navigation set, footer customer service and added the page.
Then added the page under content section with the text I want to use.
When I click on it in the footer the page is blank.
What do I do now?
Thank you for your help.
Donna
This is the code in the template:
<mvt:item name="html_profile" />
<head>
<mvt:if expr="NOT ISNULL l.settings:page:title">
<title>&mvt:page:title;</title>
<mvt:else>
<title>&mvt:store:name;: &mvt:page:name;</title>
</mvt:if>
<mvt:item name="head" param="head_tag" />
</head>
<body id="js-&mvte:page:code;" class="<mvt:eval expr="tolower(l.settings:page:code)" />">
<mvt:item name="hdft" param="global_header" />
<div class="row hdft-header">
<mvt:item name="hdft" param="header" />
</div>
<div class="row bg-white bottom-shadow main-content-row content-item">
<div class="column whole">
<mvt:item name="readytheme" param="contentsection( 'learn-about-bracelet-sizes' )" />
</div>
</div>
<div class="row hdft-footer">
<mvt:item name="hdft" param="footer" />
</div>
<mvt:item name="hdft" param="global_footer" />
</body>
</html>
I am trying to make a new page. I went to pages and added a new page with the code and name. I used the code for the template about us and only changed it to say learn-about-bracelet-sizes.
I then went to the ready theme, Navigation set, footer customer service and added the page.
Then added the page under content section with the text I want to use.
When I click on it in the footer the page is blank.
What do I do now?
Thank you for your help.
Donna
This is the code in the template:
<mvt:item name="html_profile" />
<head>
<mvt:if expr="NOT ISNULL l.settings:page:title">
<title>&mvt:page:title;</title>
<mvt:else>
<title>&mvt:store:name;: &mvt:page:name;</title>
</mvt:if>
<mvt:item name="head" param="head_tag" />
</head>
<body id="js-&mvte:page:code;" class="<mvt:eval expr="tolower(l.settings:page:code)" />">
<mvt:item name="hdft" param="global_header" />
<div class="row hdft-header">
<mvt:item name="hdft" param="header" />
</div>
<div class="row bg-white bottom-shadow main-content-row content-item">
<div class="column whole">
<mvt:item name="readytheme" param="contentsection( 'learn-about-bracelet-sizes' )" />
</div>
</div>
<div class="row hdft-footer">
<mvt:item name="hdft" param="footer" />
</div>
<mvt:item name="hdft" param="global_footer" />
</body>
</html>
Comment