New Bug fro Jm-Slideshow

Hi,
I have to report another bug for JM-slideshow.

When choosing Animation Type not equal to fade text description go away outside of slideshow area.
Attachment 34018

Really wondering if somebody tests the extensions before making them available for download !

5 answers

Profile photo of Sherlock 0.00 $tone February 18, 2014
Public

HI izyshoes,

You can try following instruction to get this fixed:

1) Open the \app\design\frontend\default\jm_sportytemplate\jo omlart\jmslideshow\basic.phtml file, you would see:

HTML Code:

<div class="block jm-slideshow jm-slideshow<?php echo '-'.$config['thumbDirection'];?> ">

Then change it to:

HTML Code:

<div class="block jm-slideshow jm-slideshow<?php echo '-'.$config['thumbDirection'];?> jm-slideshow<?php echo $config['animation']; ?>">

2) Go to the file skin\frontend\default\jm_sporty\joomlart\jmslidesh ow\css\jm.slideshow.css and add this rule:

HTML Code:

 .jm-slideshowslice .jm-slide-desc-outer {
	top: -738px;
}

Let me know how it goes.

#1
izyshoes 0.00 $tone February 18, 2014
Public

Thanks @ Sherlock Holmes,

With the code you gave me, I can solve temporarily the problem for the main slider by adapting the top value to 580px for my case since "Main Item height" is 520px. Otherwise text is going over the header.
But it doesn’t work for other slider instances with other dimensions. Ex if "Main Item height" is 300, text will go again away.
Is it possible to put "top" value inline in order to define it for each instance?

#2
Profile photo of Sherlock 0.00 $tone February 19, 2014
Public

cshoes,

I am afraid that it’s hard to apply a dynamic top valule as you want, each time you change the "Main Item height" value you need adjust the top value accordingly.

#3
izyshoes 0.00 $tone February 19, 2014
Public

Hi,
it is normal now.
Nothing is working as described with JM-extensions.
We shall css for everything but still not working

#4
Profile photo of Sherlock 0.00 $tone February 24, 2014
Public

I hope you understand that the theme is supposed to support several Animation types, each theme has difference in concept, so this one might support this feature and the other does not and so on..

#5

Please login or Register to Submit Answer

Written By

Comments