- Posts: 105
- Thank you received: 0
URGENT!!! HEADER AN TOP MENU DUPLICATE
-
cynthia_1982
Inactive member -
Topic Author
- Member
-
Less
More
12 years 7 months ago #21265
by cynthia_1982
URGENT!!! HEADER AN TOP MENU DUPLICATE was created by cynthia_1982
I really need your help desperately
My website www.publi-smart.com.mx is acting rare, the header and the top menu seems to go wild... everything its out of his place, what happend?
I just change the name of Home Menu
HELP!!!!!
My website www.publi-smart.com.mx is acting rare, the header and the top menu seems to go wild... everything its out of his place, what happend?
I just change the name of Home Menu
HELP!!!!!
Please Log in to join the conversation.
-
cynthia_1982
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 105
- Thank you received: 0
12 years 7 months ago #21266
by cynthia_1982
Replied by cynthia_1982 on topic URGENT!!! HEADER AN TOP MENU DUPLICATE
aLSO... THE BACKGROUND IS NOT WORKIN PROPERLY, JUST SHOW THE FIRST IMAGE, AND THEN JUST SHOW WHITE...
Please Log in to join the conversation.
-
cynthia_1982
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 105
- Thank you received: 0
12 years 7 months ago #21267
by cynthia_1982
Replied by cynthia_1982 on topic URGENT!!! HEADER AN TOP MENU DUPLICATE
the problem with the header and top menu is now resolved, but i still have problems with the background slide.. can u help me?
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
12 years 7 months ago #21280
by milos
Replied by milos on topic URGENT!!! HEADER AN TOP MENU DUPLICATE
Perhaps you fixed the background rotation in the meantime. I visited your site with Chrome and background slide show animation worked just fine.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #21288
by ivan.milic
Replied by ivan.milic on topic URGENT!!! HEADER AN TOP MENU DUPLICATE
Dear Cynthia,
open /templates/hot_destinations/js/animbg.js
you will see this:
try first to replace it with this:
if that does not help use this:
open /templates/hot_destinations/js/animbg.js
you will see 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'
);
try first to replace it with 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'
);
if that does not help use this:
Code:
var imgArr = new Array( // relative paths of images
'http://www.publi-smart.com.mx//templates/hot_destinations/images/bg1.jpg',
'http://www.publi-smart.com.mx//templates/hot_destinations/images/bg2.jpg',
'http://www.publi-smart.com.mx//templates/hot_destinations/images/bg3.jpg',
'http://www.publi-smart.com.mx//templates/hot_destinations/images/bg4.jpg'
);
The following user(s) said Thank You: cynthia_1982
Please Log in to join the conversation.
-
cynthia_1982
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 105
- Thank you received: 0
12 years 7 months ago #21299
by cynthia_1982
Replied by cynthia_1982 on topic URGENT!!! HEADER AN TOP MENU DUPLICATE
thank you ivan!
Please Log in to join the conversation.
Time to create page: 0.167 seconds