• Resolved chosentoremember

    (@chosentoremember)


    Hello,

    Thanks so much for making a plugin that looks awesome.

    I am just getting started setting it up. As soon as the Max Mega Menu plugin is activated, a message shows up on my menu navigation that says “no products in the cart”. There used to be a woo commerce cart icon in the navigation, but when the Max Mega Menu plugin is activated, the cart icon disappears and is replaced by the text (“no products in the cart”) which goes on the line below and throws off the look. (It happens when Max Mega Menu > Enable is checked and when it is not.)

    The problem goes away when I deactivate Max Mega Menu. Is there any way you can figure out why the words “no products in the cart” are showing up? I would love to be able to use your plugin.

    I saw your tutorial for adding a cart icon but could not find anything about the text message showing up. (And there are no cart links currently in the mega menu.)

    Thank you so much!
    Jennifer

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Jennifer,

    Your theme is ‘tacking’ a couple of menu items onto the end of the menu structure, but because you are no longer using the built in theme menu system, the built in theme CSS is not being applied correctly to them.

    Please check your theme options to see if there is a way to disable the menu search and cart. If not, you can hide them with some CSS – go to Appearance > Customize > Additional CSS and add the following:

    .menu-item-search,
    .menu-item-cart {
      display: none !important;
    }
    Thread Starter chosentoremember

    (@chosentoremember)

    Thanks! The code worked great! I really appreciate it. Thanks for the wonderful plugin too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘no products in cart – msg shows up when Mega Menu activated’ is closed to new replies.