Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Changing link colours in speedbar

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #11  
Old 05-24-2004, 05:59 PM
 
Emerson Emerson is offline
 

X-Man
  
Join Date: Mar 2004
Location: Atlanta, GA
Posts: 2,209
 

Default

What exactly is not working?
The regular font color?

try to edit
Code:
.Tab { BACKGROUND-COLOR: #73004E; }

to
Code:
.Tab { BACKGROUND-COLOR: #73004E; COLOR: #color; }
__________________
Emerson
Total Server Solutions LLC- Quality X-Cart Hosting
Recommended X-Cart Hosting Provider - US and UK servers
Does your host backup your site? We do EVERY HOUR!!!
Shared Hosting | Managed Cloud | Dedicated Servers
Reply With Quote
  #12  
Old 05-24-2004, 06:00 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

Put the .tab entries back where they belong.

Regenerate your templates by running cleanup.php

Never post your entire file like that again, because I don't want to scroll for 1/2 an hour. Post what is relevant.
Reply With Quote
  #13  
Old 05-24-2004, 06:03 PM
 
Emerson Emerson is offline
 

X-Man
  
Join Date: Mar 2004
Location: Atlanta, GA
Posts: 2,209
 

Default

Quote:
Originally Posted by adpboss
Put the .tab entries back where they belong.

Regenerate your templates by running cleanup.php

Never post your entire file like that again, because I don't want to scroll for 1/2 an hour. Post what is relevant.

You tell him
__________________
Emerson
Total Server Solutions LLC- Quality X-Cart Hosting
Recommended X-Cart Hosting Provider - US and UK servers
Does your host backup your site? We do EVERY HOUR!!!
Shared Hosting | Managed Cloud | Dedicated Servers
Reply With Quote
  #14  
Old 05-24-2004, 06:31 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

GM,

You need to fix the thread title and never post an entire file when a snippet will do. Sorry if I sounded harsh before, but you've been around for awhile now. We expect more from you.

Copy my tab code exactly as I have it in my example.

Just change what you absolutely need, don't try to get too fancy. You need to flush your template cache either from the Summery page in the admin or via http://www.yoursite.com/xcartdirectory/cleanup.php.

Just try and get a basic mouseover (hover) change happening before trying to butcher all of the code. Your idea of moving it up the Style Sheet doesn't have any effect.

This is a rudimentary error, but we need to know that you are trying the basics first. Always make troubleshooting simple.
Reply With Quote
  #15  
Old 05-24-2004, 07:36 PM
 
GM GM is offline
 

eXpert
  
Join Date: Mar 2004
Location: Canada
Posts: 293
 

Default

I Put the Tab section back... copied and pasted your code (and colours) exactly... cleaned the template cache... STILL DOSEN'T WORK.

The reason I included the full CSS is incase there are vast differences in 3.5.7... Sorry.
__________________
v. 4.0.14 (GM Style)
O.S. Linux
Build Your Own Diamond Ring
Reply With Quote
  #16  
Old 05-24-2004, 07:46 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

Can you please paste only the tab code here. Just two lines above, the code and then two lines below will do.

I'm trying to clear orders right now, but I will look at this until we get it worked out.

[EDIT] Unfortunately, I disable the speed bar in my 3.5.7 store (removed from code) so I don't have a sample to play with.
Reply With Quote
  #17  
Old 05-24-2004, 08:02 PM
 
GM GM is offline
 

eXpert
  
Join Date: Mar 2004
Location: Canada
Posts: 293
 

Default

Thanks for not bailing on me...

Code:
.SmallText { COLOR: #FFFFFF; TEXT-DECORATION: none; FONT-SIZE: 12px; FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif; } .Bottom { BACKGROUND-COLOR: #73004E; COLOR: #FFD44C; } .Tab { COLOR: #73004E; TEXT-DECORATION: none; } .Tab:link { COLOR: #330000; TEXT-DECORATION: none; } .Tab:visited { COLOR: #330000; TEXT-DECORATION: none; } .Tab:active { COLOR: #330000; TEXT-DECORATION: none; } .CatMenuItemOff { BACKGROUND-COLOR: #FFD44C; /* like "VertMenuBox" */ BORDER-RIGHT: #FFD44C 1px solid; /* like "VertMenuBox" */.Tab:hover { COLOR: #550000; TEXT-DECORATION: underline; }

This is the original:

Code:
.Bottom { BACKGROUND-COLOR: #73004E; COLOR: #FFD44C; } .Tab { BACKGROUND-COLOR: #73004E; FONT-WEIGHT: bold; TEXT-TRANSFORM: uppercase; } .CatMenuItemOff { BACKGROUND-COLOR: #FFD44C; /* like "VertMenuBox" */
__________________
v. 4.0.14 (GM Style)
O.S. Linux
Build Your Own Diamond Ring
Reply With Quote
  #18  
Old 05-24-2004, 08:08 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

Try this

Code:
.Tab { BACKGROUND-COLOR: #73004E; FONT-WEIGHT: bold; TEXT-TRANSFORM: uppercase; } .Tab:link { COLOR: #330000; TEXT-DECORATION: none; } .Tab:visited { COLOR: #330000; TEXT-DECORATION: none; } .Tab:active { COLOR: #330000; TEXT-DECORATION: none; }
Reply With Quote
  #19  
Old 05-24-2004, 08:15 PM
 
GM GM is offline
 

eXpert
  
Join Date: Mar 2004
Location: Canada
Posts: 293
 

Default

That was the first thing I tried.
__________________
v. 4.0.14 (GM Style)
O.S. Linux
Build Your Own Diamond Ring
Reply With Quote
  #20  
Old 05-24-2004, 08:19 PM
 
GM GM is offline
 

eXpert
  
Join Date: Mar 2004
Location: Canada
Posts: 293
 

Default

For some reason the A Link styles are over riding everything...?

[EDIT] Tried it again to be sure... NOPE
__________________
v. 4.0.14 (GM Style)
O.S. Linux
Build Your Own Diamond Ring
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 05:48 AM.

   

 
X-Cart forums © 2001-2020