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!
Views: 59,637
New Zenner
Yes! It worked by downloading the entire new package and uploading all the files!
Thanks so much everyone!
New Zenner
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.
New Zenner
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.
New Zenner
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?
New Zenner
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:
Shipping method appearing way down below the navigation, instead of at the top of the page:

"Checkout Step 1" appearing for some wierd reason:

New Zenner
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:
New Zenner
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.
New Zenner
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.
New Zenner
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:
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...
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.
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.
New Zenner
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.....
Zen Follower
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
New Zenner
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!
New Zenner
I changed stylesheet.css, from within the RI_TEMPLATE_07 template
New Zenner
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!
New Zenner
This is what I changed in line number 773 in stylesheet.css:
#contentMainWrapper{
width: 990px;
margin: 0 auto;
padding: 0;
}
New Zenner
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:
New Zenner
shully:
Thx for quick reply,
so you have change with +50px at the #contentMainWrapper... aha!
I was changing the #mainWrapperUnfortunately 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!
New Zenner
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!
New Zenner
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!
Zen Follower
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
Fields marked required must be completed.
Tell staff why this post should be reviewed.