Zen Cart Logo
Forums / General Questions / products image

products image

Locked

Views: 984

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
1 May 2009, 6:24 PM
#1
ronron avatar

ronron

Zen Follower

Join Date:
Mar 2009
Posts:
125
Plugin Contributions:
0

products image

Hi, I have download some of my products image and as I download my new product listing image will jump around when I refresh the page and the image are not fix into the 5 picture per row as I have configure in my admin, I have tried to adjust the size of the image inorder to fix in the new product listing space but to no avail, anyone can help, Thanks.
My link at https://www.wardrobe-bar.com/zencart

1 May 2009, 6:34 PM
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,790
Plugin Contributions:
14

Re: products image

I think most of your problem is the html in your define_main_page. Take a look at it in html or use one of the W3C validators to find the problem areas.

1 May 2009, 8:09 PM
#3
ronron avatar

ronron

Zen Follower

Join Date:
Mar 2009
Posts:
125
Plugin Contributions:
0

Re: products image

Hi dbltoe, where can I find my html define_main_page folder? I have actually download the Debug Error Logging Utility and found
sess_6af634b6fc49e8f2fc071982f715b1a2
ASCII text, with no line terminators
----------------------------------------------------------------------------installerConfigKeys|a:1:{s:8:"language";s:7:"english";}installerConfigInfo|a:0:{}
What does that mean?

1 May 2009, 8:29 PM
#4
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,790
Plugin Contributions:
14

Re: products image

It's not a folder, but a file. Take one of the prominent words on the main page and use it as a search in the Admin >> Tools >> Developers Tool Kit. That search will show you the location of the file.

The error you're getting looks like you may have left off or added a single quote (') where you shouldn't have.

2 May 2009, 2:29 PM
#5
ronron avatar

ronron

Zen Follower

Join Date:
Mar 2009
Posts:
125
Plugin Contributions:
0

Re: products image

Hi Dbltoe, I Have tried to locate the files by going to Develpment tool kit it but no similiar files found.

2 May 2009, 4:23 PM
#6
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,790
Plugin Contributions:
14

Re: products image

Go to YOURSITE/admin and login.
Click on Tools on the menu bar.
Select Developers Tool Kit from that menu.
Go down to the last box on the bottom left. (Look-up in All Files)
Enter "5 pcs per" without the quotes in the box.
In the dropdown to the right, select All Files - Catalog.
Click the search button.
That should tell you the location of the file.

You also have apparently tried to use an html "hide" (<!--) in some php code in the footer.:(

Scroll all the way down and you'll see it on the left.

5 May 2009, 3:34 PM
#7
ronron avatar

ronron

Zen Follower

Join Date:
Mar 2009
Posts:
125
Plugin Contributions:
0

Re: products image

Hi dbltoe, this is the html in my main_page php:

<p><strong><a href>Minimum wholesale quantity at 5 pcs per shipment and different colors or sizes or designs could be combined.</a> <p><strong><a href>Enjoy FREE delivery for a limited time period for local order</a> <img src="http://i313.photobucket.com/albums/ll392/aacid1989/black_and_white_BEAUTY.jpg" border="0" alt=""/></a> I cant see any error on it, I tried to remove the that black and ehite beauty.jpg but my products image still jump around.
5 May 2009, 7:25 PM
#8
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,790
Plugin Contributions:
14

Re: products image

Well...........
Where do I start?
you don't close any of the P or STRONG, you have an A HREF that goes nowhere, and you have closing </A> at the end of the image without any opener.
Other than one or two errors on every line....