Page 216 of 326 FirstFirst ... 116166206214215216217218226266316 ... LastLast
Results 2,151 to 2,160 of 3251
  1. #2151
    Join Date
    Nov 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by daymobrew View Post
    I would encourage you to leave the drop shadow because it looks good. Why "punish" people with newer (and better) browsers?

    How many of your visitors use IE6 and lower?
    IE6 is a really annoying browser for web developers. IE5 is worse.
    Note: The following appears twice in Cherry Zen's stylesheet.css:
    Code:
    /*do not remove-fixes stupid IEbug*/

    I belive to leave the drop shadow is a great idea,but it's make the other problem .My index page leave only a big advertisement,the drop shadow will make a frame there.I don't know how to leave the drop shadow but in the index page.so i have to remove it from all of page.

  2. #2152
    Join Date
    Nov 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Put a big image in your index page, under "Tools", "Define Pages Editor", then you can hide your logo section, left and right columns, Category Tabs (if you have them on), and Ezpages in the header (if you have them on) for your index page only with this:

    #indexHomeBody #logoWrapper, #indexHomeBody #navColumnOne, #indexHomeBody #navColumnTwo, #indexHomeBody #navCatTabsWrapper, #indexHomeBody #navEZPagesTop {display:none;}
    #indexHomeBody .outer, #indexHomeBody #content {padding:0 0 0 1em!important;}
    Thanks jetture.
    It's work!But the back color of the sidebox still show in the homepage.If I change the color to white,the box shape will lose.
    I was puzzled how to do it.Please help me!

  3. #2153
    Join Date
    Nov 2008
    Posts
    33
    Plugin Contributions
    0

    Default Cherry Zen Template Side Box Login

    I have successfully uploaded a login to the side box but am having troubles with the appearance of the forms. Here is the script and the screen shot is attached. Any suggestions would be greatly appreciated.

    <?php

    $content = "<!--loginSideBox-->";
    $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';

    if(!$_SESSION['customer_id']) {

    $content .=zen_draw_form('login_box', zen_href_link(FILENAME_LOGIN, 'action=process', 'SSL'));
    $content .=LOGIN_BOX_EMAIL_ADDRESS . '<br />' . zen_draw_input_field('email_address', '', 'size="24"').'<br />';
    $content .=LOGIN_BOX_PASSWORD . '<br />' . zen_draw_password_field('password', '', 'size="24"') . '<br />';
    $content .='<a href="' . zen_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . LOGIN_BOX_PASSWORD_FORGOTTEN . '</a>' . '<br />' . '<a href="' . zen_href_link(FILENAME_LOGIN, '', 'SSL') . '">' . LOGIN_BOX_CREATE_ACCOUNT . '</a>' . '<br />';
    $content .= zen_draw_hidden_field('securityToken', $_SESSION['securityToken']);
    $content .='<div class="centeredContent">'.zen_image_submit(BUTTON_IMAGE_LOGIN, BUTTON_LOGIN_ALT).'</div>';
    $content .='</form>';
    } else {

    $content .= '<ul>';
    $content .= '<li><a class="loginBoxLinks" href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . LOGIN_BOX_ACCOUNT . '</a></li>';
    $content .= '<li><a class="loginBoxLinks" href="' . zen_href_link(FILENAME_SHOPPING_CART, '', 'SSL') . '">' . LOGIN_BOX_SHOPPING_CART . '</a></li>';
    $content .= '<li><a class="loginBoxLinks" href="' . zen_href_link(FILENAME_LOGOFF, '', 'SSL') . '">' . LOGIN_BOX_LOGOFF . '</a></li>';
    $content .= '</ul>';
    }

    $content .= '</div>';

    ?>
    Attached Images Attached Images  

  4. #2154
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Hi Jade (and all),

    discovered this problem yesterday:

    When displaying the description of the products Active 2.1, Active 2.2 and Active 2.3 the LH sidebox appears below the actual description of the products.

    This does not happen on any of the other 250 something products I currently have on offer.

    I have tried to enter new content for the descriptions - same result.

    The other products in the category "Active Elements" are displayed OK with LH sidebox as normal. So, there is nothing wrong with any formatting of the actual category.

    The other weird thing is that on the product Active 2.4 all links in the sideboxes are bold. This is not really worrying but it is inconsistent and may leave the wrong impression about the store with some customers.

    Please take a look at

    Active 2.1

    http://frnt.org/zencart/index.php?ma...roducts_id=189

    Active 2.3

    Active 2.4

    and then click the NEXT button to see the appearance of the remaining products in this category.

    Can you shed a light on this please?

    If nothing materializes then I am planning to just delete the products and re-enter them. Would not solve the mystery but would probably fix the problem ....


    Thanks / Frank

    www.frnt.org/zencart

  5. #2155
    Join Date
    Jan 2008
    Posts
    84
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    ok I have removed the text in the banner window on the top of the page by reading the readme first or else. The trouble is now it only displayes where the image is not the image. I have moved the image to different directories and still nothing.

    Should define('HEADER_SALES_TEXT', be replaced with something else since it is no longer text but an image.

    I have read other similar posts in here and seem to be having same trouble.

    the site is here

    Thanks in advance

  6. #2156
    Join Date
    Jan 2008
    Posts
    84
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    sorry one more question
    Edit: I did what stuff4toys had suggested to add a button to the forums there are 2 problems 1 I got the button to show up but it does not work and 2 the checkout button got lowered down how do I make that all one line again with the forums button?

    Just in case click here

  7. #2157
    Join Date
    Jan 2005
    Posts
    3
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    A quick question, I am running my site www.factorydiecast.com/store08

    when you go to log in, I lose all the top bar buttons. The server is a shared ssl cert.??

    thanks,
    Dave

  8. #2158
    Join Date
    Jan 2005
    Posts
    3
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by factorydiecast View Post
    A quick question, I am running my site www.factorydiecast.com/store08

    when you go to log in, I lose all the top bar buttons. The server is a shared ssl cert.??

    thanks,
    Dave

    Sorry for the bother,i figured out the problem, was a setting in the server.

    thanks,
    dave

  9. #2159
    Join Date
    May 2007
    Location
    SW Florida
    Posts
    1,051
    Plugin Contributions
    2

    Have a Drink Re: Cherry Zen Template Support Thread

    Quote Originally Posted by darktowerhobbies View Post
    sorry one more question
    Edit: I did what stuff4toys had suggested to add a button to the forums there are 2 problems 1 I got the button to show up but it does not work and 2 the checkout button got lowered down how do I make that all one line again with the forums button?

    Just in case click here
    You need to set the width of the top bar in the stylsheet.css
    Bump the width up a few pixels at a time so you only increase the width the required amount.
    Code:
    /* css for top menu tabs */
    
    #navMain {
    	float:right;
    	width:750px;
    	line-height:normal;
    	height:32px;
    }
    #navMain ul {
    	float:right;
    	list-style:none;
    }
    #navMain li {
    	display:inline;
    }
    #navMain a {
    	float:left;
    	text-decoration:none;
    }
    #navMain a span {
    	float:left;
    	display:block;
    	padding: 7px 15px 0 15px;
    	text-align:center;
    	width:90px;
    	cursor:pointer;
    	height:25px;
    }
    JOhn ><>
    Newest Site: ChargerPros - Stuff4Toys

  10. #2160
    Join Date
    Nov 2008
    Posts
    33
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Side Box Login

    Please visit the link below to view the whole script.

    http://www.zen-cart.com/index.php?ma...roducts_id=154

    The text and input fields don't line up, but when I switch to the classic template everything is fine. I looked into the stylesheets but don't know where the problem is.

    Thanks,

    Dave

 

 

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

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