- Posts: 14116
- Thank you received: 1639
Changing template settings alters site operation
-
sergiobelcamine
- Topic Author
- Visitor
11 years 9 months ago #28211
by sergiobelcamine
Changing template settings alters site operation was created by sergiobelcamine
Hi!
I changed some fonts settings in the template manager, style designer tab and, suddenly, my site menu are not functioning properly. Not all of them but some of them... And not on every pages. Like the Top menu works fine on the homepage, but when I select another page, where menu module are displayed in the "right" position, then some of these menus are not displaying correctly and the Top Menu doesn't work anymore...
Here are some addresses to check all that:
Home Page where menus are working just fine.
sbtest.sergebeauchemin.com
Then, select first menu item, in first menu on the left and see what happens with the top menu and the right menu... This is the address:
sbtest.sergebeauchemin.com/index.php/ent...rcours-professionnel
Thank you for helping me.
Serge
I changed some fonts settings in the template manager, style designer tab and, suddenly, my site menu are not functioning properly. Not all of them but some of them... And not on every pages. Like the Top menu works fine on the homepage, but when I select another page, where menu module are displayed in the "right" position, then some of these menus are not displaying correctly and the Top Menu doesn't work anymore...
Here are some addresses to check all that:
Home Page where menus are working just fine.
sbtest.sergebeauchemin.com
Then, select first menu item, in first menu on the left and see what happens with the top menu and the right menu... This is the address:
sbtest.sergebeauchemin.com/index.php/ent...rcours-professionnel
Thank you for helping me.
Serge
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
11 years 9 months ago - 11 years 9 months ago #28220
by ivan.milic
Replied by ivan.milic on topic Changing template settings alters site operation
In templates/hot_gaming_zone/js/jquery.hjt.nav.js
change to:
Code:
jQuery('.nav li').hover(function(){
jQuery(this).find('ul:first').stop(true,true)[options.effect](options.speed);
},function(){
jQuery(this).css('position', 'relative')
.find('ul:first').stop(true,true)[options.effect](options.speed);
});
change to:
Code:
jQuery('.menu.nav li').hover(function(){
jQuery(this).find('ul:first:not(:visible)').stop(true,true)[options.effect](options.speed);
},function(){
jQuery(this).css('position', 'relative')
.find('ul:first:visible').stop(true,true)[options.effect](options.speed);
});
Last edit: 11 years 9 months ago by ivan.milic.
Please Log in to join the conversation.
-
sergiobelcamine
- Topic Author
- Visitor
11 years 9 months ago #28222
by sergiobelcamine
Replied by sergiobelcamine on topic Changing template settings alters site operation
Just did it and it didn't fix it...
You could check at same addresses...
What else?
You could check at same addresses...
What else?
Please Log in to join the conversation.
-
sergiobelcamine
- Topic Author
- Visitor
11 years 9 months ago #28229
by sergiobelcamine
Replied by sergiobelcamine on topic Changing template settings alters site operation
If it may help, let me point out what happened, in a timely sequence...
My site was operating just fine.
Then, I went to Template Manager and selected the Gaming one, of course.
I selected the Style Designer tab.
I changed the font size and color for the paragraph text
I saved my changes
And there was the problem.
I think when I saved my changes, your template went rewriting something somewhere that screwed something else!
Is this of any help?
I can restore the working site at the previous address, give you access code and you could try it yourself.
Let me know if I can help you help me!
Serge
My site was operating just fine.
Then, I went to Template Manager and selected the Gaming one, of course.
I selected the Style Designer tab.
I changed the font size and color for the paragraph text
I saved my changes
And there was the problem.
I think when I saved my changes, your template went rewriting something somewhere that screwed something else!
Is this of any help?
I can restore the working site at the previous address, give you access code and you could try it yourself.
Let me know if I can help you help me!
Serge
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 9 months ago #28234
by ivan.milic
Replied by ivan.milic on topic Changing template settings alters site operation
In same file like last time:
replace with:
Code:
jQuery('.menu.nav li').hover(function(){
jQuery(this).find('ul:first:not(:visible)').stop(true,true)[options.effect](options.speed);
},function(){
jQuery(this).css('position', 'relative')
.find('ul:first:visible').stop(true,true)[options.effect](options.speed);
});
replace with:
Code:
jQuery('UL.nav li').hover(function(){
jQuery(this).find('ul:first:not(:visible)').stop(true,true)[options.effect](options.speed);
},function(){
jQuery(this).css('position', 'relative')
.find('ul:first:visible').stop(true,true)[options.effect](options.speed);
});
Please Log in to join the conversation.
-
sergiobelcamine
- Topic Author
- Visitor
11 years 9 months ago #28235
by sergiobelcamine
Replied by sergiobelcamine on topic Changing template settings alters site operation
Doesn't work...
Do you want the password and login name? I can give you a temporary one.
Do you want the password and login name? I can give you a temporary one.
Please Log in to join the conversation.
Time to create page: 0.163 seconds