- Posts: 14116
- Thank you received: 1639
Changing template settings alters site operation
-
ivan.milic
Support Staff - Moderator
Less
More
11 years 9 months ago #28356
by ivan.milic
Replied by ivan.milic on topic Changing template settings alters site operation
This was right code for jquery.hjt.nav.js:
for menu problem you have now drop-down will not fit there , try accordion menu for example instead
Code:
return this.each(function() {
jQuery(this).find('ul').hide();
jQuery(this).find('li ul li').filter(':last-child').css('border-bottom', 'none');
jQuery(this).find('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);
});
});
for menu problem you have now drop-down will not fit there , try accordion menu for example instead
Please Log in to join the conversation.
-
sergiobelcamine
- Topic Author
- Visitor
11 years 9 months ago #28363
by sergiobelcamine
Replied by sergiobelcamine on topic Changing template settings alters site operation
Thank you for this code.
Also, fot the boxes, just so you know, this is what was the site BEFORE changes to the font color, and this is after changes to font colors...
Also, fot the boxes, just so you know, this is what was the site BEFORE changes to the font color, and this is after changes to font colors...
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 #28377
by ivan.milic
Replied by ivan.milic on topic Changing template settings alters site operation
That for sure in not related????
Please Log in to join the conversation.
-
sergiobelcamine
- Topic Author
- Visitor
11 years 9 months ago #28397
by sergiobelcamine
Replied by sergiobelcamine on topic Changing template settings alters site operation
Oh yes it is!!
I just checked it many times this morning. Let me prove it to you.
1. go to gd.sergebeauchemin.com
2. Check and confirm everything seems fine.
3. Login to administrator using userid and user password I will send you using the "send to moderator" function, like last time.
4. go in template manager, select yours, go in designer style tab, change font color to "aaaaaa".
5. save and close.
6. go back to the site, and tell me eveything is fine...!!!
During my tests this morning I noticed that when I just restore my sql files like it was just before the changes, everything seems to be back to normal. It's like your "designer style" function goes writing something wrong in the SQL database...
Let me know what you think.
Serge
I just checked it many times this morning. Let me prove it to you.
1. go to gd.sergebeauchemin.com
2. Check and confirm everything seems fine.
3. Login to administrator using userid and user password I will send you using the "send to moderator" function, like last time.
4. go in template manager, select yours, go in designer style tab, change font color to "aaaaaa".
5. save and close.
6. go back to the site, and tell me eveything is fine...!!!
During my tests this morning I noticed that when I just restore my sql files like it was just before the changes, everything seems to be back to normal. It's like your "designer style" function goes writing something wrong in the SQL database...
Let me know what you think.
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 #28412
by ivan.milic
Replied by ivan.milic on topic Changing template settings alters site operation
Changed paragraph color to #aaaaaa and all looks ok?
Please Log in to join the conversation.
-
sergiobelcamine
- Topic Author
- Visitor
11 years 9 months ago #28427
by sergiobelcamine
Replied by sergiobelcamine on topic Changing template settings alters site operation
No it's not... Go under first menu, pick second option and look a the right side menus...
Please Log in to join the conversation.
Time to create page: 0.091 seconds