The Official Website of AgoraCart and Agora.cgi
AgoraCart.com Demos Download AgoraCart User Manuals & Wiki Gold Members Forum Go Gold Now! Gold Version Memberships

AgoraCart.com

About
Features
Download
Payment Gateways
Send a Donation
Founders Club
BLOG: News & Updates

Showcases & Demos

AgoraCart Demos
Shop Live Stores

Downloads & Add-ons

Gold Version Downloads
DBwizz Database Mgr.
AgoraCart.com Store

Help & Support

User Manuals
Gold Version Users Forum
Gold Version Chat
Tech Support
Certified Agora Pros
Certified Designers
Hire a Freelancer

Gold Version Members

Member Benefits
Join Today!
Gold Members Home
Gold Version Users Forum
Gold Version Chat Rooms
Gold Version Downloads

For Store Owners

Merchant Accounts
Cool Resources
Advertise Here
"Powered by" Logos
Web Hosting Search

Misc.

Contact Us
MEET's Talking Guide
The Ancient Greek Agora






AgoraCart Free User Forums

This is the official FAQ and Cool Tips guide For the AgoraCart shopping Cart software


Official Sponsors of the AgoraCart Project:

       


RegisterSearchFAQLog in
Reply to topic Page 1 of 1
Background Image removal for productpage.inc ??
Author Message
Reply with quote
Post Background Image removal for productpage.inc ?? 
I have a background image set in the agora manager and it works fine. I DO NOT however want the BG to show 'in the products table'. It make the description, price, etc. difficult to read. I tried adding <TD BGCOLOR="#808080"> to my modified productpage.inc. Every place I added it seemed to only change the BG color of the image, price, description, etc.

Basically I want my whole page background image, but I do NOT want it to show through the product tables/listings.

Any help would be appreciated.

Thanks

View user's profile Send private message
Reply with quote
Post  
You will need to make the edit to the last <td> tag in the store_header.inc file.
HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post  
Sorry, I don't see any <td>'s in the store_header.inc file. Maybe you meant the productPage.inc file (which mine is acutally the 4a file).

Maybe I wasn't explaining what I want properly. if you go to www.rwhart.com/store/index.html AND click on any category to the left. When the 4 across product/category view appears, this is where my problem is. I want to background image everywhere EXCEPT inside the 4 across (3 down) product 'cells' . Having the image inside there makes the text hard to read.

Thanks for the help.

View user's profile Send private message
Reply with quote
Post  
No, I knew what I meant... but, you are using multiple headers so the store_header.inc file I was referring to is your store_header-std.inc file.
The <td> tag to add the bg color to would be:
Code:

<TD WIDTH="620" valign=top>


OR, you could change the productpage.inc file, I see that the layout you have chosen to use is based on the productPage-4a.inc file.
So, you will need to add the bgcolor to the following area of the file, something like:
Code:

  $myans .= '<tr><td colspan=3><table width="100%" border=1 bgcolor="white">'."\n";


HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post  
That did it, edited the productpage.inc file, thanks much. I'm sure I tried that (might be mistaken), but I think I used a color code (#00FF00) instead of 'white'. Thanks again for the help!

View user's profile Send private message
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum