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
blank line appearing above html tag in product page
Author Message
Reply with quote
Post blank line appearing above html tag in product page 
Hi all. I have recently installed and modified agora with minimal problems. One a challenge problem i am getting is a blank line appearing above the product page html code. This blank line is appearing in my design, making it look bad.

i have tried to place a blank line above another page in my agora site, but the browser seeems to ignore it.
Anyone know why it is appearing, and how i can get rid of it?
where is the product page code created (the html tags part, not product.inc file)?


thanks

MW

View user's profile Send private message
Reply with quote
Post  
MW,
URL to you store?


_________________
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 was using frames....i have now gotten rid of them, and the blank line appears above my entire page now, not so bad, just annoying. It only appears on the products pages.

http://mentalwealthstudios.com/quirlys/


please could someone see my other post, im a bit stuck because of that problem...

http://www.agoraguide.com/faq/viewtopic.php?t=3436


thanks in advance...
mw

View user's profile Send private message
Reply with quote
Post  
ps.


where do i modify the product image html tag? ive seen a post about this, now i cant find it!

View user's profile Send private message
Reply with quote
Post  
a few things...
1.
The store URL you have set up in the manager is breaking the '2 dot rule'. Change your store URL to:
http://www.mentalwealthstudios.com/quirlys/store/agora.cgi
The www. at the beginning satisfies the '2 dot rule'

2.
You have some stuff in your store_header.inc that MUST be removed.
Namely:
Code:

<style type="text/css">
a      { font-size: 12px; color: CCCC66; text-decoration: none; font-weight: bold; font-style: none;border:none; }
a:visited   { font-size: 12px; color: CCCC66; text-decoration: none; font-weight: bold; font-style: none;border:none; }
a:hover    { font-size: 12px; color: white; text-decoration: none; font-weight: bold; font-style: none;border:none; }

.a2      { font-size: 12px; color: 336633; text-decoration: none; font-weight: bold; font-style: none;border:none; }
.a2:visited   { font-size: 12px; color: 336633; text-decoration: none; font-weight: bold; font-style: none;border:none; }
.a2:hover    { font-size: 12px; color: white; text-decoration: none; font-weight: bold; font-style: none;border:none; }

div {font-family:arial,sans-serif;color:#336633;font-size:12px;}
</style>
<script language="JavaScript">
<!--
function changeImages() {
   if (document.images) {
      for (var i=0; i<changeImages.arguments.length; i+=2) {
         document[changeImages.arguments[i]].src = changeImages.arguments[i+1];document[changeImages.arguments[i]].blur();
      }
   }
}
//-->
</script>


The proper placement of this info is detailed in the following threads:
http://www.agoraguide.com/faq/viewtopic.php?t=1156
http://www.agoraguide.com/faq/viewtopic.php?t=358

3. The reason why you have the space at the top is because the body tag does not contain the topmargin info in it in the product pages.
The threads above, also, detail how to get the special body tag info to show up in the dynamically generated productPages.

4.
MentalWealth wrote:
where do i modify the product image html tag?

Please specify what it is that you want to modify about it. This will help us better direct you to what you need to do.

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 would like to change the size of the display picture within the products listings, and have the image a hyperlink that opens up a new window with a larger version of the image within it.

thanks for your help.


ps. do you know how i create new email/web forms within agora? namely a contact web email form and mailing list subscription form?

View user's profile Send private message
Reply with quote
Post  
Not quite sure what you are saying about changing the size of the display picture.
Can you elaborate?
Generally, the image size is set by the size of the image that is uploaded. You will need to edit your image and upload the edited image to change the size of what is displayed.

For the pop-up larger image, there is this post that will help:
http://www.agoraguide.com/faq/viewtopic.php?p=9476#9476

As for a mailing list subscription form, you will need another script for that. You can put it within the pages of Agora, since that form will have it's own form tags that direct the form to be posted to the mailing list script. Just not within any form tags that Agora has.

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 answers my question, i thought the image was set to be as big as the test image that pops up....didnt think.


can you define a little better how to create a custom email form within agora? are you saying i just pass my data out of agora to the email php script, passing the cart_id etc with it, then redirect back into agora? (because they may have items in their cart, that will need to be remembered). Is there no way to integrate the scripts within agora a bit better? so i can have these pages within the html directory? how do i get agora to run and process some php scripting?

thanks again.

View user's profile Send private message
Reply with quote
Post  
Agora (cgi scripts) and php do not mix...
you would not need to pass the cart id. The cart places cookie on the customer's browser to track the cart id. So, as long as the shopping cart is in Agora, and as long as the cart id cookie is on the browser, the customer can return to the store and their items will be in their cart.

The default length of time that shopping carts are retined is 12 hours. If they don't return to the store within 12 hours, their cart is deleted.

I use feedback form scripts that are available with most hosting packages.

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