Shape 5

Joomla Templates => Lime Light - Club => : oregmbh July 12, 2013, 02:29:30 AM



: Info Slide wont work
: oregmbh July 12, 2013, 02:29:30 AM
Hi,
i have set up a complete new Joomla 2.5.11 Site with your Lime Light template.
The first thing i want to do is Setting up an info slide on Position top_row1_1 but it doesn't work.
Only the Picture is visible but no text. Switching to the Corporate Response template shows the text but no sliding.
The URL is http://www.odenwald-behoerde.de/joomla (http://www.odenwald-behoerde.de/joomla).

I have used the same code on another Website and there is no problem with info slide.

Here is the code i've used:

<div class="s5_is"><img src="images/sampledata/fruitshop/apple.jpg" border="0" alt="" />
<div class="s5_is_slide">
<h3>Info Slide</h3>
The new info slide script slides content over top of images such as shown here. It can be applied to any Vertex template. <a href="index.php/features-mainmenu-47/template-features/info-slide-enabled">Read more...[/url]</div>
</div>

Greetings
J?rgen


: Re: Info Slide wont work
: mikek July 12, 2013, 05:56:19 AM
Hello,

The only thing I see missing is the s5_is_display div, so you need it like this:



<div class="s5_is">
   <img src="images/sampledata/fruitshop/apple.jpg" border="0" alt="" />
   <div class="s5_is_slide">
      <div class="s5_is_display">
         <h3>Info Slide</h3>
         The new info slide script slides content over top of images such as shown here. It can be applied to any Vertex template. <a href="index.php/features-mainmenu-47/template-features/info-slide-enabled">Read more...[/url]
      </div>
   </div>
</div>


: Re: Info Slide wont work
: oregmbh July 14, 2013, 11:21:50 PM
Hello,
thanks for the reply, but that was not the solution.
When I switch on the corporate response template then I see the text and the picture together, with the Lime Light template I unfortunately see only the image. I've used the same code on other sites and there it works. Could it be the webhoster that blocks some  functions?


: Re: Info Slide wont work
: mikek July 15, 2013, 07:38:31 AM
Hello,

I can't think of any reason why that would happen, both templates use the exact same files and functions; it's part of Vertex not the template. If you have any third party extensions enabled please try disabling those.


: Re: Info Slide wont work
: oregmbh July 16, 2013, 12:54:04 AM
Hello,
I have no extension installed, only Joomla 2.5.11, the Lime Light and the Corporate Response template. Yesterday I have installed for testing purpose the extension SobiPro. Now Info Slide does not work with Lime Light but with Corporate Response. All very strange. I probably will not use Info Slide and think about a different solution. However, thank you for your support.