Shape 5

Joomla Templates => Game Vision - October 2007 - Club => : juniorohio December 23, 2007, 10:28:42 AM



: Fader and banner issue
: juniorohio December 23, 2007, 10:28:42 AM
I am using 1.5 Joomla and noticed that the fader images will not appear while in the banner position. If I move it to user 2 everything works fine with the fader but then I lose the top default bar I like. 

If I do have fader in the banner position, the default bar is there but no fader.

Any ideas how I can fix?


: Re: Fader and banner issue
: mikek December 23, 2007, 12:35:31 PM
Hi, the module will work in any of the positions. Make sure you have your sizes set correctly in the module admin. The module on the demo is actually published to the banner position.


: Re: Fader and banner issue
: juniorohio December 23, 2007, 12:42:52 PM
I have tried to resize it but no luck.

I did try to download other 1.0 version also and the results are the same. If I put it in user 2 it works but not with the same visual I want. Unless I am a total noob, which is possible, I should be able to put fader in banner position and it should work. Not really sure what is causing it.

http://www.esgamer.com/test/

You can see fader in user 2. Once I out it in banner position I get top default bar on top, but no fader.


: Re: Fader and banner issue
: juniorohio December 23, 2007, 12:49:41 PM
I threw up what should be 2 faders just so i can try to figure it out. If you follow link you will see the fader in user2 and also a 2nd in banner position. You get the bar but nothing else.


: Re: Fader and banner issue
: juniorohio December 23, 2007, 02:07:42 PM
Yes another response to my own post.   ;D

I cannot even get a regular banner to come up in the position so I would have to take a wild guess and say something is not correct in the banner position for 1.5. I did test this is 1.0 Joomla and it works fine.



: Re: Fader and banner issue
: mikek December 23, 2007, 04:18:50 PM
Hi, it looks like there was an issue with the 1.5 template. It had the wrong module name in that position. Sorry about that!

I've uploaded a new version for download or you can simply edit your index.php file and find:

               <div id="s5_banner_inner">
               <jdoc:include type="modules" name="top" style="rounded" />
               </div>

and replace with:

               <div id="s5_banner_inner">
               <jdoc:include type="modules" name="banner" style="rounded" />
               </div>

Regards,


: Re: Fader and banner issue
: juniorohio December 23, 2007, 04:30:13 PM
That would explain why it worked once I deleted and re-installed.

Txs for the prompt fix.