Announcement

Collapse
No announcement yet.

Shadows Account Dashboard - where's the header?

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

    Shadows Account Dashboard - where's the header?

    I'm new to Shadows and find it pretty intuitive. But one thing is driving me nuts...maybe someone here can shed some light? I can't figure out where the code lives for the big "Customer Account Dashboard" section (the page title block with Logout button) at the top of the page. The header/footer section of the ACLN page is empty and the code is not in the template itself (I think). Thanks in advance :)

    #2
    The heading section for the ACLN page is located in the Global Header. Look for this section in the code:
    Code:
    <mvt:elseif expr="l.settings:page:code EQ 'ACLN'">
    <section class="o-layout u-bg-gray-10">
    <div class="o-layout__item">
    <br>
    <br>
    <h1 class="c-heading-delta o-layout__item u-text-bold u-text-center u-text-uppercase">
    &mvt:page:name;<br><br>
    <a class="c-button c-button--hollow c-button--large c-heading--subheading u-bg-transparent u-color-gray-40 u-text-uppercase" href="&mvte:urls:SFNT:secure_sep;Action=LOGO" title="Log Me Out">Log Me Out</a>
    </h1>
    <br>
    </div>
    </section>
    <br>
    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
      Oh goodness - thank you - i looked there and search for "log me out" in my browser but seems like i should have kept at it a little longer! thanks bunches for the fast response!

      Comment

      Working...
      X