Categories hierarchy in widget area

Discussion in 'ColorWay WordPress Theme' started by huvi, Sep 11, 2013.

  1. huvi

    huvi New Member

    Joined:
    Sep 11, 2013
    Messages:
    14
    Likes Received:
    0
    Hello, I have the category widget in the second widget area.
    The categories are correctly listed but without grafical hierarchy even if i choose the option.
    Categories have 3 levels. On footer widget area the widget displays the categories correctly. Can you help me?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. huvi

    huvi New Member

    Joined:
    Sep 11, 2013
    Messages:
    14
    Likes Received:
    0
    I want display the categories in left widget area in a structured way like in footer (with points or spaces):
    www.sestopiu.it/wp.
    I also want reduce the space between the logo (and right contact details) and the menu.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar ul {
    list-style-image:url('http://www.sestopiu.it/wp/wp-content/themes/colorwaytheme/images/disc-img.png')!important;
    margin-left:-9px!important;
    }
    .sidebar ul li{
    border-bottom:none!important;
    padding-left:5px!important;
    line-height:30px;
    }
    .header .menu-bar {
    margin-top: 0px;
    }
    
    This will solve your issue.
     
  5. huvi

    huvi New Member

    Joined:
    Sep 11, 2013
    Messages:
    14
    Likes Received:
    0
    Thank's for your fast reply.
    Code works fine for category display.
    But the code
    seams to change nothing. The space between logo and menu remains the same. What can I do?
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header .menu-bar {
    margin-top: 0px!important;
    }
    This will solve your issue.
     
  7. huvi

    huvi New Member

    Joined:
    Sep 11, 2013
    Messages:
    14
    Likes Received:
    0
    Thank's it works fine.
    I have another question, hope the last one.
    Using IE9 on vista the dropdown menu does not display the submenu while using IE9 on Xp the menu works.
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    This issue maybe because of plugin. So please deactivate all plugins to see if this resolves the problem? If this works,
    re-activate the plugins one by one until you find the problematic plugin(s).
     

Share This Page