Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #203452

    Hi,

    I would like to use either the WordPress or regular version of Sky Menu on Codecanyon.net : http://codecanyon.net/item/sky-mega-menu-for-wordpress/6168573

    The integration instructions are here: http://carvalhorealestate.com/documenation which explains how to integrate into a WP theme with a shortcode. It doesn’t work in Enfold.

    I would like to integrate either the standard version or the WP version into Enfold. I’ve tried the shortcode, and I’ve tried the html version in both pages and widgets, but to no avail. I would like to use either the right or fixed right menus.
    http://smm.ev.webaboard.com/sky-mega-menu/examples/pos-right.html
    http://smm.ev.webaboard.com/sky-mega-menu/examples/pos-right-fixed.html

    Any ideas? Thank.

    #203458

    Hey mcarv63!

    The documentation link you posted goes to a 404. I’m not familiar with the plugin so I can’t really give any kind of definitive answer.

    If the shortcode isn’t working then my guess would be there is a conflict with the plugin and it getting output in wherever you are trying to add it (sidebar, regular page etc) or perhaps with the plugin and the theme.

    Your best route for support would be to start with the plugin author to make sure the setup is correct and then if they have any specific guidance on where a conflict could be happening we can assist from there.

    Best regards,
    Devin

    #203460

    Hi Devin,

    Sorry for the fat finger. Here is the correct link: http://carvalhorealestate.com/documentation/

    Here is what the developer says to do to integrate:

    Integration
    Download the zipped pack from codecanyon and extract to a folder on your computer.
    Find the file called To be uploaded.zip and upload it here: http://mywebsite.com/wp-admin/plugin-install.php?tab=upload
    Add the following code to your template’s header.php, right beneath the <body> tag.
    <?php
    echo do_shortcode(“[sky-mega-menu]”);
    ?>
    If you want to add it to one page only, add shortcode
    [sky-mega-menu]
    to the page you want.

    Thx.

    #203601

    Hi!

    Open up header.php and replace

    
                                echo "<nav class='main_menu' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
                                    $avia_theme_location = 'avia';
                                    $avia_menu_class = $avia_theme_location . '-menu';
                                    $args = array(
                                        'theme_location'	=> $avia_theme_location,
                                        'menu_id' 			=> $avia_menu_class,
                                        'container_class'	=> $avia_menu_class,
                                        'fallback_cb' 		=> 'avia_fallback_menu',
                                        'walker' 			=> new avia_responsive_mega_menu()
                                    );
    
                                    wp_nav_menu($args);
                                echo '</nav>';
    

    with

    
    echo do_shortcode('[sky-mega-menu]');
    

    I’m not sure if the menu will work with Enfold but it’s worth a try. Probably you need to make some css code,etc. changes too.

    Best regards,
    Peter

    #204707

    Thanks, Dude! Happy New Year!

    I’ll give it a shot. I appreciate the snippet.

    #204889

    Hopefully it works out for you. If all it takes is outputing the shortcode then that is the best chance of working.

    #206768

    Hi,

    Has anyone got a solution to add sky menu to Enfold? I tried to do the solution the Dude provided i can see that something is activated. Maby its just some css that needs to be done?

    http://clustret.sokonline.se/

    • This reply was modified 10 years, 3 months ago by apower84. Reason: update
    #206772

    Hey!

    If you need help with the integration I suggest to hire a freelancer here: http://www.microlancer.com/ or here: http://kriesi.at/contact/customization because it’s something which is beyond the scope of our support forum.

    Regards,
    Peter

    #206776

    Hi Dude,

    Got it to work thank you for the code snippet Dude!
    Not perfect it still need some css to make it pretty and the plugin seams a bit buggy but i will turn the pluigin author for support.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Use Sky Menu with Enfold?’ is closed to new replies.