Announcement

Collapse
No announcement yet.

Making a new page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Making a new page

    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>



    Donna Bunnell
    Treasures of the Southwest
    www.treasuresofthesouthwest.com

    #2
    Hi Donna,

    You have to make sure you have assigned all the items to the page necessary for display. You can check which ones are needed by looking at the ones assigned to the About Us page.
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      Hi Matt,

      Perfect!

      Thank you for your help.

      Donna
      Donna Bunnell
      Treasures of the Southwest
      www.treasuresofthesouthwest.com

      Comment

      Working...
      X