Announcement

Collapse
No announcement yet.

Deleted Storefront Image by Accident

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

    Deleted Storefront Image by Accident

    While trying to update the images I inadvertently deleted one. It was the third one (bottom right). Here are the ones I have:

    sfnt_hero
    storefront_promo
    storefront_new

    If I can get the code for the third one and the CSS Class name I think it will work. Can anyone find this out for me please? Thanks in advance, it would be HUGE help.

    #2
    I'm still not sure why it's not showing up but I know the item tag is storefront_sale. I'll keep poking around but any help would be appreciated. Here's the dev site:

    http://dev.imagescienceassociates.com/

    Comment


      #3
      Attached are the settings.
      Attached Files
      Brennan Heyde
      VP Product
      Miva, Inc.
      [email protected]
      https://www.miva.com

      Comment


        #4
        Hi Brennan,

        I think that is the second ad for storefront_new. The one I'm looking for is storefront_sale or the third one, but in all honesty I don't think it matters too much. Could you confirm for me that storefront-sale uses the sfnt-ad css class?

        Here's what's on my SFNT page where it lists the storefront_sale item.

        <div class="column whole align-center uppercase event-message h1 nm ultrabold heading-decoration"><mvt:item name="readytheme" param="banner( 'storefront-message' )" /></div>
        <div class="breaker clear"></div>
        <div class="column hide medium-show medium-half align-center">
        <mvt:item name="readytheme" param="image( 'storefront_promo' )" />
        </div>
        <div class="column whole medium-half align-center">
        <mvt:item name="readytheme" param="image( 'storefront_new' )" />
        </div>
        <div class="column whole medium-half align-center">
        <mvt:item name="readytheme" param="image( 'storefront_sale' )" />
        </div>
        <div class="breaker clear"></div>

        I'm at a loss why this isn't showing up. :-/

        Comment


          #5
          Staying up too late and coding was the issue. I had named the code: storefont, not storefront. Ugh, fresh eyes always help!

          Comment

          Working...
          X