Slight problem with template background slideshow

  • yvonne77
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 1 month ago #12195 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

Please Log in to join the conversation.

More
13 years 1 month ago #12208 by ivan.milic
open to edit:
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
  • New Member
More
13 years 1 month ago #12216 by yvonne77
Thanks Ivan! Adding the / did the trick!!

Please Log in to join the conversation.

More
12 years 6 months ago #19038 by Radyation
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:
  1. Analise, repair, optimize the database.
  2. Replaced the template files from the template archive, not the hotstart. For the initial setup I used the hotstart.
  3. Deactivate/activate captcha.

HELP!

website URL - www.alkistravel.com.cy

Please Log in to join the conversation.

More
12 years 6 months ago - 12 years 6 months ago #19048 by ivan.milic
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.
Last edit: 12 years 6 months ago by ivan.milic.

Please Log in to join the conversation.

More
12 years 6 months ago - 12 years 6 months ago #19053 by Radyation
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.
Last edit: 12 years 6 months ago by Radyation.

Please Log in to join the conversation.

Time to create page: 0.153 seconds
Powered by Kunena Forum