• Resolved bolero

    (@bolero)


    Hello!

    I try to use this plugin with Karma theme (Version: 4.8.1). Plugin shows only subtree of menu items (like normal links):

    http://mepic.ru/view/?id=73188408a2999ae87e5268f808ad54d9

    The result is the same for any ways of integration (shortcode, widget, php).

    Tested with several other themes – plugin works correctly.

    I will be grateful if you help with the solution of the problem. Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author sevenspark

    (@sevenspark)

    Hi bolero,

    Seems clear that there’s some code in Karma interfering with the menu. Without actually being able to see your site, I can’t assess this at all – that doesn’t look like it’s even Bellows (or else none of the CSS is applied).

    I’d ask Karma if they’re running any filters that control the menus on the site. If that is the case, they should make sure they’re only applying their code to their own menus.

    Best,

    Chris

    Thread Starter bolero

    (@bolero)

    Thank you for attention, Chris.

    Really do not want to waste your time, especially realizing that the problem is in the theme, not in the plugin. But if you have a free minute, please, visit test site:

    http://travel1.besaba.com/111-2

    Karma theme. Bellows Menu integrated with shortcode:

    screen-1

    Identical settings with Nirvana theme:

    screen-2

    For my site – Karma fits all the parameters, but the functionality of your plugin is more important to me. I’m going to use it as a FAQ menu. If the combination does not work, I will change the theme (but not the plugin).

    Thank you for your time.

    ========================

    Off topic

    Chris, your Ubermenu is a real masterpiece. I watched your video tutorials many times and with no less interest, than David Fincher’s movies – professional attitude to the case and complete order, with reference to each, even the most insignificant, at first glance, detail. So, anyway, very glad to meet you.

    With great respect to you,

    David

    • This reply was modified 7 years, 1 month ago by bolero.
    Thread Starter bolero

    (@bolero)

    Thank you for attention, Chris.

    Really do not want to waste your time, especially realizing that the problem is in the theme, not in the plugin. But if you have a free minute, please, visit test site:

    http://travel1.besaba.com/111-2

    Karma theme. Bellows Menu integrated with shortcode:

    screen-1

    Identical settings with Nirvana theme:

    screen-2

    For my site – Karma fits all the parameters, but the functionality of your plugin is more important to me. I’m going to use it as a FAQ menu. If the combination does not work, I will change the theme (but not the plugin).

    Thank you for your time.

    Plugin Author sevenspark

    (@sevenspark)

    Thanks for your kind words, David, great to hear you’re enjoying UberMenu! 🙂

    Taking a look at the markup on your site, I can see that the theme is actually taking over the markup of your menu. Here’s what Bellows markup normally looks like:

    View post on imgur.com

    (note the bellows- prefixes on the classes)

    Here’s what the menu looks like on your site with Karma

    View post on imgur.com

    As you can see, the markup is completely different – so you’re not seeing Bellows because this markup is literally not Bellows 🙂

    I expect this is happening because the theme is taking over control of ALL the menus on the site. That is likely happening via a custom walker, which the theme would likely achieve via a filter on the wp_nav_menu_args hook.

    So the first thing I’d do is search the theme for ‘wp_nav_menu_args’ and see if they’ve added a filter on that. That’s likely what needs to be altered – but if you can’t find it easily, I’d just ask the theme author if they have code that is filtering the menus on the site.

    Hope that helps! 🙂

    Chris

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Integration with Karma theme’ is closed to new replies.