- Posts: 10
COMMUNITY FORUM
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
2 slideshows, 1 doesn't work.
- KevinKazoun
- Topic Author
- Offline
- New Member
Less
More
13 years 1 month ago - 13 years 1 month ago #43562
by KevinKazoun
2 slideshows, 1 doesn't work. was created by KevinKazoun
Hi, I added 2 Frontpage Slideshows to my website and one doesn't work. It doesn't work even if I change the category of pictures it should display or change the slideshow engine (Mootools based, JQuery based).
Also, When I change the template of slideshow #1 it changes the template for #2 too, but when checking the module of #2 the template is still the same as it used to be. As if slideshow #1 influences both slideshows.
As far as I understand from other threads, This is a JQuery conflict. I've also seen a code that's supposed to fix it.
I installed and enabled SC Jquery extension. I also added a noconflict code to the index.php but nothing helped.
www.logo-embleem.nl/
This is the "problem" site, as you can see one of the slideshows is stuck in an endless load.
Help would be much appreciated!
Also, When I change the template of slideshow #1 it changes the template for #2 too, but when checking the module of #2 the template is still the same as it used to be. As if slideshow #1 influences both slideshows.
As far as I understand from other threads, This is a JQuery conflict. I've also seen a code that's supposed to fix it.
I installed and enabled SC Jquery extension. I also added a noconflict code to the index.php but nothing helped.
www.logo-embleem.nl/
This is the "problem" site, as you can see one of the slideshows is stuck in an endless load.
Help would be much appreciated!
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 1 month ago #43563
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: 2 slideshows, 1 doesn't work.
First of all check the jquery library handling options.
If this doesn't solve your issue, check your modules
(by disabling them and start enabling them one by one)
in order to find out which one cause the conflict.
If this doesn't solve your issue, check your modules
(by disabling them and start enabling them one by one)
in order to find out which one cause the conflict.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- KevinKazoun
- Topic Author
- Offline
- New Member
Less
More
- Posts: 10
13 years 1 month ago - 13 years 1 month ago #43564
by KevinKazoun
Replied by KevinKazoun on topic Re: 2 slideshows, 1 doesn't work.
I'm not really familiar with JQuery, I did try enabling the option "Do not load the JQuery library" from JQuery library handling on #2 cause it was already enabled in on #1, but that didn't change a thing. Evenly, I've tried letting both load the JQuery and not-load it. Absolutely nothing changes.
I've disabled all modules and only enabled the two slideshows and it shows the same outcome, So I'm guessing it's just the two slideshows conflicting with each other?
I tried making 2 new slideshows aswell but once again, nothing changes.
I've disabled all modules and only enabled the two slideshows and it shows the same outcome, So I'm guessing it's just the two slideshows conflicting with each other?
I tried making 2 new slideshows aswell but once again, nothing changes.
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 1 month ago #43565
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: 2 slideshows, 1 doesn't work.
I have just checked the version of FPSS you use and realized that this is the cause of your problem.
Only 3.0.2. FPSS version allowes you to use two slideshows in the same page!!!
Please upgrade.
Only 3.0.2. FPSS version allowes you to use two slideshows in the same page!!!
Please upgrade.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- KevinKazoun
- Topic Author
- Offline
- New Member
Less
More
- Posts: 10
13 years 1 month ago #43566
by KevinKazoun
Replied by KevinKazoun on topic Re: 2 slideshows, 1 doesn't work.
I can't believe this did not occur to me, even though I have the extension on my pc.. Thanks!
Though, A new problem arose when I tried remaking the slideshows (for convenience purposes)
No valid database connection Unknown column 'category.params' in 'field list' SQL=SELECT slide.*, `group`.name AS groupname, category.name AS categoryName, category.params AS categoryParams, author.name AS authorName, moderator.name AS moderatorName FROM jos_fpss_slides AS slide JOIN jos_fpss_categories AS category ON slide.catid = category.id JOIN jos_groups AS `group` ON `group`.id = slide.access LEFT JOIN jos_users AS author ON author.id = slide.created_by LEFT JOIN jos_users AS moderator ON moderator.id = slide.modified_by WHERE slide.published = 1 AND slide.catid = 1 AND slide.access <= 0 AND (slide.publish_up = '0000-00-00 00:00:00' OR slide.publish_up <= '2011-10-18 14:20:01') AND (slide.publish_down = '0000-00-00 00:00:00' OR slide.publish_down >= '2011-10-18 14:20:01') AND category.published = 1 ORDER BY ordering ASC
Not so sure what I'm supposed to make out of this.
Though, A new problem arose when I tried remaking the slideshows (for convenience purposes)
No valid database connection Unknown column 'category.params' in 'field list' SQL=SELECT slide.*, `group`.name AS groupname, category.name AS categoryName, category.params AS categoryParams, author.name AS authorName, moderator.name AS moderatorName FROM jos_fpss_slides AS slide JOIN jos_fpss_categories AS category ON slide.catid = category.id JOIN jos_groups AS `group` ON `group`.id = slide.access LEFT JOIN jos_users AS author ON author.id = slide.created_by LEFT JOIN jos_users AS moderator ON moderator.id = slide.modified_by WHERE slide.published = 1 AND slide.catid = 1 AND slide.access <= 0 AND (slide.publish_up = '0000-00-00 00:00:00' OR slide.publish_up <= '2011-10-18 14:20:01') AND (slide.publish_down = '0000-00-00 00:00:00' OR slide.publish_down >= '2011-10-18 14:20:01') AND category.published = 1 ORDER BY ordering ASC
Not so sure what I'm supposed to make out of this.
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 1 month ago #43567
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: 2 slideshows, 1 doesn't work.
Did you fully uninstall the previous version before you install the new one? Cause you should...
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- KevinKazoun
- Topic Author
- Offline
- New Member
Less
More
- Posts: 10
13 years 1 month ago - 13 years 1 month ago #43568
by KevinKazoun
Replied by KevinKazoun on topic Re: 2 slideshows, 1 doesn't work.
I thought that was updated from 2.0+ ? Anyway I think so, If uninstalling means going to extensions -> install/uninstall and going around modules/plugins/languages/templates
edit: sorry, my bad. I forgot the most important part.. :P
You've been a great help, by the way. thanks a lot!
edit: sorry, my bad. I forgot the most important part.. :P
You've been a great help, by the way. thanks a lot!
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 1 month ago #43569
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: 2 slideshows, 1 doesn't work.
Did you notice this in documentation?
Unfortunately, there is no upgrade path from versions 2.x.x to 3.x.x. because the slideshow has be re-written from scratch and the database scheme is changed. We recommend that you follow this process to setup the latest v3.x.x release:
a) backup your site first (using e.g. Akeeba Backup)
b) note down your slideshows
c) note down your customizations on existing Frontpage Slideshow templates so you can pass them on to the updated ones included in version 3.x.x.
However, you may just uninstall via the joomla Install/Uninstall options.
Unfortunately, there is no upgrade path from versions 2.x.x to 3.x.x. because the slideshow has be re-written from scratch and the database scheme is changed. We recommend that you follow this process to setup the latest v3.x.x release:
a) backup your site first (using e.g. Akeeba Backup)
b) note down your slideshows
c) note down your customizations on existing Frontpage Slideshow templates so you can pass them on to the updated ones included in version 3.x.x.
However, you may just uninstall via the joomla Install/Uninstall options.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.