PLUGIN SLIDESHOW CK VIRTUEMART with joomla 2.5.11
11 years 5 months ago #15756
by kekko
Replied by kekko on topic PLUGIN SLIDESHOW CK VIRTUEMART with joomla 2.5.11
oh yes, ok, the mail i received from you forum, i'm sending
Please Log in or Create an account to join the conversation.
11 years 5 months ago #15759
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic PLUGIN SLIDESHOW CK VIRTUEMART with joomla 2.5.11
check your website and tell me if it works now for you
I don't know why, but I had to change the JS file and make some adjustements in the PHP for you
I will investigate more by my side
I don't know why, but I had to change the JS file and make some adjustements in the PHP for you
I will investigate more by my side
Joomlack Webmaster and Developer
The following user(s) said Thank You: kekko
Please Log in or Create an account to join the conversation.
11 years 5 months ago #15760
by kekko
Replied by kekko on topic PLUGIN SLIDESHOW CK VIRTUEMART with joomla 2.5.11
Great ! now it works.
Maybe some module i use or some modification i made on some php influenced the behaviour of ck.
Could you please tell me wich files and lines you modified ?
Thanks
Maybe some module i use or some modification i made on some php influenced the behaviour of ck.
Could you please tell me wich files and lines you modified ?
Thanks
Please Log in or Create an account to join the conversation.
11 years 5 months ago #15762
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic PLUGIN SLIDESHOW CK VIRTUEMART with joomla 2.5.11
take the whole folder of the module slideshow ck, and backup it. I have changed the main php file of the module and the camera.js file
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
11 years 5 months ago - 11 years 5 months ago #15770
by kekko
Replied by kekko on topic PLUGIN SLIDESHOW CK VIRTUEMART with joomla 2.5.11
ok, but one thing:
i modified the camera.min.js file where it calculates the height of camera_wrap, in order to make the pictures to enter even if they have a border on the lines above:
44:
height: w + 15
1302:
case "scrollHorz":
height = w + 15;
1362:
Math.floor(w + 15 / N + it + 1)
but now this method doesn't work anymore.
Can you please tell me how to make it to work again even after your modifications ?
Thanks
i modified the camera.min.js file where it calculates the height of camera_wrap, in order to make the pictures to enter even if they have a border on the lines above:
44:
height: w + 15
1302:
case "scrollHorz":
height = w + 15;
1362:
Math.floor(w + 15 / N + it + 1)
but now this method doesn't work anymore.
Can you please tell me how to make it to work again even after your modifications ?
Thanks
Last edit: 11 years 5 months ago by kekko.
Please Log in or Create an account to join the conversation.
11 years 5 months ago #15771
by ced1870
so you should change this file
if you want to keep the min file, then make your modifications in the 1.3.8 file, compress the data and paste them into the .min file and change the call into the php file....
Joomlack Webmaster and Developer
Replied by ced1870 on topic PLUGIN SLIDESHOW CK VIRTUEMART with joomla 2.5.11
I have switched to the uncompressed file "camera_1.3.8.js"camera.min.js
so you should change this file

if you want to keep the min file, then make your modifications in the 1.3.8 file, compress the data and paste them into the .min file and change the call into the php file....
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.215 seconds