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

Modern Zen [RI07] Template

Views: 59,637

Results 101 to 120 of 203
7 Apr 2010, 11:51 PM
#101
smile avatar

smile

New Zenner

Join Date:
Dec 2004
Posts:
64
Plugin Contributions:
0

Modern Zen [RI07] Template

Hi All,

This is an addtion to post #99
Upon clicking on "Larger Image" Firebug reports "popupWindow is not defined - index.php?main_page=popup_image&pID=27')()"

Any input would be appreciated

Best Regards
Smile

8 Apr 2010, 1:23 AM
#102
dan123 avatar

dan123

New Zenner

Join Date:
Apr 2008
Posts:
82
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Hi, all! awesome template!! but I still can't figure out how to make nav bar at top show up. I created an EZ page but still nothing. Is there anything alse I need to turn on??
Thanks!!!!!!!!

9 Apr 2010, 12:33 AM
#103
smile avatar

smile

New Zenner

Join Date:
Dec 2004
Posts:
64
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

smile:

Hi All,

Nice Template ...
However, I suspect it is not compatible with with my version of php - php-4.4.9

  • Clean Install ZC 1.3.8a (not patched)
  • Modern_Template v1.1 (also v1.2)
  • CSS/JS minify OFF

I realize the CSS/JS Minify requires a later version of php

My problem:
It appears the popupWindow function is now broke
e.g. Larger Image, Shipping Estimator , etc

I have read the entire thread and tried reapplying the .sql from the css_js_Loader
Still , no go ....

Is the entire template dependent on 5.x php ?
or
Does anybody have the workaround?

Best Regards
Smile

Update:
It appears that the javascript/s is not loaded page load

simple solution - not sure it is the correct solution :unsure:
Not sure why .js was not loaded by default

Copy
/includes/modules/pages/shopping_cart/jscript_main.php
to
/includes/templates/RI_TEMPLATE_07/jscript

Copy and Rename
/includes/modules/pages/popup_image/jscript_main.php
to
/includes/templates/RI_TEMPLATE_07/jscript/jscript_main_popupImage.php

Copy
/includes/modules/pages/popup_shipping_estimator/jscript_addr_pulldowns.php
to
/includes/templates/RI_TEMPLATE_07/jscript/jscript_addr_pulldowns.php

Copy
/includes/templates/template_default/popup_*
to
/includes/templates/RI_TEMPLATE_07/

edit each /includes/templates/RI_TEMPLATE_07/popup_*/tpl_main_page.php

from

<body id="popupImage" class="centeredContent" onload="resize();"> to <body id="popupImage" class="centeredContent" onload="">
9 Apr 2010, 9:59 AM
#104
leg avatar

leg

New Zenner

Join Date:
May 2007
Posts:
36
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

I have been working with this template and really like it. I have been using it on my local servers installation of Zen while I got used to it and made my own logo etc for it. I got to the point where I was happy for it to go live and uploaded it to my live server. I now get a blank page and the error log has the error:

glasys.co.uk [Sun Apr 04 12:18:51 2010] [error] [client 114.80.93.71] File does not exist: /home/sites/glasys.co.uk/public_html/includes/templates/glasys/css/includes, referer: http://www.glasys.co.uk/
```How has that extra includes got into the path? This works fine on my local server.
9 Apr 2010, 10:28 AM
#105
leg avatar

leg

New Zenner

Join Date:
May 2007
Posts:
36
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

leg:

I have been working with this template and really like it. I have been using it on my local servers installation of Zen while I got used to it and made my own logo etc for it. I got to the point where I was happy for it to go live and uploaded it to my live server. I now get a blank page and the error log has the error:

glasys.co.uk [Sun Apr 04 12:18:51 2010] [error] [client 114.80.93.71] File does not exist: /home/sites/glasys.co.uk/public_html/includes/templates/glasys/css/includes, referer: http://www.glasys.co.uk/

Seems I was looking at the wrong end of the log the error seems to be permissions related.
9 Apr 2010, 5:04 PM
#106
malau avatar

malau

New Zenner

Join Date:
Apr 2010
Posts:
2
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

I have install this template, but have problem :
Och yach, I'm use wamp v2.0, php 5292, w7

1062 Duplicate entry 'INDEX_NEW_USE_PRODUCT_LISTING' for key 'unq_config_key_zen'
in:
[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''),');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

Help me please, thanks a lot before and after.

12 Apr 2010, 10:24 PM
#107
robsnowden avatar

robsnowden

Zen Follower

Join Date:
Apr 2004
Location:
Up t'north, UK
Posts:
264
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Hi Guys

Just thought I would post to let you know that I have finally got my Modern Zen [RI07] Templated site up and running.

Thanks once again for a great template.

Rob

http://www.diydecoupage.com/ecommerce

12 Apr 2010, 10:40 PM
#108
smile avatar

smile

New Zenner

Join Date:
Dec 2004
Posts:
64
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

smile:

Update:
It appears that the javascript/s is not loaded page load

simple solution - not sure it is the correct solution :unsure:
Not sure why .js was not loaded by default

Copy
/includes/modules/pages/shopping_cart/jscript_main.php
to
/includes/templates/RI_TEMPLATE_07/jscript

Copy and Rename
/includes/modules/pages/popup_image/jscript_main.php
to
/includes/templates/RI_TEMPLATE_07/jscript/jscript_main_popupImage.php

Copy
/includes/modules/pages/popup_shipping_estimator/jscript_addr_pulldowns.php
to
/includes/templates/RI_TEMPLATE_07/jscript/jscript_addr_pulldowns.php

Copy
/includes/templates/template_default/popup_*
to
/includes/templates/RI_TEMPLATE_07/

edit each /includes/templates/RI_TEMPLATE_07/popup_*/tpl_main_page.php

from

<body id="popupImage" class="centeredContent" onload="resize();"> to <body id="popupImage" class="centeredContent" onload="">

Okay .... it turns out the cj_loader part of the html_header.php
in the template and css_javascript_loader were my problem.

I just used the default html_header.php and all is well:yes:

12 Apr 2010, 10:49 PM
#109
bhejr avatar

bhejr

New Zenner

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

Re: Modern Zen [RI07] Template

robsnowden:

Hi Guys

Just thought I would post to let you know that I have finally got my Modern Zen [RI07] Templated site up and running.

Thanks once again for a great template.

Rob

http://www.diydecoupage.com/ecommerce

Rob, what did you use for the flash banner? Site looks good!!

12 Apr 2010, 11:23 PM
#110
robsnowden avatar

robsnowden

Zen Follower

Join Date:
Apr 2004
Location:
Up t'north, UK
Posts:
264
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

@bhejr: Thanks for the feedback.

I used ALEO Flash Slideshow Gallery Maker - bl**dy fantastic bit of software and extremely easy to integrate into this template. Google it (at the risk of being slapped by admin for advertising).

Basically the swf file goes into the store root directory (in my case public_html/ecommerce) and the small bit of code goes into includes/templates/RI_TEMPLATE_07/templates/tpl_index_default.php. Both of which are generated by the ALEO software.

Cheers

Rob

13 Apr 2010, 1:28 AM
#111
bhejr avatar

bhejr

New Zenner

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

Re: Modern Zen [RI07] Template

Many thanks Rob! Now that I think about it, I believe you mentioned this software before.

14 Apr 2010, 5:54 AM
#112
boomchick avatar

boomchick

New Zenner

Join Date:
Apr 2010
Posts:
1
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

so ive read thru this whole thread and havent found anyone with this issue yet.. so im new to zen, succesful install everything loooks GREAT..except

-how can you use or adjust "simple categories" to become a condensed flyout /foldout style menu

ive tries the deault zen categories options as well as two different menu "add-ons" none seem to override this one (i love the look & color)

the file seems so simple just need to skew a bit

20 Apr 2010, 12:59 AM
#113
kiler047 avatar

kiler047

New Zenner

Join Date:
Apr 2010
Posts:
8
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

So it's cool template tnx to developers of this template, but how to and what kind of banner swapper should I put? I tried like 5 banner swappers:no: nothing shows up :oops:

21 Apr 2010, 1:06 AM
#114
malau avatar

malau

New Zenner

Join Date:
Apr 2010
Posts:
2
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Dear All,
I'm newbie n little english.
Please help me how to install this template may you saw step by step. I regard for your help and I need to install this is my zencart.
Before and after again I say thanks for all.

22 Apr 2010, 8:49 PM
#115
chal2les avatar

chal2les

New Zenner

Join Date:
Mar 2010
Posts:
63
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

A few questions:

I usually know how to change the "footer, the title, and meta info" Copyright details, but unable to in this template. I changed "include\language\RI_Template_07\english.php", but nothing shows up.

Is there any way to remove the footer on the bottom? I just want to have a line and nothing else beside the "Copyright..."

Thanks alot!

22 Apr 2010, 9:55 PM
#116
chal2les avatar

chal2les

New Zenner

Join Date:
Mar 2010
Posts:
63
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

I figure out the title/meta tag/copyright stuff. Was working on the wrong folder/store

Still need help on the question below though.

Is there any way to remove the footer on the bottom? I just want to have a line and nothing else beside the "Copyright..."

Thanks alot

24 Apr 2010, 11:11 PM
#117
kenichi avatar

kenichi

Zen Follower

Join Date:
Oct 2008
Posts:
252
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

chal2les:

I figure out the title/meta tag/copyright stuff. Was working on the wrong folder/store

Still need help on the question below though.

Is there any way to remove the footer on the bottom? I just want to have a line and nothing else beside the "Copyright..."

Thanks alot

edit includes>templates>template_name>common>tpl_footer.php and delete

<!--bof-navigation display -->
<div id="navSuppWrapper">
<div id="navsuppWrapperLeft" class="back">
	<div id="navsuppWrapperLeftContent"><h3>Lorem ipsum</h3><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas ultricies quam eget nunc mattis ultrices.</span></div>
</div>
<div id="navsuppWrapperRight" class="back">
	<div id="navSupp" class="back">
		<h3>About Us</h3>
		<div id="navSuppContent">
			<?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
			<?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?>
			<?php } ?>
		</div>
	</div>
	<div id="navSuppRight" class="forward">
		<div id="navSuppRightLeft" class="back">
			<h3>Lorem ipsum</h3><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas ultricies quam eget nunc mattis ultrices.</span>
		</div>
		<div id="navSuppRightRight" class="forward">
			<div id="navSuppRightRightContent">
				<h3>Proud to Be</h3>
			</div>
		</div>
		<br class="clearBoth" />
	</div>
	<br class="clearBoth" />
</div>
<br class="clearBoth" />
</div>
<!--eof-navigation display -->

And I have a question, how do I add a header image? Everything I try seems to put the header image above the logo or put the logo above the header image.

25 Apr 2010, 5:14 AM
#118
chal2les avatar

chal2les

New Zenner

Join Date:
Mar 2010
Posts:
63
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Anyone else having a problem with the bestseller side box?

There is a spacing error between cat_bg_top and cat_bg_bot.

Also anyone know how to change the background for the side box? Obviously I can change the top and bottom, but not the middle.

Thanks for the help with the footer!

25 Apr 2010, 5:25 AM
#119
chal2les avatar

chal2les

New Zenner

Join Date:
Mar 2010
Posts:
63
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Anyone else having a problem with the bestseller side box?

There is a spacing error between cat_bg_top and cat_bg_bot.

Already figure this part out (Also anyone know how to change the background for the side box? Obviously I can change the top and bottom, but not the middle. It was the cat_bg)

Thanks for the help with the footer!

10 May 2010, 10:13 PM
#120
mrvdl avatar

mrvdl

New Zenner

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

Re: Modern Zen [RI07] Template

Hey all! Hopefully the author of this template is still around. My question is this:

Is there somewhere in the gui where I can modify the footer content (ipso, et al), or does that strictly rely on tpl_footer.php? I don't think I can turn the client loose on code by herself, and don't want to have to modify source everytime some info in that section may change. Tanks! :D