-
Column Layout Grid for Product Listing doesn't work with Firefox?
Hi, I installed the Column Layout Grid for Product Listing, and it seems to be working fine with IE but with Firefox, the columns doesn't display correctly.
Sometimes the columns aren't evenly spaced, sometimes, one column is over top another column, but when the refresh the same page, it becomes fine..
how can I fix this?
you can take a look at my site for example: http://www.glamourie.com
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
I could also appreciate hearing a solution to this problem. i didn't realize this until it was pointed out to me by a visitor. The problem varies, misaligning the product info in different way. Sometimes shifted to the left, sometimes right. Sometimes listings are next to each other, sometimes overlapping. I have disabled this until it is fixed. But, looking at the above site, I did notice on these pages, clicking the "reload" button will bring the page up fine. Any help on this problem?
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
Hi,
this is a problem with IE. lemme explain.
the width of the box is the width of the content plus any border or padding. Thus, a 100px box with 0 padding and 0 border would render the same in IE as in Mozilla. However, if 5px padding is added, the Mozilla box (including content and padding) would be 110px wide, while the IE box would still be 100px. If a 10px border is also added, the Mozilla box (including content, padding and border) would be 130px wide, while the IE box would still be 100px. Finally, if you added 10px margin on all sides, the Mozilla box would be 150px while the IE box would then grow to 120px (100px for the content, padding, and border, and 20 for the margins on left and right).
Check your css and make necessary changes to the width, padding, margin n border of the sideboxes & content.
Hope this helps.
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
Well, I'm not seeing any problem with sideboxes or anything. It is actually a matter with using the column layout grid offered in the downloads. Also, it is not a matter of them running over each other. There was a width value of 32.5% with the 3 column, but it is narrower in firefox as opposed to IE. And the listings get squished and stacked and just way out of place. I would think it is a matter of where or how it is determining the width. But I'm new at all of this, so.... Well, I'm lost
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
I am also having this problem and have just posted on it.
** My Post**
I could have sworn that a couple of months ago when I first tried this that FireFox didn't have any problems with this. Could it be that the last FireFox update has broken this ?
And note in my post that this problem is not consistant..
In that reloading the page a few time gets it to display correctly.
If it was a width problem one would expect the page to display broken in the same way each time. But it doesn't. And one would expect that if it was a width problem that no matter how many times you refresh it wouldn't display properly.
This is happening in FireFox 2 and FireFox 3.....
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
Quote:
Originally Posted by
pamcake
Hi, I installed the Column Layout Grid for Product Listing, and it seems to be working fine with IE but with Firefox, the columns doesn't display correctly.
Having just looked at your site it would appear that there is something wrong with your Column Layout Grid for Product Listing mod installation. It is not producing the HTML it is supposed to. Check for a file called tpl_columnar_display.php in your templates/common override directory. It looks like you have a non-standard or old version that is not compatible with the mod.
Regards,
Christian.
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
On closer inspection it looks as if it is trying to use the tabular (row) listing with a columns layout. Check that the you have the correct tpl_modules_product_listing.php file in your templates override directory.
Regards,
Christian.
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
I have the same problem with firefox only is horrible and I am going carazy
I donīt know what to do
I did what you suggested
I didnīt have a folder for my template in
includes/modules/YOURTEMPLATE/ so i crated one and I re-installed product_listing.php on it before it was in includes/modules
I re installed
includes/templates/YOURTEMPLATE/templates/tpl_modules_product_listing.php
still not working
help please, this is a disaster really
http://nomo.cl/index.php?main_page=i...ort=20a&page=6 reload the page , every time the mess changes some more annoying than others, like all the product of one road each on top of the other
http://www.zen-cart.com/forum/showthread.php?t=103751
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
now is happening with opera too
is not happening with safari or IE
an it never happen in this page http://nomo.cl/index.php?main_page=i...alerv9sum6heb6
but in http://nomo.cl/index.php?main_page=index&cPath=1_6 from page one to 6 it happend all the time in FF and Opera
any Ideas?
I have read a lot of post with this same problem but not seeing any fix to it, or a fix reported back
:cry:
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
Somebody know how to fix this? :wacko::(
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
Quote:
Originally Posted by
paha
I didnīt have a folder for my template in
includes/modules/YOURTEMPLATE/ so i crated one and I re-installed product_listing.php on it before it was in includes/modules
You've haven't installed the mod correctly which is why you are getting the problem. It looks like your template override folder is called Nomo Template so where the instructions say YOURTEMPLATE replace it with Nomo Template e.g.
includes/templates/Nomo Template/ and so on.
Regards,
Christian.
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
Hi there
My problem is similar, but should be a really quick fix. I have my logo centered and it works fine in IE but in firefox it re-aligns to the left. My header was created to display this logo in the center so in firefox it looks a bit stupid on the left. My site is http://www.darbleyfish.com any help is much appreciated ASAP
Darbleys
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
Quote:
Originally Posted by
dableys
My problem is similar, but should be a really quick fix. I have my logo centered and it works fine in IE but in firefox it re-aligns to the left. My header was created to display this logo in the center so in firefox it looks a bit stupid on the left. My site is
http://www.darbleyfish.com any help is much appreciated ASAP
Your problem isn't anything to do with the column layout grid mod, it is being caused by a stray comma in your style sheet. At about line 108 of your stylesheet you have..
HTML Code:
#logo,
{
text-align: center;
}
You need to remove the comma after the #logo and then everything should be fine.
Regards,
Christian.
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
Christian
Thanks a bunch, (:censored: comma) :D should have spotted that myself. Sorry about the post in the wrong place but couldn't find anything else on the forum for firefox.
Image is centered now in firefox, but not quite as good as in IE, it's slightly out of place to the white space i left in my header image but not too worried about that yet, something i'll worry about when Firefox takes the lead in the Browser wars
Cheers mate :clap:
Darbleys
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
Quote:
Originally Posted by
CJPinder
You've haven't installed the mod correctly which is why you are getting the problem. It looks like your template override folder is called Nomo Template so where the instructions say YOURTEMPLATE replace it with Nomo Template e.g.
includes/templates/Nomo Template/ and so on.
Regards,
Christian.
I am sorry Cristian but I have includes/templates/Nomo Template/
"so what i have is this
I did what you suggested
I didnīt have a folder for my template in
includes/modules/yYOUR TEMPLATE/ so i crated one and I re-installed product_listing.php on it before it was in includes/modules
so now I have includes/modules/nomo template/
I re installed
includes/templates/nomo template/templates/tpl_modules_product_listing.php
still not working
what do you think?
I have checked many times, I have read the instructions hundred of times and re checked everything , I have turned of my template and turned on the default template and still have the problem, so is not the custom template
I hope you get enlighted and discover what is the problem
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
Quote:
Originally Posted by
paha
I re installed
includes/templates/nomo template/templates/tpl_modules_product_listing.php
still not working
what do you think?
For some reason Zen Cart is using the original tpl_modules_product_listing.php instead of the one that comes with the mod. Check that the template override directory that you have created is called Nomo template with a capital N as directories are case sensitive. Then check that the file has been uploaded correctly and it is the definitely the one that came with the mod.
Regards,
Christian.
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
well what you just said gave me a clue
I when to /www/includes/templates/template_default/templates/
and erased tpl_modules_product_listing.php that was there to see if the program was using that one instead of the one in /www/includes/templates/Nomo template/Templates/
when i did this and went to the product page in
http://nomo.cl/index.php?main_page=i...ort=20a&page=3
the products dinīt show at all
so I put the tpl_modules_product_listing.php from the grid module in /www/includes/templates/template_default/templates/tpl_modules_product_listing.php
and the products now show the way it supposed to be
so tpl_modules_product_listing.php from the grid module shoudīt go in /www/includes/templates/YOUR_TEMPLATE/Templates/
:shocking::blink::wacko: :bigups:
well that was hell thank you , thank you, thank you, you gave me the key to think about this
:clap: see it for yourself
what do you think?
It is strange do, isnīt it?
I am having a big problem with google indexing my page it dosenīt show up at all, and I whent to a sitemap builder and it only see the index page an the favicon.ico maybe this is related in some way,
please at look http://www.zen-cart.com/forum/showth...039#post600039 thank you
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
Quote:
Originally Posted by
paha
so I put the tpl_modules_product_listing.php from the grid module in /www/includes/templates/template_default/templates/tpl_modules_product_listing.php
It is not a good idea to overwrite files in the template_default directory. Your changes will be lost if you do an upgrade and you lose the ability to switch to a default template for testing.
Quote:
Originally Posted by
paha
so tpl_modules_product_listing.php from the grid module shoudīt go in /www/includes/templates/YOUR_TEMPLATE/Templates/
Yes it should. Where YOUR_TEMPLATE should be replaced by the name of your template override directory. If that is not working for you then you have made a mistake in doing it. Possibly using 'nomo template' instead of 'Nomo template'.
Regards,
Christian.
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
No Christian
I have Nomo templates on templates and on modules
no error with that
in tempates/Nomo template/templates the only file on that folder is
tpl_modules_product_listing.php
and in modules/Nomo template the only file there, is product_listing.php
:huh:
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
Quote:
Originally Posted by
paha
I have Nomo templates on templates and on modules
no error with that
in tempates/Nomo template/templates the only file on that folder is
tpl_modules_product_listing.php
and in modules/Nomo template the only file there, is product_listing.php
Very odd. You need to do some more digging around to see what the problem is because it sounds like your overrides for those files aren't working as they should.
Regards,
Christian.
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
Can someone help point me where I can go to fix this:
Because some item titles are longer than others, the product price and "more info..." texts are quite uneven which looks funny. There is a line space between the product name and the price, and another line space between the price and the "more info..." which makes the situation even worse.
Is there a way I can turn off "more info..." yet still display the product price, AND, can I get rid of the empty line space between the product name and product price? (not showing product descriptions at all in product listing) which would greatly reduce the effect of the uneven rows of text?
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
Quote:
Originally Posted by
tstamplis
Can someone help point me where I can go to fix this:
Because some item titles are longer than others, the product price and "more info..." texts are quite uneven which looks funny. There is a line space between the product name and the price, and another line space between the price and the "more info..." which makes the situation even worse.
Is there a way I can turn off "more info..." yet still display the product price, AND, can I get rid of the empty line space between the product name and product price? (not showing product descriptions at all in product listing) which would greatly reduce the effect of the uneven rows of text?
Any Link??
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
Quote:
Originally Posted by
paha
No Christian
I have Nomo templates on templates and on modules
no error with that
in tempates/Nomo template/templates the only file on that folder is
tpl_modules_product_listing.php
and in modules/Nomo template the only file there, is product_listing.php
:huh:
I also had this problem.
Until i realised that I was supposed to create a templates folder within the yourtemplate folder.
Do check the spelling like he said :)
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
Hi,
Im having troubles with this as well i have tryed the things in the forum to correct the problem.
But still no luck could some one help me please im not the most technical of people but have a basic understanding.
Basically i see in the admin settings the options to change rows and columns but when i change them it doesn't display any different this is my site www.everday.com.au/zen that im customizing at the moment.
As well not on topic if you look at my site you'll see the categories tab menu with characters in it that shouldn't be there and all the tabs are not aligned if anyone can help there as well it would be most appreciated.
Many Thanks
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
Wow! I was contemplating a download and install of this mod, but I now read about so many install/config problems in this thread...
Is this the reason why it isn't part of the Zen Cart package (yet)?
I mean, does the reason for not including such an important feature in ZenCart have to do with install/config difficulties? Or is it because this mod has not been tested enough per ZenCart's standards?
-
Re: Column Layout Grid for Product Listing doesn't work with Firefox?
I sorted this out by looking at the override folders..
The instructions with the mod tell you to put tpl_modules_product_listing.php into this directory...
/includes/templates/YOURTEMPLATE/templates/tpl_modules_product_listing.php
But after looking at the threads and seeing the confusion with which directory to put overrides in, I also copied the file into this directory which seems to have solved the problem...
/includes/YOURTEMPLATE/templates/tpl_modules_product_listing.php
Joy...:yes: