Zen Cart Logo
Forums / Addon Templates / Modern Zen [RI07] Template

Modern Zen [RI07] Template

Views: 59,637

Results 21 to 40 of 203
26 Dec 2009, 10:09 PM
#21
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Modern Zen [RI07] Template

besparkling:

Thanks for the template, it looks great in your demo. But when I installed it, it looks like something wrong. Could you please take a look at the following link?
http://etchermodels.com/home/
screenshot:

What I did is just uploaded every files to server and install the sql patch then enable it. Nothing else.

Thank you very much!

Disable MINIFY in the admin...configuration... CSS/JS Loader. You probably have a version of PHP that is "older" than 5.2

26 Dec 2009, 10:18 PM
#22
besparkling avatar

besparkling

New Zenner

Join Date:
Sep 2009
Posts:
11
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

schoolboy:

Disable MINIFY in the admin...configuration... CSS/JS Loader. You probably have a version of PHP that is "older" than 5.2

Thanks for your prompt reply!
I tried, but it still looks this way. My PHP is 5.
Is there any other settings need to be adjusted?

26 Dec 2009, 10:20 PM
#23
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Clear your browser cache... Then try to reload the site...

26 Dec 2009, 11:35 PM
#24
besparkling avatar

besparkling

New Zenner

Join Date:
Sep 2009
Posts:
11
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

schoolboy:

Clear your browser cache... Then try to reload the site...

I deleted everything and then reinstalled in http://etchermodels.com, disabled the minfy and clear the brower cache, it still the same page....

28 Dec 2009, 7:54 PM
#25
bhejr avatar

bhejr

New Zenner

Join Date:
May 2006
Location:
Georgetown, TX
Posts:
26
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Don't run the SQL. Try it with configuring it yourself. That worked for me. I am still playing with it myself and find it a very nice template!

2 Jan 2010, 6:33 AM
#26
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

how do you get banners to display over the png image? header position 1 displays at the top of the page, 2 no display and 3 displays just above the png. -thanks

8 Jan 2010, 2:01 AM
#27
dimeuleh avatar

dimeuleh

New Zenner

Join Date:
Dec 2009
Posts:
2
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Hi.

I just tried installing your template. Problem I am facing is no sideboxes are showing and the nav bar at the top with the gray background isn't displaying either.

How do I get them to display?

8 Jan 2010, 3:13 AM
#28
osaeed avatar

osaeed

New Zenner

Join Date:
Jan 2010
Posts:
51
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Hi I have installed your template and everything is working fine. I am just having trouble to stretch the template so either left and ride sides are wide.

If you look at our website

http://www.halalitems.com/

I want the the page to stretch from left to right. You can see the grey areas on each side, so I would like to know where the option could be. I checked the CSS file and I tried a lot of changing but it only stretches the green part of the page. I would like to stretch everything.

Thank you very much

I am using the latest ZenCart software patched.

No addons installed yet.

Thank you.

18 Jan 2010, 12:09 AM
#29
rival904 avatar

rival904

New Zenner

Join Date:
Oct 2009
Posts:
32
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

So I downloaded a new template, uploaded all the files to the correct spot, uploaded the SQL file, and my website was allll jacked up.

So I went back through the FTP, deleted all the new files I uploaded and re-uploaded files from a fresh ZenCart download.

Now heres the problem I am stuck with. At the home page, nothing really shows up, there used to be a new products section, and stuff like that, but now all I get is https://www.downlowcaraudio.com

Also, what should I do about the SQL patch? How can I un-do it?

Heres the contents of that....

/** install single listing **/
delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');

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

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
('Index New Listing Template', 'INDEX_NEW_USE_PRODUCT_LISTING', '1', 'Set to 1 to use the original listing template, 2 to use the shared listing template, 3 to use the product listing template.', 24, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''1'', ''2'', ''3''),'),
('Index Special Listing Template', 'INDEX_SPECIAL_USE_PRODUCT_LISTING', '1', 'Set to 1 to use the original listing template, 2 to use the shared listing template, 3 to use the product listing template.', 24, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''1'', ''2'', ''3''),'),
('Index Featured Listing Template', 'INDEX_FEATURED_USE_PRODUCT_LISTING', '1', 'Set to 1 to use the original listing template, 2 to use the shared listing template, 3 to use the product listing template.', 24, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''1'', ''2'', ''3''),');

/** CJ Loader **/

SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'CSS/JS Loader';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;

INSERT INTO configuration_group VALUES ('', 'CSS/JS Loader', 'Set CSS/JS Loader Options', '1', '1');
UPDATE configuration_group SET sort_order = last_insert_id() WHERE configuration_group_id = last_insert_id();

SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'CSS/JS Loader';

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
('Enable Minify', 'MINIFY_STATUS', 'true', 'Minifying will speed up your site's loading speed by combining and compressing css/js files.', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'),
('Max URL Lenght', 'MINIFY_MAX_URL_LENGHT', '2083', 'On some server the maximum lenght of any POST/GET request URL is limited. If this is the case for your server, you can change the setting here', @t4, 2, NOW(), NOW(), NULL, NULL),
('Minify Cache Time', 'MINIFY_CACHE_TIME_LENGHT', '31536000', 'Set minify cache time (in second). Default is 1 year (31536000)', @t4, 3, NOW(), NOW(), NULL, NULL),
('Latest Cache Time', 'MINIFY_CACHE_TIME_LATEST', '0', 'Normally you don't have to set this, but if you have just made changes to your js/css files and want to make sure they are reloaded right away, you can reset this to 0.', @t4, 4, NOW(), NOW(), NULL, NULL);

/** update configuration **/

UPDATE configuration SET configuration_value = '4' WHERE configuration_key = 'MAX_DISPLAY_NEW_PRODUCTS';
UPDATE configuration SET configuration_value = '1' WHERE configuration_key = 'MAX_MANUFACTURERS_LIST';
UPDATE configuration SET configuration_value = '250' WHERE configuration_key = 'MEDIUM_IMAGE_WIDTH';
UPDATE configuration SET configuration_value = '250' WHERE configuration_key = 'MEDIUM_IMAGE_HEIGHT';
UPDATE configuration SET configuration_value = '125' WHERE configuration_key = 'IMAGE_PRODUCT_LISTING_WIDTH';
UPDATE configuration SET configuration_value = '125' WHERE configuration_key = 'IMAGE_PRODUCT_LISTING_HEIGHT';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'IMAGE_PRODUCT_ALL_LISTING_WIDTH';
UPDATE configuration SET configuration_value = '160' WHERE configuration_key = 'IMAGE_PRODUCT_ALL_LISTING_HEIGHT';
UPDATE configuration SET configuration_value = '1' WHERE configuration_key = 'PRODUCT_LIST_IMAGE';
UPDATE configuration SET configuration_value = '2' WHERE configuration_key = 'PRODUCT_LIST_NAME';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_LISTING_MULTIPLE_ADD_TO_CART';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_LIST_DESCRIPTION';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'OTHER_IMAGE_PRICE_IS_FREE_ON';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_INFO_PREVIOUS_NEXT';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_INFO_CATEGORIES';
UPDATE configuration SET configuration_value = '220px' WHERE configuration_key = 'BOX_WIDTH_LEFT';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'COLUMN_RIGHT_STATUS';
UPDATE configuration SET configuration_value = '220px' WHERE configuration_key = 'COLUMN_WIDTH_LEFT';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'SHOW_CUSTOMER_GREETING';
UPDATE configuration SET configuration_value = '' WHERE configuration_key = 'SHOW_BANNERS_GROUP_SET6';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'SHOW_FOOTER_IP';
UPDATE configuration SET configuration_value = 'No' WHERE configuration_key = 'IMAGE_USE_CSS_BUTTONS';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_NEW_LIST_IMAGE';
UPDATE configuration SET configuration_value = '2101' WHERE configuration_key = 'PRODUCT_NEW_LIST_NAME';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_NEW_LISTING_MULTIPLE_ADD_TO_CART';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_FEATURED_LIST_IMAGE';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_ALL_LIST_IMAGE';
UPDATE configuration SET configuration_value = '1101' WHERE configuration_key = 'PRODUCT_ALL_LIST_NAME';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_ALL_LISTING_MULTIPLE_ADD_TO_CART';
UPDATE configuration SET configuration_value = '1' WHERE configuration_key = 'SHOW_PRODUCT_INFO_MAIN_FEATURED_PRODUCTS';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'SHOW_PRODUCT_INFO_MAIN_SPECIALS_PRODUCTS';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'SHOW_PRODUCT_INFO_MAIN_UPCOMING';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'DEFINE_MAIN_PAGE_STATUS';
UPDATE configuration SET configuration_value = '1' WHERE configuration_key = 'EZPAGES_STATUS_FOOTER';
UPDATE configuration SET configuration_value = '3' WHERE configuration_key = 'INDEX_NEW_USE_PRODUCT_LISTING';
UPDATE configuration SET configuration_value = '3' WHERE configuration_key = 'INDEX_SPECIAL_USE_PRODUCT_LISTING';
UPDATE configuration SET configuration_value = '3' WHERE configuration_key = 'INDEX_FEATURED_USE_PRODUCT_LISTING';
UPDATE configuration SET configuration_value = 'columns' WHERE configuration_key = 'PRODUCT_LISTING_LAYOUT_STYLE';
UPDATE configuration SET configuration_value = '4' WHERE configuration_key = 'PRODUCT_LISTING_COLUMNS_PER_ROW';

Help!!

:oops:

18 Jan 2010, 1:02 AM
#31
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,591
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

SQL? Where did you get the template?

18 Jan 2010, 7:46 AM
#33
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Modern Zen [RI07] Template

rival904:

http://www.zen-cart.com/forum/showthread.php?t=140837
Suggest you post in that thread, so designer of template
can help you.

18 Jan 2010, 8:33 AM
#34
rival904 avatar

rival904

New Zenner

Join Date:
Oct 2009
Posts:
32
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

I really dont care about that template anymore.

I just want my site to be back to normal and functioning fine.

19 Jan 2010, 12:53 AM
#35
rival904 avatar

rival904

New Zenner

Join Date:
Oct 2009
Posts:
32
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Any help?

19 Jan 2010, 2:24 AM
#36
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Modern Zen [RI07] Template

rival904:

Any help?

Since that SQL statement came as part of the template, it would be appropriate to post something in the support thread as suggested by Misty.

19 Jan 2010, 2:40 AM
#38
rival904 avatar

rival904

New Zenner

Join Date:
Oct 2009
Posts:
32
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

So theres nothing I can do to get my site back to normal, besides post in that thread?

19 Jan 2010, 3:00 AM
#39
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,591
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Moderator's note - the 2 threads have been merged.

19 Jan 2010, 3:02 AM
#40
rival904 avatar

rival904

New Zenner

Join Date:
Oct 2009
Posts:
32
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

thanks..