Cloned slideshow module not works fine
8 years 2 weeks ago #38731
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Cloned slideshow module not works fine
yes I understand your request, but as you know I miss the time to spend on this
Remind me on tuesday, I will try to find the time
CEd
Remind me on tuesday, I will try to find the time
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
8 years 2 weeks ago #38785
by sunny
Replied by sunny on topic Cloned slideshow module not works fine
Hello cEd.
A reminder as you have request
Thanks
A reminder as you have request
Thanks
Please Log in or Create an account to join the conversation.
8 years 2 weeks ago #38816
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Cloned slideshow module not works fine
ok, my latest try (I really don't have the time )
copy this file in the assets folder of the module
dl.dropboxusercontent.com/u/8539690/camera.min.js
then modify the code to trigger when clicking the tabs like this
I have added an event 'cameraupdate' in the script
CEd
copy this file in the assets folder of the module
dl.dropboxusercontent.com/u/8539690/camera.min.js
then modify the code to trigger when clicking the tabs like this
Code:
jQuery(document).ready(function(){
jQuery('.tabsck .ui-tabs-nav > li').click(function() {
jQuery(window).trigger('cameraupdate');
});
});
I have added an event 'cameraupdate' in the script
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
8 years 2 weeks ago - 8 years 2 weeks ago #38838
by sunny
Replied by sunny on topic Cloned slideshow module not works fine
Thanks cEd
Its partially working .
I have a small problem with the latest thumbnail which is not show in the thumbnail position but its going to down . Always happening with the last thumbnail (I have try to add more slides to check that is happening with the latest) .
You can see here what I mean : prntscr.com/d95hie
Do I have upload that camera.min.js you gave me every time in future upgrades of your module?
Thanks
Its partially working .
I have a small problem with the latest thumbnail which is not show in the thumbnail position but its going to down . Always happening with the last thumbnail (I have try to add more slides to check that is happening with the latest) .
You can see here what I mean : prntscr.com/d95hie
Do I have upload that camera.min.js you gave me every time in future upgrades of your module?
Thanks
Last edit: 8 years 2 weeks ago by sunny.
Please Log in or Create an account to join the conversation.
8 years 2 weeks ago #38840
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Cloned slideshow module not works fine
you can force the <ul> tag width with css !important to adjust in this case
for the script I will update it in the next version, this is why I have used a custom event
for the script I will update it in the next version, this is why I have used a custom event
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
8 years 1 week ago - 8 years 1 week ago #38845
by sunny
Replied by sunny on topic Cloned slideshow module not works fine
Hi cEd.
I have adjust the width but I will wait your new script because I have to adjust the width every time I am adding a new slide.
So after those fixes you can announce that slideshow its Tabs compatible :woohoo: hahahaha .
Thanks for your amazing support.
Theo
I have adjust the width but I will wait your new script because I have to adjust the width every time I am adding a new slide.
So after those fixes you can announce that slideshow its Tabs compatible :woohoo: hahahaha .
Thanks for your amazing support.
Theo
Last edit: 8 years 1 week ago by sunny.
Please Log in or Create an account to join the conversation.
Time to create page: 0.212 seconds