Suivant Theme on small screens loses price info

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • coca cola
    Mini Mivite

    • Sep 2009
    • 82

    #1

    Suivant Theme on small screens loses price info

    When viewed on a small screen, the product pages in the suivant theme lose the Product Name, code and price. It's true in the test store as well as our new dev store.

    I thought it had something to do with this code in the Product Display Layout

    <mvt:if expr="l.settings:clientdimensions:width LT 768">
    <div class="column whole medium-show">

    and then
    <mvt:if expr="l.settings:clientdimensions:width GE 768">
    <div class="row hide medium-show">

    but removing it didn't change the missing fields.

    Why would you want to hide the name and price? How can it be shown on a small screen?
  • Jim Cockerham
    Mighty Mivite




    • Mar 2006
    • 754

    #2
    Re: Suivant Theme on small screens loses price info

    I see what you mean. I think it's an error in the last template update, when they added the favorites button. I have an older version and it works fine.
    Highly caffeinated
    http://www.coffeehouseexpress.com

    Comment

    • coca cola
      Mini Mivite

      • Sep 2009
      • 82

      #3
      Re: Suivant Theme on small screens loses price info

      Could you please send me the older version of the Product Display Layout code?

      Comment

      • Jim Cockerham
        Mighty Mivite




        • Mar 2006
        • 754

        #4
        Re: Suivant Theme on small screens loses price info

        The code looks very different now than the earlier code. I think you are in the right location that you posted above. Try removing the "hide" class and see if that fixes it.
        Highly caffeinated
        http://www.coffeehouseexpress.com

        Comment

        • coca cola
          Mini Mivite

          • Sep 2009
          • 82

          #5
          Re: Suivant Theme on small screens loses price info

          I ended up removing that whole section and it works fine. I tried several other options, but they didn't work as well. This was the price/code drops below the photo next to the purchase button.

          Thanks for your help!

          Comment

          Working...
          X