osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

css link colors

This is a discussion on css link colors within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; i changed the color of the body text for the footer in my css from black on white to white ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Modification Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 01-19-2003, 09:31 PM
New Member
 
Join Date: Jan 2003
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
AtroxAngel
Default css link colors

i changed the color of the body text for the footer in my css from black on white to white on black... but the links that are there are still black and i cant figure out where to change them. ive dug through the topstyle help files and cant find anything.
please help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 01-19-2003, 10:13 PM
New Member
 
Join Date: Jan 2003
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
AtroxAngel
Default

ok i figured out that A is for the links.... anchor tag, i feel foolish for not realizing that. but i have a better question now. is there a way to make the links a different color for certain files IE: the infoboxes. or do i have to make a seperate style and give the class code for every link?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 01-20-2003, 03:02 AM
Member
 
Join Date: Dec 2002
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
doug
Default

Atroxangel I think you have once again answered you own question, well done.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 01-20-2003, 08:50 AM
Active Member
 
Join Date: Oct 2002
Location: Arkansas
Posts: 149
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
modom
Default

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 01-20-2003, 12:50 PM
New Member
 
Join Date: Jan 2003
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
AtroxAngel
Default

yeah, ive been doing that a lot lately. getting used to the code now... still not sure what all im going to change, the multi-language support design is really nice but way more than i need. same with a lot of the dynamic components, im not used to thinking that way yet
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 01-21-2003, 03:04 AM
Member
 
Join Date: Dec 2002
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
doug
Default

Yeh, osC is a great project, even after 2 or 3 months working with it (more like wresting) I think that there are deficiencies in the architecture and that perhaps there have been shortcuts taken in externalising the design for expediency (and perhaps performance reasons too, not able to comment on that yet) but this means that customising the design is fraught with traps and pitfalls not to mention the large number of files required to change to simply remove for example the right column totally from your site!

I am not sure how I got started on this rant but I'll stop it now, maybe I should start another thread to see if I am alone on this thought or perhaps if you are an experienced PHP'er and osC'er then it all "might" make perfect sense to you.

Please don't get me wrong I am a strong supporter of the project (I also use the product) and only make these comments to give positive, constructive feedback for the good of all!

Just imagine (in another world perhaps or in a couple of months) using an option in the admin site every option, style, etc is easily editable and stored in the database or stylesheet as appropriate in an easily extensible format that can be supported by the many excellent contributions that are provided by the community members...

Cheers
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 01-21-2003, 08:25 AM
Active Member
 
Join Date: Oct 2002
Location: Arkansas
Posts: 149
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
modom
Default

>>>
Yeh, osC is a great project, even after 2 or 3 months working with it (more like wresting) I think that there are deficiencies in the architecture and that perhaps there have been shortcuts taken in externalising the design for expediency (and perhaps performance reasons too, not able to comment on that yet) but this means that customising the design is fraught with traps and pitfalls not to mention the large number of files required to change to simply remove for example the right column totally from your site!
>>>

To remove that column just do a find and replace in your editor and find these lines:
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- right_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>
<!-- right_navigation_eof //-->
</table></td>

Make sure you find them first to see what files have the same listing and then replace with nothing...this removes the right column completely...takes about 10 seconds.

>>>
Just imagine (in another world perhaps or in a couple of months) using an option in the admin site every option, style, etc is easily editable and stored in the database or stylesheet as appropriate in an easily extensible format that can be supported by the many excellent contributions that are provided by the community members...
>>>

Harald has already said in one of his reports at oscommerce.com that they will be adding more classes.

Hope this helps you understand.
__________________
Sincerely,
Melinda

www.designhosting.biz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 01-21-2003, 08:51 AM
New Member
 
Join Date: Jan 2003
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
AtroxAngel
Default

or you could just take my path and comment things out. everything i edit suffers from code bloat because of that, but i dont seem to have loading speed issues so im happy
now i need to get the account and checkout pages to work, they're completely doa from install
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 01-21-2003, 11:44 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,058
Thanks: 80
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

A theming system is coming. This will make it much easier to customize the cart without messing with php, but just like all systems, you will then have to learn how to use it. No matter what you do, it will be painful for some people to learn.

At this stage, osCommerce is a developers script. It really isnt for the average internet end user. It has a lot more development ahead of it. In fact, the entire admin user interface, not to mention the install process needs a re-working if it were to be appealing to a mass market.

The entire development has been geared toward a more technical audience- web developers, programmers, and designers who already know how do do what they want to do (ie customize the look, create their own stylesheets, add features, etc...) So the development has focused on getting the nuts and bolts to work better rather than the aesthetics, although it does look quite nice out of the box.

A theming system and standards would be nice, but up to this point it has not been a high priority. Like any open source project, I am sure this is being worked on by many people and I have seen a lot of contributions that make certain customizations more automatic. It is just a matter of time. Alas, this is the price we pay for using an open source project that is still being developed.

Just as a side note, I thought osCommerce needed an instruction manual so I wrote one. hint hint...
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 01-21-2003, 04:34 PM
Member
 
Join Date: Dec 2002
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
doug
Default

Thank you Melinda and Michael, I do know about the excellent oscdox guide available here and I know using a mass editing tool it is only a 10 second job (but I don't have a mass editor and using wordpad is a slow process to do something that should only be a configuration item).

I like the sound of the theming that you mentioned.

Also one of the troubles I have is that I know what I want and how I would do it in another language but I want to use PHP and osC the "right way" this is what is the most frustrating thing!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
how do i set a link active, if the link links to actual page poschiman osCommerce 2.2 Modification Help 0 06-03-2006 05:10 PM
Link Colors? beernut osCMax v1.7 Discussion 1 12-17-2004 04:41 PM
Need different link colors doggerwatson osCommerce 2.2 Modification Help 1 11-02-2004 05:36 AM
Link colors problem - newbie - pls help pram0310 osCommerce 2.2 Modification Help 1 09-10-2004 10:41 AM
Old Question - Box Colors simmonm osCommerce 2.2 Modification Help 1 09-22-2003 07:02 PM


All times are GMT -8. The time now is 08:38 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax