Page 12 of 21 FirstFirst ... 21011121314 ... LastLast
Results 111 to 120 of 201
  1. #111
    Join Date
    Apr 2010
    Posts
    8
    Plugin Contributions
    0

    application error 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 nothing shows up

  2. #112
    Join Date
    Apr 2010
    Posts
    2
    Plugin Contributions
    0

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

  3. #113
    Join Date
    Mar 2010
    Posts
    62
    Plugin Contributions
    0

    Default 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!
    Last edited by chal2les; 22 Apr 2010 at 09:54 PM.

  4. #114
    Join Date
    Mar 2010
    Posts
    62
    Plugin Contributions
    0

    Default 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

  5. #115
    Join Date
    Oct 2008
    Posts
    254
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    Quote Originally Posted by chal2les View Post
    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
    Code:
    <!--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.
    Last edited by Kenichi; 25 Apr 2010 at 12:16 AM.

  6. #116
    Join Date
    Mar 2010
    Posts
    62
    Plugin Contributions
    0

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

  7. #117
    Join Date
    Mar 2010
    Posts
    62
    Plugin Contributions
    0

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

  8. #118
    Join Date
    Jan 2010
    Posts
    12
    Plugin Contributions
    0

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

  9. #119
    Join Date
    May 2010
    Location
    North Carolina USA
    Posts
    3
    Plugin Contributions
    0

    Default Re: Modern Zen [RI07] Template

    Quote Originally Posted by chal2les View Post
    Anyone else having a problem with the bestseller side box?

    There is a spacing error between cat_bg_top and cat_bg_bot.
    I have the same problem. This does not fix the problem, but I was able to figure out how to mask the problem by adding the BR to this line in includes/templates/template_default/sideboxes/tpl_best_sellers.php:

    Code:
     $content .= '</div><br>' . "\n";
    This change does not seem to affect anything else and is not the best solution, but it at least fills in the blank space until someone can find the real cause.

  10. #120

    Default Re: Modern Zen [RI07] Template

    Dear All,

    I have uploaded this template files via FTP to server includes / template /

    But still don't see this template under Zen Cart's admin / tool / template selection .

    I know there is a sql file, but I don't know what to do with it ...

    Can anyone please help me ? Thank you.

 

 
Page 12 of 21 FirstFirst ... 21011121314 ... 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

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