Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: Scuro Template Support Thread

    Try running it directly in phpMyAdmin and splitting it up into 2 parts

    First Part
    Code:
    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 ('Define About Us Status', 'DEFINE_ABOUT_US_STATUS', '1', 'Enable the Defined About Us Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF', 25, 59, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');
    Second Part

    Code:
    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)
    That should work, I just retested on a fresh install for me and it worked on my site.
    Zen Cart Help and Design

    If you don’t build your dream, someone else will hire you to help them build theirs.

  2. #2
    Join Date
    Apr 2011
    Posts
    56
    Plugin Contributions
    0

    Default Re: Scuro Template Support Thread

    I tried to install the new code through phpMyAdmin and received the same error message, #1146 - Table 'user_zc1.configuration' doesn't exist.

    Is it looking for something that my be missing?

  3. #3
    Join Date
    Apr 2011
    Posts
    56
    Plugin Contributions
    0

    Default Re: Scuro Template Support Thread

    I might have discovered the problem. I was reviewing the files you listed in the template and discovered out of the first six listed two are missing. I stopped after that and decided to remove the whole template. You might want to check your 1.5 template download and update it.

  4. #4
    Join Date
    Jan 2011
    Posts
    339
    Plugin Contributions
    0

    Default Re: Scuro Template Support Thread

    I just did something really dumb, but I'm not sure what. Could you please help me?

    The site I've been asked to build is at http://borumapublishing.com/llcraftp...rary/index.php. I apologize in advance that it's an adult site.

    Somehow I lost the bottom half of JUST the index page. The bottom half of the other pages still works.

    I was making mods as I have for several other sites...changing the logo, randomizing the images in the What's New and New Products modules, trying to expand the category tree (having some problems with that, too... http://www.zen-cart.com/showthread.p...23#post1274323 ...and somewhere in the course of all this, I lost the bottom half of the index page. I don't know when or where it happened, because I only noticed it after several different files had been modified.

    I've re-uploaded the original Scuro files to replace the ones I modified, but the problem hasn't gone away, so I'm thinking maybe it's not with the Scuro files. But on the off-chance it is, I'm hoping you can help me fix whatever I did wrong.

    BTW...I'm using version 1.5.3.

  5. #5
    Join Date
    Jan 2011
    Posts
    339
    Plugin Contributions
    0

    Default Re: Scuro Template Support Thread

    Well, I found a partial solution...and it doesn't seem to have anything to do with your Scuro template. *whew* I've posted the details here: http://www.zen-cart.com/showthread.p...-sidebox/page5 Hope someone can help me figure out what's causing this!

    BTW, can you please tell me how to get rid of that blue film that pops up every time I load a page? It's getting annoying. Thanks!

  6. #6
    Join Date
    Jan 2011
    Posts
    339
    Plugin Contributions
    0

    Default Re: Scuro Template Support Thread

    It took considerable time, mostly because I've been so busy on other projects. LOL But I finally figured out the problem listed above. However, I would like to make a few changes to the template format, and I could really use some advice on how to do it. Otherwise I'll have to switch to another template...and the client really likes this one, so I'd rather not have to do that.

    1) On all pages, how do I set the white center square so that it expands or shrinks to fit just the amount of items inside it? Currently it's at a set size that won't be valid for many pages.

    2) On the product page, the Price, Select Your Format, and Add This To My Cart show up at the very top of the page, next to the product image. How do we move that down to the bottom, so that the buyer will see the description first?

    3) I got rid of all the footer columns, but there's still a large gap between the center box and the bottom of the page. How do I get rid of that?

    4) How do I also get rid of the Home | Specials | About Us line at the top?

    The client wants this page to be very simple...the header, the left sidebar, some text in the center box, and then the books she's promoting. Nothing else.

    Thanks very much for your help!!

 

 

Similar Threads

  1. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  2. BecaBerry Template [Support Thread]
    By brandonturpin in forum Addon Templates
    Replies: 35
    Last Post: 14 Jun 2015, 09:35 AM
  3. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  4. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  5. Turpy Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 3
    Last Post: 20 Feb 2012, 07:36 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