- Posts: 2
- Thank you received: 0
Background Slide Show x SEF
-
doberl
Inactive member - Topic Author
- New Member
Less
More
13 years 2 months ago #11590
by doberl
Background Slide Show x SEF was created 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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #11607
by ivan.milic
Replied by ivan.milic on topic Re: Background Slide Show x SEF
open templates\hot_destinations\js\animbg.js
you will see:
add / in front of paths:
if that does not work put absolute urls:
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
Less
More
- Posts: 2
- Thank you received: 0
13 years 2 months ago #11648
by doberl
Replied by doberl on topic Re: Background Slide Show x SEF
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #11654
by ivan.milic
Replied by ivan.milic on topic Re: Background Slide Show x SEF
Give us link we could take a look
Please Log in to join the conversation.
Time to create page: 0.158 seconds