The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
It's possible CSS is being added by a plugin...try disabling those and see if the issue is still present...
|
#12
|
||||
|
||||
Quote:
Just did... define('DISABLE_HOOKS', true); Nope same situation. I will make some copy paste code from my forum to test forum and see. I will inform with any luck if I have |
#13
|
||||
|
||||
Try this..
Goto adminCP > Maintenance > general update tools and "Remove Orphan Stylevars" |
#14
|
||||
|
||||
"Deleted Orphan Stylevars Successfully."
Did it twice, no change. I will first try to Rebuild Styles and if no luck I will try the copy-paste code from one to other. Thank you |
#15
|
||||
|
||||
OK
Are you saving CSS as files or in the database? Move them in database? |
#16
|
||||
|
||||
Quote:
What I found: In additional.css I have this. --------------------------------------- .navbar a { color:{vb:stylevar navbar_link_color}; } .navbar a:hover { color:{vb:stylevar navbar_linkhover_color}; } If I change with this code: --------------------------------- .navbar a { color: #000000; } .navbar a:hover { color: #FFFFFF; } Than I have the colors I want, except the vertical lines (I do not find yet) Attachment 156811 If I change from stylevar the "navbar_link_color" it change both navbar and navbar_tab, see image. Attachment 156812 * Problem with case, every change I make I must refresh many times to take effect in my browser. (but ok this) * I do not know why when change in stylevar change both navbar and navtab? * I am searching to find that vertical lines. |
#17
|
||||
|
||||
You should remove all the class belongs to navbar (.navbar , .navtab, . navtabs) in additional.css template.
Disable browser caching in .htaccess file for refresh issue. |
#18
|
||||
|
||||
Can you please be more specific my knowledge is not good. Thanks for bothering to answer. |
#19
|
||||
|
||||
Post your additional.css here OR send it to me via email.
|
#20
|
||||
|
||||
Here it is. Thank you.
Attachment 156813 Some thing strange, after update some changes made. luckily this is an update to a my dev site. I found the vertical lines, in additional.css if I delete this line it goes off Code:
background:url({vb:stylevar imgdir_themedir}/navSplit.gif) no-repeat top {vb:stylevar right}; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|