Support » Plugin: WP Menu Cart » Change in menu height

  • Hello,

    I’m currently using WP Menu Cart Pro with the Pinboard theme and I notice that the menu height changes once I add the cart to the menu. There is some text that appears below the cart briefly when the page loads (“start shopping”), but then disappears. I’d prefer to get rid of the text and have a slimmer bar. This is the site: http://happibelli.com/

    Thanks! -Tatiana

    https://wordpress.org/plugins/wp-menu-cart/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hello Tatiana,
    There are some scripts from your theme that are applying a fixed height to the menu element right after the page has loaded, but just before that, it also converts the title element (usually displayed under the mouse tip when you hover the menu) to a subtitle of the menu. Then the live functions take over again and put back the ‘old’ version, leaving you with the extra space and no subtitle…

    try adding this to your theme’s functions.php, it will probably fix this behavior!

    add_filter( 'wpmenucart_emptytitle', '__return_empty_string');
    add_filter( 'wpmenucart_fulltitle', '__return_empty_string');

    If not, send us an email to support@wpovernight.com, since you’re a pro user and entitled to premium support! Officially we’re not allowed to give support on our premium products via this forum.

    Ewout

Viewing 1 replies (of 1 total)
  • The topic ‘Change in menu height’ is closed to new replies.