Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Feb 2011
    Posts
    89
    Plugin Contributions
    0

    Default Subcategory layout (still not working)

    Hello everyone,
    Have had a good experience with changing what I need too, but when it comes to the subcategory layout, my excederin bottle is empty now....

    I have tried every tip and trick I can find in page after page of posts...

    I have downloaded and installed properly the column layout grid mod.

    I have changed the column setting from row to column

    Number of columns per row 3

    float left in the css style sheet..........(changed it back after it made no difference) not sure I was even in the right place

    no change. Vertical column of subcategories still down the middle of page, no rows..

    can someone please take a look at my site and tell me what I am missing?? I know this has been answered millions of times, but it's not working for me..........

    Did something in my css sheet change??

    http://earthscauldron.com/store/inde...=index&cPath=9

    Thank you

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Subcategory layout (still not working)

    Did you run the sql patch for this module??
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2011
    Posts
    89
    Plugin Contributions
    0

    Default Re: Subcategory layout (still not working)

    I did this as was stated in the instruction sheet:

    Run the following SQL commands into your database.
    The easiest way is to open Admin->Tools->Install SQL Patch and paste them in the box and click Send.
    (These same commands are in the enclosed column_layout_grid.sql file, for convenience.)

    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\'),');

    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 - Columns Per Row', 'PRODUCT_LISTING_COLUMNS_PER_ROW', '3',
    'Select the number of columns of products to show in each row in the product listing.
    The default setting is 3.', '8', '41', NULL, now(), NULL, NULL);

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Subcategory layout (still not working)

    The issue is not a css issue in your current case

    I would insure that you installed the files correctly
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Feb 2011
    Posts
    89
    Plugin Contributions
    0

    Default Re: Subcategory layout (still not working)

    I checked the files, this is what I did

    Updated code files are included - so the task is simple.
    - Upload the new product_listing.php to ZEN_CART_HOME_DIR/includes/modules/YOURTEMPLATE/product_listing.php
    - Upload the new tpl_modules_product_listing.php to:
    ZEN_CART_HOME_DIR/includes/templates/YOURTEMPLATE/templates/tpl_modules_product_listing.php

    Now when I went to update the second php in templates/yourtemplate/templates

    I put it in template_default and NOT classic, because I did not see that file there, only css and image folder and template_info.php

    Here is the section of my css sheet by the way, this is the way it was (and still is) before I started this change:

    #logo, .centerBoxContents, .specialsListBoxContents,.categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    text-align: center;
    }

    Thanks for your help

  6. #6
    Join Date
    Feb 2011
    Posts
    89
    Plugin Contributions
    0

    Default Re: Subcategory layout (still not working)

    ALSO...I just discovered that I can not get the CATEGORY main image to center either...no matter what I do it stays to the left (the category title changed fine).

    Could this all be related?? I bet I messed something up, but don't have a clue what to do about it......

  7. #7
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Subcategory layout (still not working)

    Quote Originally Posted by EC web View Post
    Now when I went to update the second php in templates/yourtemplate/templates
    I put it in template_default and NOT classic, because I did not see that file there, only css and image folder and template_info.php
    You should have created the new folder, and put the file into that.
    Not advisable to overwrite the default files.

    Quote Originally Posted by EC web View Post
    ALSO...I just discovered that I can not get the CATEGORY main image to center either...no matter what I do it stays to the left (the category title changed fine).
    Add this to your stylesheet
    #categoryImgListing{text-align: center;}

  8. #8
    Join Date
    Feb 2011
    Posts
    89
    Plugin Contributions
    0

    Default Re: Subcategory layout (still not working)

    Quote Originally Posted by keneso View Post
    You should have created the new folder, and put the file into that.
    Not advisable to overwrite the default files.



    Add this to your stylesheet
    #categoryImgListing{text-align: center;}
    Didn't change anything......Is there anyway to start over on this without wiping out everything else?

    I see I messed up by over writing the default, but I'm new at this, didn't know, now I just want to center my category pic, layout my subcategories in rows, and be done with it.

    uuuggghh....

  9. #9
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Subcategory layout (still not working)

    I would reupload the defualt file from the original Zen Cart, and reinstall the mod.

  10. #10
    Join Date
    Feb 2011
    Posts
    89
    Plugin Contributions
    0

    Default Re: Subcategory layout (still not working)

    So I should make new your_template (classic) folders in both template and modules and upload new files into them...correct???

    do I name them

    classic?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 I just restored to a working date and still not working
    By spawnie69 in forum General Questions
    Replies: 151
    Last Post: 21 Mar 2016, 02:22 AM
  2. v151 Captcha not working, tried uninstalling, still not completing.
    By neophyteuk in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 18 Dec 2014, 05:08 PM
  3. v139h International shipping is STILL not working.. Upgrade new module and still nothing..
    By chameleonclogs in forum Addon Shipping Modules
    Replies: 9
    Last Post: 1 Mar 2013, 12:17 AM

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