- Posts: 66
- Thank you received: 0
Using Style 3 with rotating pictures background
-
dreamdest
Inactive member -
Topic Author
- Member
-
Less
More
10 years 5 months ago #42598
by dreamdest
Using Style 3 with rotating pictures background was created by dreamdest
I am currently using style 1 which has the 4 rotating background pictures, but i like the colors of style3 much better (blue), but I can't seem to use style 3 with the rotating background - how can i use style 3 with the rotating background fotos? thanks!
Please Log in to join the conversation.
-
dreamdest
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 66
- Thank you received: 0
10 years 5 months ago #42599
by dreamdest
Replied by dreamdest on topic Using Style 3 with rotating pictures background
I am using "slide show" as the background type, but it's still not working. thanks.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #42605
by ivan.milic
Replied by ivan.milic on topic Using Style 3 with rotating pictures background
Open:
templates/hot_destinations/js/animbg.js
In this 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'
);
replace all relative urls templates/hot... with absolute htp://www.yoursite...
templates/hot_destinations/js/animbg.js
In this 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'
);
replace all relative urls templates/hot... with absolute htp://www.yoursite...
Please Log in to join the conversation.
-
dreamdest
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 66
- Thank you received: 0
10 years 5 months ago #42606
by dreamdest
Replied by dreamdest on topic Using Style 3 with rotating pictures background
I replaced them as follows:
jQuery(document).ready(function(){
var imgArr = new Array( // relative paths of images
' dreamdestinations.travel/templates/hot_d...tions/images/bg1.jpg ',
' dreamdestinations.travel/templates/hot_d...tions/images/bg2.jpg ',
' dreamdestinations.travel/templates/hot_d...tions/images/bg3.jpg ',
' dreamdestinations.travel/templates/hot_d...tions/images/bg4.jpg '
);
but it still isn't working
jQuery(document).ready(function(){
var imgArr = new Array( // relative paths of images
' dreamdestinations.travel/templates/hot_d...tions/images/bg1.jpg ',
' dreamdestinations.travel/templates/hot_d...tions/images/bg2.jpg ',
' dreamdestinations.travel/templates/hot_d...tions/images/bg3.jpg ',
' dreamdestinations.travel/templates/hot_d...tions/images/bg4.jpg '
);
but it still isn't working

Please Log in to join the conversation.
-
dreamdest
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 66
- Thank you received: 0
10 years 5 months ago - 10 years 5 months ago #42607
by dreamdest
Replied by dreamdest on topic Using Style 3 with rotating pictures background
var imgArr = new Array( // relative paths of images
' www.dreamdestinations.travel/templates/h...tions/images/bg1.jpg ',
' www.dreamdestinations.travel/templates/h...tions/images/bg2.jpg ',
' www.dreamdestinations.travel/templates/h...tions/images/bg3.jpg ',
' www.dreamdestinations.travel/templates/h...tions/images/bg4.jpg '
);
' www.dreamdestinations.travel/templates/h...tions/images/bg1.jpg ',
' www.dreamdestinations.travel/templates/h...tions/images/bg2.jpg ',
' www.dreamdestinations.travel/templates/h...tions/images/bg3.jpg ',
' www.dreamdestinations.travel/templates/h...tions/images/bg4.jpg '
);
Last edit: 10 years 5 months ago by dreamdest.
Please Log in to join the conversation.
-
dreamdest
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 66
- Thank you received: 0
10 years 5 months ago #42608
by dreamdest
Replied by dreamdest on topic Using Style 3 with rotating pictures background
sorry - each of those lines begins with 'http:// but when I paste it into the editor, it removes the http part.

Please Log in to join the conversation.
Time to create page: 0.086 seconds