Shape 5

Joomla Templates => Helion - Club => : puls3060 July 20, 2015, 01:22:35 PM



: Moduls not working proberly
: puls3060 July 20, 2015, 01:22:35 PM
Hi,

I need some help - I have moved "Helion" template to another host, using "Akeeba", no problem. But then I discovered that "S5 image and content fader" is not working properly, which also is the case with "S5 tabshow".

1. I tried to adjust the delay time, and then the modul didn't worked.
2. The roll over in tabshow is also not working.

Tried to "install" / overwrite those two modules from the org. template files, but still not working - anyone have the solution to this problem ?

www.puls3060.dk

BR, Morten


: Re: Moduls not working proberly
: mikenicoll July 20, 2015, 08:33:05 PM
Hello,

1) Try disabling any 3rd party scripts and ensure you are on the latest version of the Tab Show/IACF modules.

2) Check the PHP version running on your new server. You may be running a version that is not compatible with the latest version of Joomla.

3) Disable Compression/Caching to see if this helps improve the page display. From there test the extensions by themselves on separate pages to see if they work properly in a solo environment.

Regards,


: Re: Moduls not working proberly
: puls3060 July 23, 2015, 01:30:32 AM
Hi Mike,


Thanks for your fast reply, an sorry that  didn't respons earlyer.

I have deleted the S5 image and content fader, installed it again, and it's working again. I have tryed the same with S5 tabshow, but I still can't get the hover to work like the org. template - what to do ?


BR, Morten


: Re: Moduls not working proberly
: mikenicoll July 24, 2015, 12:23:01 AM
Hello,

Could you be more specific about the Tab Show? I just took a look but the hover effect seems to be cycling between tabs properly.

Regards,


: Re: Moduls not working proberly
: puls3060 July 24, 2015, 01:59:16 AM
Hi again,


Well, I mean the black box comming up when you do the mouse over, like the org. from Helion template. This is not working on our site anymore.


BR, Morten


: Re: Moduls not working proberly
: mikenicoll July 24, 2015, 07:39:04 PM
Hello,

Your modules aren't wrapped in the Info Slide coding in the Custom HTML. Most likely was stripped within a default editor.

Here is the default:

:
<div class="tabshow_wrap" style="margin-bottom:20px">
<div class="s5_is">
<img src="images/info_slide1.jpg" alt="" />
<div class="s5_is_slide">
<h3>300 Back In Theaters</h3>
This module is powered by the Vertex Info Slide Script and can be applied to most images. <a href="index.php/features-mainmenu-47/template-features/info-slide-enabled">Read more...</a>
</div>
</div>
</div>

<div class="tabshow_wrap" style="margin-bottom:20px">
<div class="s5_is">
<img src="images/info_slide2.jpg" alt="" />
<div class="s5_is_slide">
<h3>Highly Anticipated Hobbit</h3>
This module is powered by the Vertex Info Slide Script and can be applied to most images. <a href="index.php/features-mainmenu-47/template-features/info-slide-enabled">Read more...</a>
</div>
</div>
</div>

<div class="tabshow_wrap">
<div class="s5_is">
<img src="images/info_slide3.jpg" alt="" />
<div class="s5_is_slide">
<h3>The Epic Adventure</h3>
This module is powered by the Vertex Info Slide Script and can be applied to most images. <a href="index.php/features-mainmenu-47/template-features/info-slide-enabled">Read more...</a>
</div>
</div>
</div>


: Re: Moduls not working proberly
: puls3060 July 25, 2015, 03:59:45 AM
Hi Mike,


Thanks, that was the one i needed - but the "Mouse over" reg. the text to each pic. still don't work - it's properly something in the modul that is not set up correctly.

Do you have this setup ?


BR, Morten


: Re: Moduls not working proberly
: mikenicoll July 27, 2015, 10:10:08 PM
Hello,

As long as you copied that coding it should work as that is exactly what is on our demo and a default shaper. The only other thing it might be would have to be a script conflict with something you added to the site blocking the Info Slide animation. I would suggest testing this on a page of the site where no other extensions or scripts are active to help narrow it down.

Regards,