Slide displaying properly after the third pic...
- kaltapanidisj
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
10 years 5 months ago - 10 years 5 months ago #20137
by kaltapanidisj
Slide displaying properly after the third pic... was created by kaltapanidisj
Hi,
thank's for this fantastic extension !
I'm using the module inside a tab (JUTabs) in a K2 article.
The problem is that the slideshow doesn't display properly until the third slide. As if it can't force the dimensions right from the begining.
Slide 1: Neither the picture, nor the thumbs are visible.
Slide 2: The main picture is ok, but the thumbs are not
Slide 3: From now on everything works just fine
Could you please give me a hint ?
Thnak's in advance
thank's for this fantastic extension !
I'm using the module inside a tab (JUTabs) in a K2 article.
The problem is that the slideshow doesn't display properly until the third slide. As if it can't force the dimensions right from the begining.
Slide 1: Neither the picture, nor the thumbs are visible.
Slide 2: The main picture is ok, but the thumbs are not
Slide 3: From now on everything works just fine
Could you please give me a hint ?
Thnak's in advance
Last edit: 10 years 5 months ago by kaltapanidisj.
Please Log in or Create an account to join the conversation.
10 years 5 months ago #20140
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Slide displaying properly after the third pic...
Hi
give me your url to check this
CEd
give me your url to check this
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- kaltapanidisj
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
10 years 5 months ago - 10 years 5 months ago #20143
by kaltapanidisj
Replied by kaltapanidisj on topic Slide displaying properly after the third pic...
Hallo CEd, thanks for the quick reply,
The url is: www.fouk.server5.gr/index.php/company-profile
Check out the last tab, it,s where the slideshow is.
I've noticed that it runs properly if put into the first tab. Probably has to do with how JUTabs loads the content...
The url is: www.fouk.server5.gr/index.php/company-profile
Check out the last tab, it,s where the slideshow is.
I've noticed that it runs properly if put into the first tab. Probably has to do with how JUTabs loads the content...
Last edit: 10 years 5 months ago by kaltapanidisj.
Please Log in or Create an account to join the conversation.
10 years 5 months ago #20144
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Slide displaying properly after the third pic...
ok, yes I think that it is related to how it is loaded by JUtabs
probably due to a "height" issue because the tab is not shown .Try to force the tab height where the playlist is loaded
probably due to a "height" issue because the tab is not shown .Try to force the tab height where the playlist is loaded
Joomlack Webmaster and Developer
The following user(s) said Thank You: kaltapanidisj
Please Log in or Create an account to join the conversation.
- kaltapanidisj
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
10 years 5 months ago - 10 years 5 months ago #20148
by kaltapanidisj
Replied by kaltapanidisj on topic Slide displaying properly after the third pic...
Well, enforcing tab resizing worked just fine, but only for the main picture.
www.fouk.server5.gr/index.php/company-profile
The thumbs still need a slide to play before taking position.
I didn't use JUTabs "loadcontent" param because it didn't work at all.
So i used Joomla's native "{loadposition position}" inside the tab.
Is there any possible way to overcome this through Playlist options ?
Tried about a million combinations allready.... :blush:
www.fouk.server5.gr/index.php/company-profile
The thumbs still need a slide to play before taking position.
I didn't use JUTabs "loadcontent" param because it didn't work at all.
So i used Joomla's native "{loadposition position}" inside the tab.
Is there any possible way to overcome this through Playlist options ?
Tried about a million combinations allready.... :blush:
Last edit: 10 years 5 months ago by kaltapanidisj.
Please Log in or Create an account to join the conversation.
10 years 5 months ago #20154
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Slide displaying properly after the third pic...
the problem is that since you have not clicked to show the tab, it has not dimensions as it is hidden, then the calcul into the script
you can just try to force with this
you can just try to force with this
Code:
#playlistck_wrap_cont_611 {
height: 60% !important;
max-width: 100%;
width: 670px !important;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.228 seconds