Page 4 of 29 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 285
  1. #31
    Join Date
    Sep 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    Website Rob

    Are you able to tell me (or point me in the right direction) where I need to fix the code, sorry I'm very much a newbie at all this.

  2. #32
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Column Layout Grid for Product Listing

    The link I provided is to an online Validator. You can use that to point out to whomever you got your Templated from and/or did custom coding for you, that there is a problem with the code.

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

    Default Re: Column Layout Grid for Product Listing

    Quote Originally Posted by sarahjewellery View Post
    I've installed the add on fine, but when I view my products in the specific category pages they sometimes line up perfectly but other times are all over the place.
    Hi,

    Your problem is being caused because the mod has not been installed correctly. One of the files is not in the right place, most like the tpl_modules_product_listing.php file. For your site it should be in the includes/templates/freetemplate3/templates directory.

    Regards,
    Christian.

  4. #34
    Join Date
    Apr 2008
    Location
    Athlone, Ireland
    Posts
    176
    Plugin Contributions
    5

    Default Re: Column Layout Grid for Product Listing

    Im having a similar problem to sarajewellery.

    I have checked everything and everything is in the right place but the products dont list properly.

    If I set it to show 3 columns of products it will show them in a way the the 3rd one (on the right) gets pushed down to the next line. Same as if I set to have 4 in a row, the 4th one is pushed down to the next line.

    www.lingerie-delights.co.uk

    I am going to try and re-install the contribution and see what happens but just in case it stays the same my website address is above if someone could take a gander for me.


    Thanks

    Eoin

  5. #35
    Join Date
    Apr 2008
    Location
    Athlone, Ireland
    Posts
    176
    Plugin Contributions
    5

    Default Re: Column Layout Grid for Product Listing

    Ok, quick update

    I tried to remove the mod so I could re-install it.

    I used the sql statement supplied

    Code:
    delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');
    which seemed to work.

    Now, I went to install the mod again. copied over files via ftp, imported the SQL statement to phpmyadmin and got this error message..

    Code:
    SQL query: Documentation
    
    INSERT INTO configuration( configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function )
    VALUES (
    'Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows', 'Select the layout style:<br />Each product can be listed in its own row (rows option) or products can be listed in multiple columns per row (columns option)', '8', '40', NULL , now( ) , NULL , 'zen_cfg_select_option(array("rows", "columns"),'
    );
    
    MySQL said: Documentation
    #1146 - Table 'lingerie_zc1.configuration' doesn't exist
    So now im left not being able to have column layout at all.

    Any help and beers are on me!

  6. #36
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Column Layout Grid for Product Listing

    dropbop,
    Using phpmyadmin - do your tables have a prefix?
    If so as I suspect, the sql must address the correct table name

    If a prefix of zc_table-name is used then
    Code:
    INSERT INTO configuration
    becomes
    Code:
    INSERT INTO zc_configuration
    Zen-Venom Get Bitten

  7. #37
    Join Date
    Apr 2006
    Posts
    113
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    I have just discovered that I have this problem also where if column layout is set to 3 columns, in some browsers, the 3 item drops down on to the next line.

    I am running Zencart 1.3.8a on unix server (set to maintenance at the mo). Mods installed are zones tables rate, dual pricing and column grid layout. I am using a very slightly modified version of the classic template - in override folder called bolts. So far have just made tiny modifications to some colours, etc - nothing major as I'm waiting for more expert help with the bigger edits.

    So far, my layout is showing perfectly in Google Chrome (the browser I use most often), it is showing the layout problem in both IE8 and Firefox.

    I will be seeking more help on this one commercially but since it does seem to be a problem that is affecting a few people, hoping that an expert here might have some more clues on what to look for in the meantime.

    cheers
    Leah

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

    Default Re: Column Layout Grid for Product Listing

    Quote Originally Posted by aussiesapphire View Post
    I have just discovered that I have this problem also where if column layout is set to 3 columns, in some browsers, the 3 item drops down on to the next line.

    So far, my layout is showing perfectly in Google Chrome (the browser I use most often), it is showing the layout problem in both IE8 and Firefox.

    I will be seeking more help on this one commercially but since it does seem to be a problem that is affecting a few people, hoping that an expert here might have some more clues on what to look for in the meantime.
    It is the same problem I described above. One of the mod's files has not been installed correctly. This causes incorrect HTML to be generated and different browsers treat it in different ways.

    Regards,
    Christian.

  9. #39
    Join Date
    Apr 2008
    Location
    Athlone, Ireland
    Posts
    176
    Plugin Contributions
    5

    Default Re: Column Layout Grid for Product Listing

    Quote Originally Posted by kobra View Post
    dropbop,
    Using phpmyadmin - do your tables have a prefix?
    If so as I suspect, the sql must address the correct table name
    Cheers Kobra,

    I you were right.

    I ended up just deleting them manually and them inserting the SQL Statement again and it worked. No to try and get the products showing properly in columns.

    Thanks again kobra,

    Eoin

  10. #40
    Join Date
    Apr 2008
    Location
    Athlone, Ireland
    Posts
    176
    Plugin Contributions
    5

    Default Re: Column Layout Grid for Product Listing

    OK, I have removed and re-installed the mod but still getting the same problem.

    The files are in the right place as far as I can tell. I am using the classic template so put tpl_modules_product_listing.php into templates/classic/templates/ folder & product_listing.php in modules/classic/ folder.

    The files have not been modified as they are direct from the contribution package.

    This seems to be happening a bit too often to be a local problem. Maybe a guru could look at the mod and see if the problems lie with the mod.


    To see whats happening you can take a gander at my site www.lingerie-delights.co.uk

 

 
Page 4 of 29 FirstFirst ... 2345614 ... LastLast

Similar Threads

  1. Column Layout Grid for Product Listing:
    By rlexyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 17 May 2010, 04:07 AM
  2. Column Layout Grid for Product Listing
    By groove8k in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 14 Dec 2009, 07:38 AM
  3. Column layout grid for product listing - one column only
    By london mummy in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 26 Oct 2009, 10:06 AM
  4. Column Layout Grid for Product Listing v1.3.6 + v1.3.7
    By weflorencekoh in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 14 May 2007, 03:21 AM
  5. Column Layout Grid for Product Listing
    By mohinder in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Mar 2007, 06:46 AM

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