Shape 5

Joomla Templates => Game World - Club => : wycowboy July 26, 2017, 08:22:39 AM



: Fader changes
: wycowboy July 26, 2017, 08:22:39 AM
https://tinyurl.com/y72ml8el

1. I am wanting to input a graphic in the Shape5 Fader on the home page.
    I have a graphic in place but the graphic is right align and I need it to be center. I have tried to input using this code...

<div align="center"><img src="images/search.png" usemap="#Map" />
  <map name="Map" id="Map">
    <area shape="rect" coords="9,52,664,117" href="/listings/index_new.html" />
    <area shape="rect" coords="170,4,326,40" href="listings/map/?34.8671079,-84.3367375,12z" />
  </map>
</div>


2. Notice the graphic reloads, fades out and reloads - How do I make the graphic to be static ?



: Re: Fader changes
: mikek July 27, 2017, 08:32:17 AM
Hello,

The image and content fader isn't meant for that. Anything you put in the slide content will always transition with the slide itself; it's part of the slide. If you need content that will never change it would need to be called outside of the image and content fader and positioned on top of it. That would require a lot of custom programming to do something like that.