- Posts: 5
- Thank you received: 0
HOT Gallery shows loading icon all the time
-
wheck
Inactive member - Topic Author
- New Member
Less
More
14 years 8 months ago #1379
by wheck
HOT Gallery shows loading icon all the time was created by wheck
Hi.
I was using my hot joomla gallery module with no problem, but it just stopped working all of a sudden.
I thought it may have something to do with loading jquery because when it stopped working I had added other hot joomla extensions (newsflash and image slider).
Is there any reason for this module to stop working in presence of the other? I unpublished newsflash and slider but the problem remained.
Thanks in advance!
I was using my hot joomla gallery module with no problem, but it just stopped working all of a sudden.
I thought it may have something to do with loading jquery because when it stopped working I had added other hot joomla extensions (newsflash and image slider).
Is there any reason for this module to stop working in presence of the other? I unpublished newsflash and slider but the problem remained.
Thanks in advance!
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
14 years 8 months ago #1381
by milos
Replied by milos on topic Re: HOT Gallery shows loading icon all the time
If they are on the same page, there could be a conflict. Please try to enable/disable Loading jQuery for all modules and also enable/disable noConflict mode in module parameters (where available). Can't tell you why it's not working after you unpublished other modules until I see your website.
Please Log in to join the conversation.
-
wheck
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
14 years 8 months ago #1385
by wheck
Replied by wheck on topic Re:HOT Gallery shows loading icon all the time
Hi. Thanks for answering. Right now my web page is on a local server and I have no way to show it to you. I checked that all the images were accessible. Also tried every combination it occurred to me of jQuery activation/deactivation and noConflict activation/deactivation.
Joomla gallery only provides jQuery activation/deactivation, but I checked the source code of the page and it seemed to have added the noConflict statement.
There's no jQuery error reported in my error console, I don't know what extra information I can give you.
I'll try using the module on a different page to see what happens. Thanks.
Joomla gallery only provides jQuery activation/deactivation, but I checked the source code of the page and it seemed to have added the noConflict statement.
There's no jQuery error reported in my error console, I don't know what extra information I can give you.
I'll try using the module on a different page to see what happens. Thanks.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
14 years 8 months ago #1386
by milos
Replied by milos on topic Re:HOT Gallery shows loading icon all the time
Do you see in source code that jQuery or noConflict mode is called more than once? Please check the list of images that Gallery module tries to load (in the source code also).
Please Log in to join the conversation.
-
wheck
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
14 years 8 months ago #1412
by wheck
Replied by wheck on topic Re:HOT Gallery shows loading icon all the time
Yes, both noConflict and jQuery are loaded more than once, except for gallery (where there's no noConflict). The noConflict thing is used by modules other than HOT ones, such as google calendars for example, although gallery stopped working long before I installed those.
When I configure modules so that only of them includes jQuery, the ones that don't just stop working.
'Bout the images, they're correct and if I click on them, I can actually see them.
When I configure modules so that only of them includes jQuery, the ones that don't just stop working.
'Bout the images, they're correct and if I click on them, I can actually see them.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
14 years 8 months ago #1418
by milos
Replied by milos on topic Re:HOT Gallery shows loading icon all the time
Then you can copy this source where module is calling jQuery, in example
before the </head> tag of your template and disable jQuery and noConflict in all modules.
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
Please Log in to join the conversation.
Time to create page: 0.165 seconds