Results 1 to 10 of 3244

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hello there!

    I'm using the Cherry Zen Template (thanks for this awesome template), and I need your help in doing some things with the CSS. I've searched this whole thread without much luck.

    I'm trying to do the following:

    1. remove the drop shadow around the whole website, and display a simple line instead (i.e. "outline" the website, but without the shadow)

    2. merge/collapse the upper border of the website with the actual webpage border (i.e. I do not want that upper space between the webpage border and the main body border where you can see the background image).

    I've tried playing around with stylesheet.css and stylesheet_dropshadow.css, but ended up killig the whole layout :s (had to reload again both css from the cherry zen template).

    hope you've understood what I'm trying to achieve (forgive my english!)

    Any help will be much appreciated!

    thanks,

    dan.

  2. #2
    Join Date
    Jul 2008
    Posts
    2
    Plugin Contributions
    0

    Default Shopping Cart Update Quantity

    Hi There,
    I need a big help - somehow the text box to update the quantity is missing.
    I am not really sure how to get access to the file.
    Here is the website : www.kianydesigns.com

    <td class="cartQuantity">
    1<input type="hidden" value="1" name="cart_quantity[]"/><div id="trailimageid"/><span class="alert bold"/><br/><br/> </td>

    This is what I got when I see the HTML



    Thanks,
    Senjaya

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

    Default Re: Shopping Cart Update Quantity

    Quote Originally Posted by senjaya View Post
    Hi There,
    I need a big help - somehow the text box to update the quantity is missing.
    I am not really sure how to get access to the file.
    Here is the website : www.kianydesigns.com

    <td class="cartQuantity">
    1<input type="hidden" value="1" name="cart_quantity[]"/><div id="trailimageid"/><span class="alert bold"/><br/><br/> </td>

    This is what I got when I see the HTML



    Thanks,
    Senjaya
    This is not template related, my only suggestion is to reupload the original includes/templates/YOUR_TEMPLATE/templates/tpl_shopping_cart.php

    If that doesn't work, ask in the general forum, they may be more help.

  4. #4
    Join Date
    Aug 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by stonedan View Post
    Hello there!

    I'm using the Cherry Zen Template (thanks for this awesome template), and I need your help in doing some things with the CSS. I've searched this whole thread without much luck.

    I'm trying to do the following:

    1. remove the drop shadow around the whole website, and display a simple line instead (i.e. "outline" the website, but without the shadow)

    2. merge/collapse the upper border of the website with the actual webpage border (i.e. I do not want that upper space between the webpage border and the main body border where you can see the background image).

    I've tried playing around with stylesheet.css and stylesheet_dropshadow.css, but ended up killig the whole layout :s (had to reload again both css from the cherry zen template).

    hope you've understood what I'm trying to achieve (forgive my english!)

    Any help will be much appreciated!

    thanks,

    dan.
    It's me again !

    alright I figured out how to resolve problem #2 (cf my quote). Basically, I modified the margin-top in the stylesheet.css from 20px to -10px (since putting 0px still leaves a blank space).

    But I'm still looking for a solution to problem #1 (see my quote)

    Thanks for helping !

    Dan.

  5. #5
    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 stonedan View Post
    Hello there!

    I'm using the Cherry Zen Template (thanks for this awesome template), and I need your help in doing some things with the CSS. I've searched this whole thread without much luck.

    I'm trying to do the following:

    1. remove the drop shadow around the whole website, and display a simple line instead (i.e. "outline" the website, but without the shadow)

    2. merge/collapse the upper border of the website with the actual webpage border (i.e. I do not want that upper space between the webpage border and the main body border where you can see the background image).

    I've tried playing around with stylesheet.css and stylesheet_dropshadow.css, but ended up killig the whole layout :s (had to reload again both css from the cherry zen template).

    hope you've understood what I'm trying to achieve (forgive my english!)

    Any help will be much appreciated!

    thanks,

    dan.
    1. Delete stylesheet_dropshadow.css from the server.

    2. Add this to your stylesheet:
    table#workaround {
    margin: 0;
    padding:0;
    width:100%;
    border:1px solid #000000;
    padding:0;
    background:#ffffff;
    }

    To get rid of the space at the top of the site, simply remove the margin-top from the body tag. (margin-top:20px;)

 

 

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