Announcement

Collapse
No announcement yet.

The Disappearing Polka-Dot Shirt guy on Homepage of the Suivant Theme

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

    The Disappearing Polka-Dot Shirt guy on Homepage of the Suivant Theme

    If this has been answered or dealt with already in another thread, sorry... I just can't find it.
    The mystery:
    If you go to look at Miva's own demo of the Suivant ReadyTheme:
    http://suivant-theme.mivamerchantdev.com/
    . . and re-size your browser . . . ( or if you look at it on your phone )
    The ad image "Season Style Guide" img_sfnt_ad01.jpg ( guy in the polka-dot shirt) disappears entirely.
    ..
    We're using the Suivant Readytheme, and I would like to make use of that graphic space, but not
    if it gets thrown out entirely if the viewport becomes small.
    ..
    I have a support ticket in on this, but I could not imagine this going unnoticed or un-solved
    by somebody by now. It's the HomePage! And it's . . . selectively responsive? O_o
    ..
    .. Is there a line or two in the CSS that got left out, that I can put in?
    Thanks much in advance to anyone that can help me repair this! :)
    ..

    #2
    Re: The Disappearing Polka-Dot Shirt guy on Homepage of the Suivant Theme

    There is a div tag around the image. Just remove "hide" from the css class:
    Code:
    <div class="column hide medium-show medium-half align-center">
    <a href="/" target="_self"><img src="graphics/00000001/img_sfnt_ad01.jpg" class="sfnt-ad" title="Season Style Guide" alt="Season Style Guide"></a>
    </div>
    Ron Frigon
    Jedi Webmaster Obi-Ron Kenobi

    Comment


      #3
      Re: The Disappearing Polka-Dot Shirt guy on Homepage of the Suivant Theme

      That's Fantastic! I Love an easy fix! :)
      ..
      Using the MIV9 Control panel, I go to Menu>Utilities>ReadyTheme> The Images TAB> and select
      "Storefront: Season Style Guide" ( the default name for that image ) by clicking it once
      and then clicking the pencil above for "editing". At this stage, all capability ENDS. I can change the picture
      and what it links to.
      ..
      Where can I go to find that <div> tag so I can fix it YOUR way? :)
      Thanks In Advance!
      ..

      AHhhh! Wait . . . Here's a path to it . .
      Search "SFNT"
      Select Edit SFNT page
      Go to the "HEADER" box and do as Ron Frigon says:

      <!-- Original before taking out the "Hide":
      <div class="column hide medium-show medium-half align-center">
      <mvt:item name="readytheme" param="image( 'storefront_promo' )" />
      </div> ( Copied this commented out div and pasted it below.) -->

      <div class="column medium-show medium-half align-center">
      <mvt:item name="readytheme" param="image( 'storefront_promo' )" />
      </div>

      Now the Guy Shows up on a re-sized browser... and hopefully phones too. THANKS RON!
      ..
      Last edited by markhomesurplus; 11-13-15, 01:02 PM.

      Comment

      Working...
      X