Announcement

Collapse
No announcement yet.

Storefront Promo, etc. not full width

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

    Storefront Promo, etc. not full width

    Just applied the Suivant ReadyTheme to my dev store. The Storefront Promo, Storefront Special, Storefont New, etc don't extend all the way across the screen. It is like room is being left for a category tree...

    Also the What's Popular has the products displaying in a column instead of a row.

    http://dev.harpkit.com

    I just re-downloaded and re-applied the ready theme 10 minutes before posting this just to make sure I didn't have an old or corrupt version.

    Any ideas?

    Thanks.
    Matt E.
    www.harpkit.com

    #2
    Re: Storefront Promo, etc. not full width

    For some reason sometimes the body tag is not being applied. We're still trying to track it down but try copying the following code into your global body tag:

    Code:
    <mvt:if expr="l.settings:page:code EQ 'CTGY'">
    	<body id="js-&mvte:page:code;" class="boxed <mvt:eval expr="tolower(l.settings:page:code)" /> &mvte:category:code;">
    <mvt:elseif expr="l.settings:page:code EQ 'PROD' OR l.settings:page:code EQ 'PATR'">
    	<body id="js-&mvte:page:code;" class="boxed <mvt:eval expr="tolower(l.settings:page:code)" /> single-column &mvte:product:code;">
    <mvt:elseif expr="l.settings:page:code CIN g.screenCheck">
    	<body id="js-&mvte:page:code;" class="boxed <mvt:eval expr="tolower(l.settings:page:code)" /> single-column">
    <mvt:else>
    	<body id="js-&mvte:page:code;" class="boxed <mvt:eval expr="tolower(l.settings:page:code)" />">
    </mvt:if>
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: Storefront Promo, etc. not full width

      That worked. In fact, it also fixed several other issues that were showing up.

      THANKS!
      Matt E.
      www.harpkit.com

      Comment

      Working...
      X