Results 1 to 10 of 2267

Threaded View

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

    Default Re: Categories Dressing

    Your view source is showing the ez-page <ul> list structures, but no list items. Do you have any that should currently be showing? If not, please add some so I can verify the effects. If you have some links that should be showing and are not, that would be up to your implementation of the ezp mod.

    It looks as if it should be simple to add a class to the link code in tpl_categories.php; it would be simpler yet to delete the hard-coded styling in tpl_categories and style the <li> elements in your stylesheet.
    PHP Code:
    // integrate ezpages
      
    $content  .= "\n" '<ul style="margin: 0; padding: 0; list-style-type: none;">' "\n"
    becomes
    PHP Code:
    // integrate ezpages
      
    $content  .= "\n" '<ul>' "\n"
    Add to your stylesheet
    Code:
    #categories ul {
        margin: 0;
        padding: 0;
        list-style: disc inside url(../images/bullet1.gif);
        }
    Last edited by gjh42; 22 Apr 2008 at 06:58 AM.

 

 

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