Page 7 of 21 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 201
  1. #61
    Join Date
    Jan 2010
    Posts
    49
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    Quote Originally Posted by yellow1912 View Post
    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.

  2. #62
    Join Date
    Feb 2006
    Posts
    37
    Plugin Contributions
    0

    Default 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?

  3. #63
    Join Date
    Aug 2008
    Posts
    30
    Plugin Contributions
    0

    Default 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:

    Last edited by Kjohn; 10 Mar 2010 at 02:30 AM.

  4. #64
    Join Date
    Mar 2010
    Posts
    11
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    Quote Originally Posted by sweetjaime View Post
    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

  5. #65
    Join Date
    Aug 2008
    Posts
    30
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    Quote Originally Posted by shully View Post

    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
    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.

  6. #66
    Join Date
    Aug 2008
    Posts
    30
    Plugin Contributions
    0

    Default 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.

  7. #67
    Join Date
    Mar 2010
    Posts
    11
    Plugin Contributions
    0

    Default 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
    Fortunately I do backup SQL data base and back to normal once again
    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 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"

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

  8. #68
    Join Date
    Mar 2010
    Posts
    24
    Plugin Contributions
    0

    Default 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. site is www.mysybertemplates.com

    nevermind i figured it out.....

  9. #69
    Join Date
    Jun 2009
    Location
    NC
    Posts
    174
    Plugin Contributions
    1

    Default 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

  10. #70
    Join Date
    Mar 2010
    Posts
    11
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    Quote Originally Posted by Kjohn View Post
    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!

 

 
Page 7 of 21 FirstFirst ... 5678917 ... LastLast

Similar Threads

  1. v150 Help with A Modern Zen template
    By dsimon in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Jul 2012, 02:17 AM
  2. Help with a modern zen template
    By dsimon in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 5 May 2012, 07:25 AM
  3. flash flash banner install on Modern Zen [RI07] Template
    By firefly143 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 18 Mar 2011, 02:25 PM
  4. Modern Zen [RI07] Template
    By firefly143 in forum Addon Templates
    Replies: 7
    Last Post: 7 Oct 2010, 11:59 AM
  5. Help with Modern Zen Template
    By ronmontag in forum Addon Templates
    Replies: 5
    Last Post: 17 Apr 2010, 11:47 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR