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
Store layout display problem in Firefox
Author Message
Reply with quote
Post Store layout display problem in Firefox 
When I first go to my store using Firefox, sometimes the Product Description overlaps into the Product Image area. If I click the reload button, it corrects itself and displays properly. I don't have the same problem viewing the page with IE6. Below are screen shots showing the problem on top and the way it should display on the bottom.

http://www.rovatune.com/agora.jpg

Store page:
http://www.lockboxdoorprotector.com/store2/agora.cgi?p_id=00034

Any ideas how I can fix this would be greatly appreciated.

Thanks
Larry

View user's profile Send private message
Reply with quote
Post  
Larry,
The problem is probably in your html coding...

I am seeing some info in your store_header.inc file that should not be there.
Namely:
Code:
<link rel="stylesheet" type="text/css" href="http://www.lockboxdoorprotector.com/store/html/style.css">
</head>
<body bgcolor="#DBEBF5">


The body color is handled in the manager -> store layout area
For the stylesheet link, review the following threads for info on proper placement:
http://www.agoraguide.com/faq/viewtopic.php?t=1156
http://www.agoraguide.com/faq/viewtopic.php?t=358

There is also the following in the header that needs to be removed:
Code:
<form METHOD="POST" ACTION="agora.cgi">


This tag is causing nested forms on the page.

Change this part of your productPage.inc file:
Code:
<tr><TD colspan=2>
<FONT FACE="ARIAL" SIZE="2">
<b>%%name%%</b>
<br>
%%description%%
</FONT>
</TD>
</FORM>
</TR>
<TR>
<td colspan=2><table width='100%' border=0 cellpadding=0 cellspacing=0>
<tr><td width='33%' align=center>
<FONT FACE="ARIAL" SIZE="2" color="#FF0000">%%price%%</font>
</td>
<td width='33%' align=center>

</td>
<td width = '33%' align=center>

</TD>
</tr></table>

TO:
Code:
<tr><TD>
<FONT FACE="ARIAL" SIZE="2">
<b>%%name%%</b>
<br>
%%description%%
</FONT>
</FORM>
</TD>
</TR>
<TR>
<td><table width='100%' border=0 cellpadding=0 cellspacing=0>
<tr><td align=center>
<FONT FACE="ARIAL" SIZE="2" color="#FF0000">%%price%%</font>
</td>
</tr></table>


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 fixed it! 
Bonnie:

Thanks very much for your help. The productPage.inc file changes were the trick. I'll work on your other suggestions also.

Larry

View user's profile Send private message
Reply with quote
Post  
Larry,
Just saw something else in your productPage.inc:
Code:
<td width="50%">

Change that to just:
Code:
<td>


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 Made the change 
Thanks Bonnie, I made the changes.

I'm still trying to figure out an how to edit the Offline-order_lib.pl to include a "Company" field. I may need more help.

Thanks again
Larry

View user's profile Send private message
Reply with quote
Post Help Bonnie - still having Firefox display problems 
Bonnie:

I'm still having the same overlap Firefox problem mentioned above. Again, there's no problem viewing in IE6 and when you click the reload button in Firefox, it displays OK.

I've made all the changes you suggested except removing the style sheet link. Do you think this could be causing the problem, I couldn't follow the instructions about the Freeform Logic Field.

Larry

View user's profile Send private message
Reply with quote
Post  
Larry,
Having the info I mentioned above in the wrong places constitutes HTML coding errors. I'm not sure if it is causing the problem, but once you get the HTML errors corrected, you can then work on pin-pointing it further.

Although, I am seeing something else that confuses me. Just below the <body> tag, I am seeing:
Code:
&nbsp;&nbsp;</font>


I am wondering if you put this in one of the core files somewhere... This, too, is an HTML coding error.

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