Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28
  1. #11
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing doesn't work with Firefox?

    Come on guys

  2. #12
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing doesn't work with Firefox?

    Somebody know how to fix this?

  3. #13
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default Re: Column Layout Grid for Product Listing doesn't work with Firefox?

    Quote Originally Posted by paha View Post
    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.

  4. #14
    Join Date
    Apr 2008
    Location
    Westmeath, Ireland
    Posts
    33
    Plugin Contributions
    0

    Default 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

  5. #15
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default Re: Column Layout Grid for Product Listing doesn't work with Firefox?

    Quote Originally Posted by dableys View Post
    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.

  6. #16
    Join Date
    Apr 2008
    Location
    Westmeath, Ireland
    Posts
    33
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing doesn't work with Firefox?

    Christian

    Thanks a bunch, ( comma) 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

    Darbleys

  7. #17
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing doesn't work with Firefox?

    Quote Originally Posted by CJPinder View Post
    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

  8. #18
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default Re: Column Layout Grid for Product Listing doesn't work with Firefox?

    Quote Originally Posted by paha View Post

    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.

  9. #19
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

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



    well that was hell thank you , thank you, thank you, you gave me the key to think about this
    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
    Last edited by paha; 23 Aug 2008 at 12:44 AM.

  10. #20
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default Re: Column Layout Grid for Product Listing doesn't work with Firefox?

    Quote Originally Posted by paha View Post
    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 View Post
    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.
    Last edited by CJPinder; 23 Aug 2008 at 06:39 AM. Reason: fix typo

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Does Column Layout Grid for Product Listing work on 1.3.9h?
    By jghogue in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Dec 2011, 05:05 PM
  2. Problem with column layout grid for product listing 1.3.8
    By ivanc in forum Templates, Stylesheets, Page Layout
    Replies: 19
    Last Post: 22 Jul 2010, 11:00 AM
  3. Problem with Column Layout Grid for Product Listing
    By maeve100 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 17 Aug 2009, 04:02 PM
  4. Column Layout Grid for Product Listing does not work
    By sandra_r in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 8 Feb 2009, 04:04 AM
  5. Problem with Column Layout Grid for Product Listing 1.3.0.2
    By mmmfruit in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 12 Aug 2006, 04:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR