- Posts: 2
- Thank you received: 0
Slight problem with template background slideshow
-
yvonne77
Inactive member - Topic Author
- New Member
Less
More
13 years 1 month ago #12195
by yvonne77
Slight problem with template background slideshow was created by yvonne77
I was receiving error conflicts in Internet Explorer so I revised the equal_height.js file coding as per this posting which resolved some errors I was getting on this template in IE.
Right now I have loaded a photo gallery component called Ignite Gallery and everything appeass to work properly, my background slideshow images are load on all pages. However once I click on a photo in the gallery's thumbnail to view additional images, my slideshow background disappears after I click on a few thumbnails and all I see is a white screen. I assume there is a mootools or jquery conflict with this component. Is there some modification to the template's coding that I could try?
My site is: www.shoresideinn.com/photos.html
Right now I have loaded a photo gallery component called Ignite Gallery and everything appeass to work properly, my background slideshow images are load on all pages. However once I click on a photo in the gallery's thumbnail to view additional images, my slideshow background disappears after I click on a few thumbnails and all I see is a white screen. I assume there is a mootools or jquery conflict with this component. Is there some modification to the template's coding that I could try?
My site is: www.shoresideinn.com/photos.html
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #12208
by ivan.milic
Replied by ivan.milic on topic Re: Slight problem with template background slideshow
open to edit:
you will see:
var imgArr = new Array( // relative paths of images
'templates/hot_destinations/images/bg1.jpg',
'templates/hot_destinations/images/bg2.jpg',
'templates/hot_destinations/images/bg3.jpg',
'templates/hot_destinations/images/bg4.jpg'
);
try first this (add slash / in front of link):
if that doesn't help:
Code:
http://www.shoresideinn.com/templates/hot_destinations/js/animbg.js
you will see:
var imgArr = new Array( // relative paths of images
'templates/hot_destinations/images/bg1.jpg',
'templates/hot_destinations/images/bg2.jpg',
'templates/hot_destinations/images/bg3.jpg',
'templates/hot_destinations/images/bg4.jpg'
);
try first this (add slash / in front of link):
Code:
var imgArr = new Array( // relative paths of images
'/templates/hot_destinations/images/bg1.jpg',
'/templates/hot_destinations/images/bg2.jpg',
'/templates/hot_destinations/images/bg3.jpg',
'/templates/hot_destinations/images/bg4.jpg'
);
if that doesn't help:
Code:
var imgArr = new Array( // relative paths of images
'<your joomla site base url>/templates/hot_destinations/images/bg1.jpg',
'<your joomla site base url>/templates/hot_destinations/images/bg2.jpg',
'<your joomla site base url >/templates/hot_destinations/images/bg3.jpg',
'<your joomla site base url >/templates/hot_destinations/images/bg4.jpg'
);
The following user(s) said Thank You: yvonne77
Please Log in to join the conversation.
-
yvonne77
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
13 years 1 month ago #12216
by yvonne77
Replied by yvonne77 on topic Re: Slight problem with template background slideshow
Thanks Ivan! Adding the / did the trick!!
Please Log in to join the conversation.
-
Radyation
Inactive member - New Member
Less
More
- Posts: 5
- Thank you received: 0
12 years 6 months ago #19038
by Radyation
Replied by Radyation on topic Re: Slight problem with template background slideshow
It also did the magic for me the first time but it doesn't anymore. Nor the full URL does.
I tried to install broken plugin yesterday, and I guess this is the cause. After I activated the plugin the whole site died, so I deleted the plugins directory from the server. The site revived and looked fine.
Today I realized that the background is only chaging on the home page. Everywhere else it shows the first image and then white.
Furthermore, the 3 modules above the footer do not display properly.
And finally, the integrated captcha is also not showing, but working. The contact page refuses to send the form due to "empty fields".
I tried:
HELP!
website URL - www.alkistravel.com.cy
I tried to install broken plugin yesterday, and I guess this is the cause. After I activated the plugin the whole site died, so I deleted the plugins directory from the server. The site revived and looked fine.
Today I realized that the background is only chaging on the home page. Everywhere else it shows the first image and then white.
Furthermore, the 3 modules above the footer do not display properly.
And finally, the integrated captcha is also not showing, but working. The contact page refuses to send the form due to "empty fields".
I tried:
- Analise, repair, optimize the database.
- Replaced the template files from the template archive, not the hotstart. For the initial setup I used the hotstart.
- Deactivate/activate captcha.
HELP!
website URL - www.alkistravel.com.cy
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago - 12 years 6 months ago #19048
by ivan.milic
Replied by ivan.milic on topic Re: Slight problem with template background slideshow
You have jquery reference first time with designation module. Your page need it earlier, put reference in head section before jQuery.noConlfict(); script block,
then disable jquery in modules.
then disable jquery in modules.
Last edit: 12 years 6 months ago by ivan.milic.
Please Log in to join the conversation.
-
Radyation
Inactive member - New Member
Less
More
- Posts: 5
- Thank you received: 0
12 years 6 months ago - 12 years 6 months ago #19053
by Radyation
Replied by Radyation on topic Re: Slight problem with template background slideshow
Ivan I don't seem to understand. Could you be more specific, please.
I checked all the modules, and I didn't find any java related options/settings. Did you mean modules, or plugins?
I have already replaced all the theme files with the original ones. How can I be missing a reference, since all the changes after the initial install are supposed to be gone now?
Also, there is not jQuery.noConlfict(); in the index.php file.
I checked all the modules, and I didn't find any java related options/settings. Did you mean modules, or plugins?
I have already replaced all the theme files with the original ones. How can I be missing a reference, since all the changes after the initial install are supposed to be gone now?
Also, there is not jQuery.noConlfict(); in the index.php file.
Last edit: 12 years 6 months ago by Radyation.
Please Log in to join the conversation.
Time to create page: 0.153 seconds