Thread: Columns per Row

Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 47
  1. #21
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Columns per Row

    It says to create a folder for your theme if it's not already there, is this folder supposed to be named a certain name
    You already have a theme it is at

    includes/templates/pure_black_free/

    The files need to be within that structure - you might have to create

    includes/templates/pure_black_free/templates/
    Zen-Venom Get Bitten

  2. #22
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Columns per Row

    You may also want to read more about the template structure to get a better understanding of how Zen works when it comes to customizing:

    https://www.zen-cart.com/tutorials/index.php and type "template" in the search field....great basic articles that should help you customize your site....
    Jill || I Love Zen Cart Templates || 2 Dogs Design
    I Love To Help But Let's Keep It Public Please To Help Others!

  3. #23
    Join Date
    Jul 2010
    Posts
    243
    Plugin Contributions
    5

    Default Re: Columns per Row

    Hi, I have just tried this again.

    Clean install of 1.3.9g with no other mods. and still the same problem.

    In admin>Configuration>Product Listing
    Product Listing - Layout Style appears, but i am unable to change it.

    The two instances of YOURTEMPLATE were changed to 'Classic'
    There were no FTP errors, myself and my hosts have confirmed these files are in the correct location. There were no SQL errors while running the script?

    I have looked through the thread for 1.3.8 add-ons compatible with 1.3.9 and it is listed as not compatible.

    How did you get it to work on your site?
    I have uploaded a print-screen to show what my admin shows. There is a HTML tag appearing in the admin section for this? Could the latest XSS protection be causing a problem?

    please help,
    Ray
    Attached Images Attached Images  

  4. #24
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Columns per Row

    If you are not seeing it in your admin area as an option then the SQL was not uploaded properly....
    Jill || I Love Zen Cart Templates || 2 Dogs Design
    I Love To Help But Let's Keep It Public Please To Help Others!

  5. #25
    Join Date
    Jul 2010
    Posts
    243
    Plugin Contributions
    5

    Default Re: Columns per Row

    There were no error messages returned. In fact The green bar appeared telling me I successfully processed 2 statements.

    This is the SQL i used supplied in the .sql file

    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);

    Quote Originally Posted by jill8026 View Post
    If you are not seeing it in your admin area as an option then the SQL was not uploaded properly....

  6. #26
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Columns per Row

    are you sure your database table does not have a prefix like zen_ or something else?

    What is the website?
    Jill || I Love Zen Cart Templates || 2 Dogs Design
    I Love To Help But Let's Keep It Public Please To Help Others!

  7. #27
    Join Date
    Jul 2010
    Posts
    243
    Plugin Contributions
    5

    Default Re: Columns per Row

    It is just some test webspace on my server. I use it for playing with add-ons. This is the first add-on i have struggled with.
    I believe the database has a prefix, but this has not caused problems with installing other add-ons.

    Im very new to zen cart, does it show?

  8. #28
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Columns per Row

    You need to check in your database then and make sure you see the mod installed in the CONFIGURATION database.....if there is a prefix it may have not applied to the proper place....if you want to dm me your hosting info I can take a quick peak and let you know what it wrong...

    and hey...we were all new once! :-)
    Jill || I Love Zen Cart Templates || 2 Dogs Design
    I Love To Help But Let's Keep It Public Please To Help Others!

  9. #29
    Join Date
    Jul 2010
    Posts
    243
    Plugin Contributions
    5

    Default Re: Columns per Row

    Jill, thanks for the offer. I have a little look at the database via phpMyAdmin and looked at the place you told me to look. I found the problem to be HTML in the set_function area

    zen_cfg_select_option(array(&quot;rows&quot;, &quot;columns&quot;)

    I removed the HTML &quot; with " and it worked.

    Do you know why this would happen?
    Could this be the XSS protection thing?
    I tried both methods by copy and pasting the sql into the admin area and by uploading the file. I also have tried this on test sites with and without the fix by Ajeh in the bugs thread.

    But thanks for the offer of looking at my server. I may take you up on that offer with the next mod i struggle with

  10. #30
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Columns per Row

    Actually I never heard of that to be honest! It may be a copy and paste issue adding characters - but I cannot be sure. I have installed this mod at least 30 times and never had one problem! :-)

    Either way glad you got it working that's all that matters!!!!!
    Jill || I Love Zen Cart Templates || 2 Dogs Design
    I Love To Help But Let's Keep It Public Please To Help Others!

 

 
Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Columns per Row
    By SexyCharlie in forum General Questions
    Replies: 14
    Last Post: 11 Sep 2012, 07:15 PM
  2. columns per row
    By procella in forum Setting Up Categories, Products, Attributes
    Replies: 11
    Last Post: 11 Nov 2009, 09:17 AM
  3. centerbox columns per row (ie issues)
    By jbezooyen in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Jan 2008, 02:40 AM
  4. Products listing - Columns per row
    By chiselbit in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 28 Dec 2006, 01:38 PM
  5. Default columns per row
    By patski in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Nov 2006, 09:57 PM

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