Results 1 to 10 of 462

Hybrid View

  1. #1
    Join Date
    May 2007
    Posts
    43
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Jet,

    Time for 2 quick questions?

    I am beating my head against simple mis alignment issues. I have read and read - but cannot seem to solve these problems for this site : http://www.ezskratch.com/store/index...ain_page=index

    1. Blank space to right of SHOPPING CART - want to kill and spread remaining 6 MENU ITEMS over same space.

    2. Want to line up Grey HOME menu w striped lines and Green Home menu line.

    Thanks!

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

    Default Re: Simple Zen Template - Support Thread

    Quote Originally Posted by ezskratch View Post
    Jet,

    Time for 2 quick questions?

    I am beating my head against simple mis alignment issues. I have read and read - but cannot seem to solve these problems for this site : http://www.ezskratch.com/store/index...ain_page=index

    1. Blank space to right of SHOPPING CART - want to kill and spread remaining 6 MENU ITEMS over same space.

    2. Want to line up Grey HOME menu w striped lines and Green Home menu line.

    Thanks!
    It looks like you're using apple zen, not simple zen, but you probably want to update to the newest version of apple zen.

    1. The newest version of apple zen fixes this issue.

    2. You're missing the <div class="clearBoth"></div> which comes standard in the newest apple zen, at the bottom of includes/templates/apple_zen/common/tpl_drop_menu.php

  3. #3
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Due to some additional mods like betterCategoriesEzInfo.css, I now have 4 css stylesheets running on my ZC, is it ok to merge those css stylesheets into your stylesheet_new.css so I have only one css running.

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

    Default Re: Simple Zen Template - Support Thread

    Quote Originally Posted by dharma View Post
    Due to some additional mods like betterCategoriesEzInfo.css, I now have 4 css stylesheets running on my ZC, is it ok to merge those css stylesheets into your stylesheet_new.css so I have only one css running.
    Sure, though sometimes its simpler to find css you need that way, but you can certainly combine them.

  5. #5
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Thanks for above..

    I currently have Display Cart After Adding Product set to false.

    Currently the alert displays at the top of the page (above the header links)

    would it be posssible to move the "Alert" (light bulb) Success Successfully added item to the cart ...

    down a bit into the product info display?

    I looked in the product_info_display page and couldn't find any mention of alerts...

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

    Default Re: Simple Zen Template - Support Thread

    Quote Originally Posted by dharma View Post
    Thanks for above..

    I currently have Display Cart After Adding Product set to false.

    Currently the alert displays at the top of the page (above the header links)

    would it be posssible to move the "Alert" (light bulb) Success Successfully added item to the cart ...

    down a bit into the product info display?

    I looked in the product_info_display page and couldn't find any mention of alerts...
    Open up includes/templates/YOUR_TEMPLATE/common/tpl_header.php.

    This chunk handles all messages:
    Code:
     <?php
      // Display all header alerts via messageStack:
      if ($messageStack->size('header') > 0) {
        echo $messageStack->output('header');
      }
      if (isset($_GET['error_message']) && zen_not_null($_GET['error_message'])) {
      echo htmlspecialchars(urldecode($_GET['error_message']));
      }
      if (isset($_GET['info_message']) && zen_not_null($_GET['info_message'])) {
       echo htmlspecialchars($_GET['info_message']);
    } else {
    
    }
    ?>
    I think it would be good to remove it from tpl_header.php, and move it to includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php, perhaps just after:
    Code:
    <!-- eof breadcrumb -->

  7. #7
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Thanks works perfectly!

    Makes a Huge Difference...smoking!

 

 

Similar Threads

  1. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  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. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM
  5. [Support Thread] Simple Video Manager
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Nov 2008, 02:44 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