- Posts: 14116
- Thank you received: 1639
HOT Start installation doesn't work ?!
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
13 years 8 months ago #10231
by ivan.milic
Replied by ivan.milic on topic Re: HOT Start installation doesn't work ?!
that happens when you use SEF urls because image link if formed wrong. This is usually solved by changing those links where I point you in my last post to absolute . Also adding / in front of relative url may solve the issue:
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'
);
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'
);
Please Log in to join the conversation.
-
goncaruk
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
13 years 8 months ago #10241
by goncaruk
Replied by goncaruk on topic Re: HOT Start installation doesn't work ?!
Hi Ivan 
Thank you so much for your help! It all works fine now, just like you said I just changed URL's. It's just first time I've used wrong URL's so it didn't worked fro me, but now I got it and it's all fine. Just for curiosity I've used "/" and it also works perfect too.
I appreciate that !
P.s. Just a very last quick question.., say for example if I would like to add more backgrounds say make it 10 instead of 4 should i just add more pointers into "animbg.js" file, or I'll need to dig deeper into other files, php etc ?

Thank you so much for your help! It all works fine now, just like you said I just changed URL's. It's just first time I've used wrong URL's so it didn't worked fro me, but now I got it and it's all fine. Just for curiosity I've used "/" and it also works perfect too.
I appreciate that !
P.s. Just a very last quick question.., say for example if I would like to add more backgrounds say make it 10 instead of 4 should i just add more pointers into "animbg.js" file, or I'll need to dig deeper into other files, php etc ?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #10250
by ivan.milic
Replied by ivan.milic on topic Re: HOT Start installation doesn't work ?!
you can just add more urls in image url array.
Please Log in to join the conversation.
Time to create page: 0.070 seconds