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

Modern Zen [RI07] Template

Views: 59,637

Results 61 to 80 of 203
24 Feb 2010, 5:28 PM
#61
ericg avatar

ericg

New Zenner

Join Date:
Oct 2006
Posts:
8
Plugin Contributions:
0

Modern Zen [RI07] Template

Yes! It worked by downloading the entire new package and uploading all the files!

Thanks so much everyone!

4 Mar 2010, 9:40 PM
#62
sybertemplates avatar

sybertemplates

New Zenner

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

Re: Modern Zen [RI07] Template

Hi,

I am a newbie to zencart today being my first day. I want to say your templates is awesome. I need help installing ri-0007. I have it installed here... mysybertemplates.com It doesnt quite look like the demo. When i tried to install the sql it made the template look very different so i reinstalled zen cart. when i try to install the min folder i get this error

Warning: include(../includes/configure.php) [function.include]: failed to open stream: No such file or directory in /home/mytemp/public_html/min/config.php on line 8

Warning: include(../includes/configure.php) [function.include]: failed to open stream: No such file or directory in /home/mytemp/public_html/min/config.php on line 8

Warning: include() [function.include]: Failed opening '../includes/configure.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mytemp/public_html/min/config.php on line 8

Warning: ini_set() [ref.outcontrol]: Cannot change zlib.output_compression - headers already sent in /home/mytemp/public_html/min/config.php on line 161

Warning: Cannot modify header information - headers already sent by (output started at /home/mytemp/public_html/min/config.php:8) in /home/mytemp/public_html/min/lib/Minify.php on line 312

Warning: Cannot modify header information - headers already sent by (output started at /home/mytemp/public_html/min/config.php:8) in /home/mytemp/public_html/min/lib/Minify.php on line 312

Warning: Cannot modify header information - headers already sent by (output started at /home/mytemp/public_html/min/config.php:8) in /home/mytemp/public_html/min/lib/Minify.php on line 312

Warning: Cannot modify header information - headers already sent by (output started at /home/mytemp/public_html/min/config.php:8) in /home/mytemp/public_html/min/lib/Minify.php on line 312

Warning: Cannot modify header information - headers already sent by (output started at /home/mytemp/public_html/min/config.php:8) in /home/mytemp/public_html/min/lib/Minify.php on line 312

i tried changing the permissions back but that didnt work. :oops: can you please guide me on what i am doing wrong so that i can use this template?

Thanks in advance for your help.

6 Mar 2010, 9:54 PM
#63
dealman876 avatar

dealman876

New Zenner

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

Re: Modern Zen [RI07] Template

yellow1912:

Demo:
http://phuong.ridevelopement.com/ri-0007/

Please note that we are still working on some last parts on it, let me know what you think about this particular FREE template. If there is enough interest perhaps I will try to speed up the release.

Another flavor of this template for XMas will be ready soon as well.

It seem to be working fine, but how do i get the banner to work. I installed it locally, want to fix this before i go live. Please help with this.

8 Mar 2010, 6:20 AM
#64
sweetjaime avatar

sweetjaime

New Zenner

Join Date:
Feb 2006
Posts:
37
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Really hoping someone can help me here, I am pretty new, but have been doing ok so far!
I can't for the life of me figure out how to to change the footer at the bottom where it has the Lorem Ipsum, ABout Us etc. I read this thread, and saw to change the footer.php, but can't find it anywhere.
Could someone please help?

10 Mar 2010, 1:25 AM
#65
kjohn avatar

kjohn

New Zenner

Join Date:
Aug 2008
Posts:
30
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

I have the template working perfectly in every way and almost ready to launch. Doing cross-browser testing I noticed that in Internet Explorer on the PC:

  1. The Shipping Method is appearing below the left sidebox navigation
  2. The Checkout Step 1 title appears at the top of the Payment checkout page.
  3. Firefox on the PC and Mac OSX have no problems. See the screen shots to see what I mean.. can anyone offer any help?

Shipping method appearing way down below the navigation, instead of at the top of the page:

"Checkout Step 1" appearing for some wierd reason:

10 Mar 2010, 7:51 AM
#66
shully avatar

shully

New Zenner

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

Re: Modern Zen [RI07] Template

sweetjaime:

Really hoping someone can help me here, I am pretty new, but have been doing ok so far!
I can't for the life of me figure out how to to change the footer at the bottom where it has the Lorem Ipsum, ABout Us etc. I read this thread, and saw to change the footer.php, but can't find it anywhere.
Could someone please help?

Hi, I'm not a specialist but I manage to find and change the footer info.
Hope this will help you: ...your_shop\includes\templates\RI_TEMPLATE_07\common\tpl_footer.php

RI_TEMPLATE_07=the name that template use it in my site (see if you have it different)

I have a question too.
Here the situation: www_my_site_com/my_shop
So I'm having my_shop outside from the actual site.
Question: how can I make links from my_shop back to my_site? Can I?

Sorry for my English:frusty:

10 Mar 2010, 3:56 PM
#67
kjohn avatar

kjohn

New Zenner

Join Date:
Aug 2008
Posts:
30
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

shully:

I have a question too.
Here the situation: www_my_site_com/my_shop
So I'm having my_shop outside from the actual site.
Question: how can I make links from my_shop back to my_site? Can I?

Sorry for my English:frusty:

My site is also outside of my shop. I automatically link back to my own home page by redirecting in the tpl_header.php file. Here's how I do that:

<?php $url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; if($url == 'http://www.my_site.com/store/index.php?main_page=') { header( "Location: http://www.my_site.com/" ); exit(0); } ?>

I have a few of these redirects at the top of that file to handle other pages as well that I want to redirect to, just have to play with it.

10 Mar 2010, 5:02 PM
#68
kjohn avatar

kjohn

New Zenner

Join Date:
Aug 2008
Posts:
30
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Found my own answer. For some reason the site width was too narrow for the Step 1 page to fit (in IE only). Not sure why the problem is occuring on just this one page, a bug I suppose. Increase of 5px solved it. I also noticed that the additional title appearing is a link back to the previous step.

11 Mar 2010, 5:36 AM
#69
shully avatar

shully

New Zenner

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

Re: Modern Zen [RI07] Template

I've run into some serious trouble with my_shop. I was trying to do some SQL Patching and... poof... gone :shocking:
Fortunately I do backup SQL data base and back to normal once again:P
But!!! I have to let you know about this: on new version of Zen Cart 1.3.8, after Modern Zen [RI07] install, after I SQL Patching it, I get some errors like I loose all the beautiful layout of this best looking template. Only just text stripped from every css layout.

For this issue I find that SQL file (from the Modern Zen Template.zip file) is not compatible with my version (1.3.8 Zen Cart engine on 5.2.9 PhP Linux host server). May be, may be NOT:wacko: but I find that the lines for /** CJ Loader **/ are the problem.

For all that run into this problem here are the simple solving steps:

  1. Supposing you DO BACKUP your SQL db, use Admin/Tools/Install SQL Patches and restore your SQL db (Browse for your db_file.sql and upload it). Please note that Zen Cart don't backup SQL. For how to backup your SQL db please read here. Ok! now you have your db back but RI07 is not SQL patched. for this...

  2. From Admin/Tools/Install SQL Patches (same place as step 1) this time by using the "Enter the query to be executed:" field, you just copy & paste ONLY the steps: /** install single listing / and / update configuration **/. You copy those from sql_install.sql file from ri0007 folder. You can open sql_install.sql with any text editing program.

  3. From Admin/Tools/Layout Boxes Controller, at the bottom of the boxes tabel you'll find RESET button. Please reset all the boxes and you are done. Refresh your shop page and "voila" :clap:

======
@ Kjohn
Thx for your answer... I'll try it and let you know.

12 Mar 2010, 3:45 PM
#70
sybertemplates avatar

sybertemplates

New Zenner

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

Re: Modern Zen [RI07] Template

Hi,

Can someone tell me how to remove the sideblock New Products [more] i have gone thru all the sideblocks in the layout boxes manager but i cant seem to remove it. Thanks in advance for your help. :D site is https://www.mysybertemplates.com

nevermind i figured it out.....

12 Mar 2010, 9:23 PM
#71
jdw1979 avatar

jdw1979

Zen Follower

Join Date:
Jun 2009
Location:
NC
Posts:
174
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

I have got what I believe is probably a really stupid question. How do I make the banner rotation behavior work? All I've got is the background png...and I don't see an obvious "banners" folder anywhere...

Like I said, I'm betting this is a stupid question, but I really can't figure it out...

Thanks in advance, as always

15 Mar 2010, 8:07 PM
#72
shully avatar

shully

New Zenner

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

Re: Modern Zen [RI07] Template

Kjohn:

Found my own answer. For some reason the site width was too narrow for the Step 1 page to fit (in IE only). Not sure why the problem is occuring on just this one page, a bug I suppose. Increase of 5px solved it. I also noticed that the additional title appearing is a link back to the previous step.

Hi Kjohn,

did you change the page width in the ie6-stylesheet.css? or in the stylesheet.css. All files from .../templates/RI_TEMPLATE_07/css ?

Thank you!

15 Mar 2010, 11:58 PM
#73
kjohn avatar

kjohn

New Zenner

Join Date:
Aug 2008
Posts:
30
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

I changed stylesheet.css, from within the RI_TEMPLATE_07 template

16 Mar 2010, 12:05 AM
#74
shully avatar

shully

New Zenner

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

Re: Modern Zen [RI07] Template

Kjohn:

I changed stylesheet.css, from within the RI_TEMPLATE_07 template

from: ...includes//templates/RI_TEMPLATE_07/css/stylesheet.css I do change this with +5px and is not working (as IE6 user telling me):

/*wrappers - page or section containers*/

/**bof tnmp83**/
#mainWrapper {
	background: #FFF;
	margin: 0 auto;
	width: 965px;
}
#headerWrapper{
	width: 945px;
	margin: 0 auto;
}



/**eof tnmp83**/

... is this correct modif. :frusty:

Thank you!

16 Mar 2010, 12:14 AM
#75
kjohn avatar

kjohn

New Zenner

Join Date:
Aug 2008
Posts:
30
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

This is what I changed in line number 773 in stylesheet.css:

#contentMainWrapper{
width: 990px;
margin: 0 auto;
padding: 0;
}

16 Mar 2010, 12:22 AM
#76
shully avatar

shully

New Zenner

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

Re: Modern Zen [RI07] Template

Kjohn:

This is what I changed in line number 773 in stylesheet.css:

#contentMainWrapper{
width: 990px;
margin: 0 auto;
padding: 0;
}

Thx for quick reply,

so you have change with +50px at the #contentMainWrapper... aha!
I was changing the #mainWrapper

Unfortunately the guy whit the IE6 is no long available, I only can test it tomorrow and let you know.

Thank you!
p.s. - IE6:yuck:

16 Mar 2010, 1:19 AM
#77
shully avatar

shully

New Zenner

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

Re: Modern Zen [RI07] Template

shully:

Thx for quick reply,

so you have change with +50px at the #contentMainWrapper... aha!
I was changing the #mainWrapper

Unfortunately the guy whit the IE6 is no long available, I only can test it tomorrow and let you know.

Thank you!
p.s. - IE6:yuck:

I test it with IE NetRenderer and it works :clap:
For making changes available only for IE6 users, I change this: .../includes/templates/RI_TEMPLATE/css/ie6-stylesheet.css

I did this for not making other changes or loosing anything from original RI07 Template's aspect and let 21'st century IE7,8,9 or FFox users enjoy it's beauty. :D

I just copy & paste your advice code and :clap:

Here is my "ie6-stylesheet.css" the code:

#navEZPagesTop li a{
	position: relative;
}

#smallNaviHeader ul{
	padding: 0;
}
#smallNaviHeader li{
	vertical-align: middle;
}

#contentMainWrapper{
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

Thank you!

18 Mar 2010, 8:38 AM
#78
shully avatar

shully

New Zenner

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

Re: Modern Zen [RI07] Template

jdw1979:

I have got what I believe is probably a really stupid question. How do I make the banner rotation behavior work? All I've got is the background png...and I don't see an obvious "banners" folder anywhere...

Like I said, I'm betting this is a stupid question, but I really can't figure it out...

Thanks in advance, as always

I have the same question. If you can help us, please!

18 Mar 2010, 9:14 AM
#79
shully avatar

shully

New Zenner

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

Re: Modern Zen [RI07] Template

Kjohn:

My site is also outside of my shop. I automatically link back to my own home page by redirecting in the tpl_header.php file. Here's how I do that:

<?php $url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; if($url == 'http://www.my_site.com/store/index.php?main_page=') { header( "Location: http://www.my_site.com/" ); exit(0); } ?>

I have a few of these redirects at the top of that file to handle other pages as well that I want to redirect to, just have to play with it.

I manage to find my own answer for my original ask.
Kjohn, your ideea is OK bunt what I was asking (again sorry for my English): "how to insert in the header area links to other places, outside the ZenCart shop". The answer was simple, I just open the .../Includes/templates/RI_TEMPLATE_07/common/tpl_header.php

and add this code:

ATTENTION!!! After you DO insert those lines, you have to EDIT the: .../Includes/templates/RI_TEMPLATE_07/css/stylesheet.css and resizing and repositioning the old header <div>'s for the new inserted <div> to fit. You DO have to know some css for editing there. PLEASE BACKUP! BACKUP! BACKUP!

<div id="your_css_styling_from_inside_the_stylesheet.css" >
		<ul>
        	<li><a href="http://www.site_outside_zencart_shop.com">Site_outside_zencart_shop</a></li>
			<li>|</li>
    		<li><a href="http://www.site_outside_zencart_shop.com/other_page_">Other_Page</a></li>
            <li>|</li>
           </ul>
	</div>

This can help you if you have your_shop outside the presentation_main_site... this way you can link your_shop to your out_site_pages from within your shop. Hope this will help you.

Any help for that banner question? Please!

18 Mar 2010, 5:13 PM
#80
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

I am having great fun with this template.

I want to put a solid header in place rather than continuing the stripes. I added the header image and added the line in CSS to call this up and it looks ok. However how do I close the gap above the EZ page bar and the bottom of the new header background image?

Screenshoy included so that you stand a chance of understanding my ramblings!

Any help welcome.

Rob