Background Slide Show x SEF

  • doberl
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 2 months ago #11590 by doberl
Hello Sorry, my English is poor and my joomla. Enabling Search Engine Friendly URLs Background of the slide show does not work, the second image is white. Tested including a new network installation and clean. Can you help?

Please Log in to join the conversation.

More
13 years 2 months ago #11607 by ivan.milic
open templates\hot_destinations\js\animbg.js

you will see:
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' );

add / in front of paths:
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 does not work put absolute urls:
Code:
var imgArr = new Array( // relative paths of images '<your site url>/templates/hot_destinations/images/bg1.jpg', '<your site url>/templates/hot_destinations/images/bg2.jpg', '<your site url>/templates/hot_destinations/images/bg3.jpg', '<your site url>/templates/hot_destinations/images/bg4.jpg' );

Please Log in to join the conversation.

  • doberl
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 2 months ago #11648 by doberl
Hello Ivan.Milic. I appreciate your response. Almost solved using absolute urls, but the tests did not work in browsers chrome and firefox, explorer only in versions 8 and 9. Do you have any other suggestions?

Please Log in to join the conversation.

More
13 years 2 months ago #11654 by ivan.milic
Give us link we could take a look

Please Log in to join the conversation.

Time to create page: 0.158 seconds
Powered by Kunena Forum