Results 1 to 10 of 3244

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi Jade,

    www.allk-9.com

    Thanks!

  2. #2
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by gsdcypher View Post
    Hi Jade,

    www.allk-9.com

    Thanks!
    Ok, the home link in the footer area is not part of ezpages, while the home link in the header area seems to be part of ezpages. So create a home link in ezpages for the footer. Then you'll need to remove the home link in includes/templates/YOUR_TEMPLATE/common/tpl_footer.php.

    You can change this:

    Code:
    <!--bof-navigation display -->
    <div id="navSuppWrapper">
    <div id="navSupp">
    <ul>
    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    <?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
    <li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
    <?php } ?>
    </ul>
    </div>
    </div>
    <!--eof-navigation display -->
    to this:

    Code:
    <!--bof-navigation display -->
    <div id="navSuppWrapper">
    <div id="navSupp">
    <?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>
    <!--eof-navigation display -->
    Then you'll need to make changes in the css to make the footer match the header.

  3. #3
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    ahhhh... ok thanks. that is much closer.

    still the footer links are centered and the header links are on the left.

    and when you add an item to the cart, the view cart | checkout now lines up correct in the header and is slightly below in the footer....

    any tweaks for that???

  4. #4
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by gsdcypher View Post
    ahhhh... ok thanks. that is much closer.

    still the footer links are centered and the header links are on the left.

    and when you add an item to the cart, the view cart | checkout now lines up correct in the header and is slightly below in the footer....

    any tweaks for that???
    Have you tried adjusting any of the stylesheet.css file for those sections? You can look at the source of the page to see what sections are involved.

  5. #5
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    well i tried to... i copied the #navEZPagesTop and made the #navEZPagesBot so they would look the same...

    Code:
    #navEZPagesTop {
     /*background-color:#9EAD48 /* background color behind ezpages section */
     background:url("../images/ezbg.gif") repeat-x;   grey background image behind ezpages section */
     }
     
    #navEZPagesBot {
     /*background-color:#9EAD48 /* background color behind ezpages section */
     background:url("../images/ezbg.gif") repeat-x;   grey background image behind ezpages section */
     }
    and

    Code:
     
    #navEZPagesTop {
     font-weight:bold;
     width:100%;
     padding:7px 0;
     }
    #navEZPagesTop a {
     padding:0 8px;
     }
     
    #navEZPagesBot {
     font-weight:bold;
     width:100%;
     padding:7px 0;
     }
    #navEZPagesBot a {
     padding:0 8px;
     }

  6. #6
    Join Date
    Mar 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hey,

    I'm having problems viewing my webpage in IE7. The right sideboxes goes off the original body. This only happens in some Screen Size and also , when you "restore down the screen" . The site is getxboxcodes.com.

    Thank you.
    Alwin
    Attached Images Attached Images  

  7. #7
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by getxbox View Post
    Hey,

    I'm having problems viewing my webpage in IE7. The right sideboxes goes off the original body. This only happens in some Screen Size and also , when you "restore down the screen" . The site is getxboxcodes.com.

    Thank you.
    Alwin
    Does the same thing happen at my test site, http://www.cherryzen.jadetrue.com ?

    What do you mean by "restore down the screen"?

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 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