Page 34 of 227 FirstFirst ... 2432333435364484134 ... LastLast
Results 331 to 340 of 2267
  1. #331
    Join Date
    Mar 2008
    Location
    Gouda, Netherlands
    Posts
    213
    Plugin Contributions
    1

    Default Re: Categories Dressing

    I'm back with another question. Things start to look very good in the categories menu but I want to ad a link to conditions with the same kind of buttons I've used for the rest of the menu. How do I do that? Should I ad a link in the stylesheet? And what cpath will the button name require?
    Working on http://www.skull-shop.net once again.

  2. #332
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Categories Dressing

    Do you want this conditions link in the categories menu, or just an image in place of the "Algemene voorwaarden" text in the information menu?
    You can replace text with an image by defining it with the <img ...> tags in the language file.

  3. #333
    Join Date
    Mar 2008
    Location
    Gouda, Netherlands
    Posts
    213
    Plugin Contributions
    1

    Default Re: Categories Dressing

    Thank you very much. I wanted the image in the categories menu, but images in the information menu will do fine too. Thank you for your help!
    Working on http://www.skull-shop.net once again.

  4. #334
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Categories Dressing

    How can I change the color of the bottom of the cells
    www.nothingbutcostumes.com

    Also, Can I put a border around each Section?

    Or to be more spacific. I want to try to be as close as I can be to

    www.buycostumes.com

  5. #335
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Categories Dressing

    I'm getting "can't find the website" for that now...

    The code does not create distinct sections that can be given a border, it just allows headers at desired points. There won't be a simple way to recreate that look, but it may be possible without adding code to tpl_categories.php.

    Try giving border-left and border-right to a.category-top-text.
    Then give the categories above each heading a special style like category-bottom, and style a.category-bottom-text with border-left, border-right and border-bottom (as well as whatever other styling a.category-top-text has).
    As long as there is no margin between the categories, this should give the look of a box.

  6. #336
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Categories Dressing

    I made these changes to

    www.nothingbutcostumes.com

    /* example for top category styling */
    a.category-top-text {
    /*background-color: #ccddff;*/
    color: #1122aa;
    border-left: 1px solid #112233;
    border-right: 1px solid #112233;
    category-bottom: 1px solid #112233;
    /*margin: 0.2em 0;*/
    /*padding: 0.2em 0.3em;*/
    }
    The Sides are what I was after...
    How can I box around the Title and the footer in the box.

    I think to make it like the other site, I would have to make them as an image right?

    Also, which was the item to edit the colors of the Title and The Footers? I dont think Pink looks that well there

  7. #337
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Categories Dressing

    If you want the border to go around the header and footer of each section, you can add borders like
    Code:
    .catBoxHeading1 { 
        border: 1px solid #112233;
        border-bottom: none;
        }
    
    .catBoxSubtext { 
        border: 1px solid #112233;
        border-top: none;
        }
    You can change the header and footer colors there also.

  8. #338
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Ok

    Thats much better...

    How can I add spaces to this instead of underlines?

    $content .= '<span class="catBoxHeading1">' . (file_exists(DIR_WS_TEMPLATE_IMAGES . 'cathead' . $current_path . '.gif') ? zen_image(DIR_WS_TEMPLATE_IMAGES . 'cathead' . $current_path . '.gif') . '</span>':'TV & Movies All Sizes__</span>' . $disp_block_head) . "\n";
    If I dont have underlines the spaces wont show at all

    www.nothingbutcostumes.com

  9. #339
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Categories Dressing

    Definitely wierd... You have .catBoxHeading1 {... display: block; ...}, but it is not displaying as block. It is currently displaying as inline, which is why the headings don't fill the sidebox width.

  10. #340
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

    Default Re: Categories Dressing

    So what can I do to fix that?
    Also strange... It fills in on IE but not on Firefox or Flock

 

 

Similar Threads

  1. categories dressing
    By fw541c in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Nov 2010, 09:29 PM
  2. Categories Dressing
    By wotnow in forum Addon Sideboxes
    Replies: 10
    Last Post: 7 Apr 2010, 03:06 AM
  3. Categories Dressing issue
    By Maynards in forum Addon Sideboxes
    Replies: 0
    Last Post: 13 Mar 2010, 10:51 PM
  4. Categories Dressing
    By Maynards in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 12 Mar 2010, 11:05 PM
  5. Categories Dressing
    By PGlad in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 7 Aug 2007, 07:05 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