• bmkrein

    (@bmkrein)


    Menu Widget in Primary left sidebar looses formatting.

    Using plugin Custom Menu Wizard and Included widget “Custom Menu Wizard” for placing menu in Primary (left) sidebar.

    Menu will show there as plain text without formatting and without menu hierarchy.
    But same time the plugin shortcode will show well in page (main body area).

    ? How to keep in sidebar default formatting the plugin / widget has.
    ? Or how to use in this widget Hueman “Child pages” template formatting style for vertical menu in Primary sidebar.

    This plugin widget has two CSS optins
    * Menu Class (currently “menu-widget”)
    * Widget Class (currently empty)

    Worpdress 3.8.1
    Hueman 1.3.3

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi bmkrein,

    Just found your post. Unfortunately after I created a new post.

    I’m having the same problem. I really would like to use the Hueman Theme because of its flexibility, but I also need an hierarchical menu in one of the sidebars.

    I also tried other menu plugins (e.g. Advanced Menu Widget) without success. So the problem must be caused by the theme.

    I’m using WordPress 4.0 and Hueman 2.1.9

    Have you been able to resolve this issue?

    I managed to create a workaround by adding the following styles the custom.css of the Hueman theme (and activating it’s usage in the options):

    div .cmw-level-1 { padding-left: 0px }
    div .cmw-level-2 { padding-left: 10px }
    div .cmw-level-3 { padding-left: 10px }
    div .cmw-level-4 { padding-left: 10px }
    
    ul.menu-widget {
       list-style-type: disc;
       list-style-position: inside;
    }
    ol.menu-widget {
       list-style-type: decimal;
       list-style-position: inside;
    }
    ul.menu-widget ul, ol.menu-widget ul {
       list-style-type: circle;
       list-style-position: inside;
       margin-left: 15px;
    }
    ol.menu-widget ol, ul.menu-widget ol {
       list-style-type: lower-latin;
       list-style-position: inside;
       margin-left: 15px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget looses formatting in sidebar?’ is closed to new replies.