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
Adjusting product page position in a table
Author Message
Reply with quote
Post Adjusting product page position in a table 
Hi all,

I'm getting through the creation of my store and have CSS working on all pages. The only display hick-up is that the products table isn't lining up with my right column.

Go to: http: http://buzix1.domainnameservers.net/~custo8/shop/agora.cgi

and look at the far right. The right column has gotten pushed down, breaking up the image. I've tried aligning everything to the top but nothing's taken affect. Click on any of the products and I think the problem lies with the product summary heading up top. Where can I manipulate this to close the gap?

And....thanks again for all your previous help!
Rachel

View user's profile Send private message Send e-mail
Reply with quote
Post  
Rachel,
It probably has more to do with your store layout.
On the store's front page I am seeing double </head> tags and double body tags.
You might want to review the following thread for help in working with your layout:
http://www.agoraguide.com/faq/viewtopic.php?t=1310

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  
Oops! I noticed that a few minutes ago while putting together some of the static pages. I must have accidentally double pasted the body info.

On a slightly different note. All the links on the product pages are blue. I had set them to be purple in the Store Layout manager but it's not taking effect. Is there another place I can change this or an obvious goof I've done (which have been numerous after many late nights)? Laughing

rachel

View user's profile Send private message Send e-mail
Reply with quote
Post  
Rachel,
When you use the free form logic for putting in the $sc_standard_body_info
everything in the Store Layout area of the manager is ignored and totally controlled by the body info in the free form logic. So, you'll need to add those other body settings to the body info in the free form logic.

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  
I've understood how to set the body attributes in Free Form logic concerning my rollover images, margins, etc., but am not getting the proper format for links. I'm trying to set up links as purple (#660099) and visited links as lavender (#9966FF) for the View Cart & Check Outs links in the product tables. Can you show me an example of how this code would look like?

Thanks!

View user's profile Send private message Send e-mail
Reply with quote
Post  
Hello @ all,

Styles of Links you can change by using that code:

a:link {font-family: Verdana, Arial, sans-serif, Helvetica; font-size:9px; color: #4F5C63; font-weight: bold; text-decoration:none; text-align: right;}
a:visited{ font-family: Verdana, Arial, sans-serif, Helvetica; font-size:9px; color: #4F5C63; font-weight: bold; text-decoration: none; text-align: right;}
a:hover{ font-family: Verdana, Arial, sans-serif, Helvetica; font-size:9px; color: #4F5C63; font-weight: bold; text-decoration: underline; text-align: right;}
a:active{ font-family: Verdana, Arial, sans-serif, Helvetica;
font-size:9px; color: #4F5C63; font-weight: bold; text-decoration: none; text-align: right;}
a:focus{ font-family: Verdana, Arial, sans-serif, Helvetica; font-size:9px; color: #4F5C63; text-align: right;}

just edit it now the way you want your links to look like.
Greetings Hans

View user's profile Send private message
Reply with quote
Post  
Hi Hans,

I have all the link styles I want for my page working except in the actual product cells. How do I change those?

My store url is: http://buzix1.domainnameservers.net/~custo8/shop/agora.cgi

If you click on any product category you'll see that the links for View Cart & Check Out inside those table cells are blue.

I've tried adding link formatting in box 2 of free form logic between the $sc_standard_body_info = qq~ & ~; tags but nothing's taking effect

View user's profile Send private message Send e-mail
Reply with quote
Post  
Well, the way I choose is may not professional - but works.
I made a class for those links in my .css.
Then I took the productPage.inc. In there you´ll find View Cart and Check Out.
Just add your class to the A HREF.

In my case it looks like that:

<A HREF="%%scripturl%%?dc=1&%%href_fields%%" class="link">

As I said there is probably a better way but that one works too.

View user's profile Send private message
Reply with quote
Post  
Well you can build a class for those links also like that:

a.left:link {font-family: Verdana, Arial, sans-serif, Helvetica; font-size:10px; color: #ffffff; font-weight: bold; text-decoration:none; text-align: left;}
a.left:visited{ font-family: Verdana, Arial, sans-serif, Helvetica; font-size:10px; color: #ffffff; font-weight: bold; text-decoration: none; text-align: left;}
a.left:hover{ font-family: Verdana, Arial, sans-serif, Helvetica; font-size:10px; color: #4F5C63; font-weight: bold; text-decoration: underline; text-align: left;}
a.left:active{ font-family: Verdana, Arial, sans-serif, Helvetica;
font-size:10px; color: #ffffff; font-weight: bold; text-decoration: none; text-align: left;}
a.left:focus{ font-family: Verdana, Arial, sans-serif, Helvetica; font-size:10px; color: #4F5C63; text-align: left;}

left would be your class in that way, so you hat to add into the mentioned a href class="left"

Smile

View user's profile Send private message
Reply with quote
Post  
Sounds like it would work but I'm still not getting any response. The only thing that changes is the font family and size. It just won't pick up the color or text decoration settings.

View user's profile Send private message Send e-mail
Reply with quote
Post  
To get the shop up and running for now, I just added the font color I wanted in the font tag of the prodcuct page file. I'll figure out how to set the other styles as I maintain the sight. I'd still be interested in hearing any other suggestions though.

Thanks,
Rachel

View user's profile Send private message Send e-mail
Reply with quote
Post  
Rachel,
Here you go:
Code:

$sc_standard_body_info = qq~  bgcolor="#FFFFFF" link="#660099" vlink="#9966FF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('cy-i/AboutUsH.gif','cy-i/news8on.gif','cy-i/test2-on.gif','cy-i/contact9.gif','cy-i/SalebuttonH.gif')"
~;


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
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