• Hi,

    i liked your plugin and want to use it with betheme, is it possible that you have a guide for that?
    Love to buy premium. I am a developer/designer and want to install your plugin in multiple client’s websites.
    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ihtsham

    (@ihtsham)

    Plugin Author megamenu

    (@megamenu)

    Hi ihtsham,

    The theme claims to have “220+ prebuilt websites”, I’m not sure what that means but my guess is it will work with some of those ‘websites’, but not others.

    MMM works best with very simple themes. When the theme is complicated, it makes it difficult for MMM to integrate itself. From a quick glance, I would say BeTheme is not really a good fit for MMM because it appears to be highly complex, with hundreds of settings and different layouts.

    Of course, the best way to find out though would be to install MMM and see what happens.

    Regards,
    Tom

    Thread Starter ihtsham

    (@ihtsham)

    Let me try it then.

    By prebuilt websites, they mean DEMOS, like every themeforst theme author claims if they have built premade demos.

    I looked at your guides for integration with other themes. INtegration seems simple.

    Also, after having a look here https://forum.muffingroup.com/betheme/discussion/2148/removing-be-theme-logo-from-menu
    Especially his comment @

    <?php if( function_exists( ‘ubermenu’ ) ): ?>
    <?php ubermenu( ‘main’ , array( ‘theme_location’ => ‘primary’ ) ); ?>
    <?php else: ?>

    <?php if( mfn_header_style( true ) != ‘header-creative’ ) get_template_part( ‘includes/header’, ‘top-area’ ); ?>

    <?php endif; ?>

    See, how the author/user managed to change the theme for uber. I hope you can get a better clue than me, as i am dummy for programming.

    Plugin Author megamenu

    (@megamenu)

    Hi ihtsham,

    The equivalent code in MMM would be:

    <?php if( function_exists( 'max_mega_menu_is_enabled' ) && max_mega_menu_is_enabled('primary') ): ?>
      <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
    <?php else: ?>
    
                              <?php if( mfn_header_style( true ) != 'header-creative' ) get_template_part( 'includes/header', 'top-area' ); ?>
    
    <?php endif; ?>

    Theme development, especially for premium themes, is not something I would usually cover under free support. I usually cover bugs, feature requests and guidance. Hopefully the above code will cover what you need, but if you need further help with theme development please consider hiring a WordPress Developer who can help you out.

    Regards,
    Tom

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘does it work with BeTheme?’ is closed to new replies.