Page 88 of 227 FirstFirst ... 3878868788899098138188 ... LastLast
Results 871 to 880 of 2267
  1. #871
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Categories Dressing

    I need to see exactly what you have in your categories_dressing_defines.php to diagnose the problems you report. Post it between [php] and [/php] tags. Also seeing your store will help.

  2. #872
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: Categories Dressing

    GOT IT! Error in my style sheet was block out all the defines, when I was trying to get something to go away i did
    PHP Code:
    noLidisplay:none;} 

  3. #873
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: Categories Dressing

    For
    PHP Code:
    #categories ul a.nonCatLink { 
    how would you input the a:link code for this?

    PHP Code:
    #categories ul a.nonCatLink a:link 
    is unsuccessful

    im trying to blend it with the categories color, what i have so far

    stylesheet:
    PHP Code:
    #categories ul a.nonCatLink {
      
    display: list-item;
        list-
    stylenone;/*change to list-style: none; to remove bullet*/
        
    backgroundno-repeat;
        
    bordernone;
        
    margin-left20px;
        
    margin-bottom:5px;
        
    margin-top:5px;
        
    padding0;
        } 
    define:
    PHP Code:
    define ('CAT_BOX_HEADING_66','0|0|||<a class="nonCatLink" href="index.php?main_page=page&id=5">Link to EZ-Page 5</a>|4|<a class="nonCatLink" href="index.php?main_page=page&id=6">Link to EZ-Page 6</a>|4');//two links - style 4 

  4. #874
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Answer to above post is:
    PHP Code:
    .catBoxHeading4 a:link 
    Question gjh42,

    If my category name is for example Dog and its category id number is 1-> instead of changing the category name through admin, keeping it at Dog can I have it appear in the category sidebox as Dog Supplies? Reasoning behind this is because I have many links pointing to the url that it is at now (using ultimate seo), it would be great if there was someway to hide Dog and have Dog Supplies appear. If this is possible can you give me a step by step thanks!

    This mod is great, very flexible with custom design!

  5. #875
    Join Date
    May 2009
    Location
    Junction City, Oregon
    Posts
    315
    Plugin Contributions
    0

    Default Re: Categories Dressing

    I think my question got lost.

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

    Default Re: Categories Dressing

    Sorry:)
    The bullets are part of the display: list-item; output, and the only way to totally eliminate them is to change to display: block; and then use the arrow as a background-image, adjusting all the rest of the styling, padding, etc as required. How long do they appear? It seems you must have some slow loading for them to show long enough to notice.

    Ryan - If you want to change the text that appears for the Dog category, you can make an image with "Dog Supplies" in it, and replace the text with that image. Everywhere else that category name appears, though, will still say just Dog.

    You don't actually need to have "a:link" in your selector to style the links.

    #categories ul a.nonCatLink {

    will control basic links, and if you want hover effects, use

    #categories ul a.nonCatLink:hover {
    Last edited by gjh42; 14 Aug 2009 at 02:18 AM.

  7. #877
    Join Date
    May 2009
    Location
    Junction City, Oregon
    Posts
    315
    Plugin Contributions
    0

    Default Re: Categories Dressing

    I did what you said, and got the arrows to be replaced by the bullets, thank God. It looks alot better. I've got one last padding issue...

    When you click on a category with subcats, the subcats look fine, but the arrows next to those subcats are not aligned to the center, they are way up above them.

    I've spent about an hour trying to edit the CSS to get them to look right. Any clue why this might be happening?

    #categories ul ul a {/*subcategories*/
    display: block;
    background: transparent url(../images/bullet1.gif) no-repeat scroll 0 0 0 6px;
    border: none;
    margin: 0 0 0 15px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    }
    http://tinyurl.com/qukhsa

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

    Default Re: Categories Dressing

    background: transparent url(../images/bullet1.gif) no-repeat scroll 0 0 0 6px;

    Are these four values trying to locate the bg image? They won't work that way. It takes one or two values, horizontal from left and vertical from top.
    Try

    background: transparent url(../images/bullet1.gif) no-repeat scroll 6px 50%;

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

    Default Re: Categories Dressing

    With a little tweaking in Firebug I get this:
    Code:
    #categories ul ul a {/*subcategories*/
        display: block;
        background: transparent url(../images/bullet1.gif) no-repeat scroll 0 1.3em;
        border: none;
        margin: 0 0 0 15px;
        padding: 10px 0 0 12px;
        }

  10. #880
    Join Date
    May 2009
    Location
    Junction City, Oregon
    Posts
    315
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Glenn, that looks SO MUCH BETTER! I don't know how you did it, but thank you so much. What a relief that it got fixed.

    Is there a quick and easy way to get the arrows to line up under the first letter of the main category? That means the arrows and the sub cat titles would move to the left about 15 pix?

    -KismetDesign

 

 

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