Page 35 of 47 FirstFirst ... 25333435363745 ... LastLast
Results 341 to 350 of 462
  1. #341
    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

  2. #342
    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.

  3. #343
    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.

  4. #344
    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...

  5. #345
    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 -->

  6. #346
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    Thanks works perfectly!

    Makes a Huge Difference...smoking!

  7. #347
    Join Date
    Jan 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    jettrue,
    I need to know what the size of the space is at the top of the page and where it is controlled. I'd like to remove the text and make the logo.gif precisely the same size as the "hole" so there is no space around the edges of it.
    Thanks for your help, this template rocks and you are very helpful.

  8. #348
    Join Date
    Dec 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    I like this template, but am having a bit of trouble with the graphics not showing up on the Shopping Cart Contents page. Here's the site: http://glass-cleaning-tips.com/

    When you click the "Order Now" link near the bottom, the page that displays is just showing a few of the graphics that are needed to move forward. This site is meant to be very simple and is a work in progress - the look and feel is being worked on.

    Could you point me to what I am missing that is making those graphics not show? I am sure it is something fairly easy. Thank you!!!

    Phil

  9. #349
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    I wanted to move the product details list (model etc) on the product info page, up from under the primary image, to join the rest of the product description (to the right of the primary image).

    i have moved the product details block around the page, but it looks like it should be where it is, but this code needs to change to float right or something:

    PHP Code:
    <ul id="productDetailsList" class="floatingBox back"
    I have guessed a few code varations of float right, but the bullet points ride into (too close)to the image, and the text is not in a linear line:

    Model:
    THX
    1138

    instead of

    Model: THX 1138

    Any suggestions? maybe a float right, with a back twist and a margin dohicky?

  10. #350
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Simple Zen Template - Support Thread

    also...I have changed one of the links in the topnav to open in a new window, and don't want it open as a https secure page, when browsing SSL pages in the main window.

    is there a way to tweak this to make it never open as https?

    ex:
    HTML Code:
    <li><a id="cu" href="open-as-non-ssl-page.html" target="_blank"><i>Non SSL page</i></a></li
    maybe a zen_href_link thingy? or a 'NONSSL' doodad?

 

 
Page 35 of 47 FirstFirst ... 25333435363745 ... LastLast

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