Tagged: vertical menu
-
AuthorPosts
-
December 24, 2013 at 5:18 am #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.htmlAny ideas? Thank.
December 24, 2013 at 5:50 am #203458Hey 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,
DevinDecember 24, 2013 at 6:09 am #203460Hi 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.
December 25, 2013 at 4:26 pm #203601Hi!
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,
PeterJanuary 2, 2014 at 10:34 pm #204707Thanks, Dude! Happy New Year!
I’ll give it a shot. I appreciate the snippet.
January 3, 2014 at 5:44 am #204889Hopefully it works out for you. If all it takes is outputing the shortcode then that is the best chance of working.
January 8, 2014 at 11:59 am #206768Hi,
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?
- This reply was modified 10 years, 10 months ago by apower84. Reason: update
January 8, 2014 at 12:11 pm #206772Hey!
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,
PeterJanuary 8, 2014 at 12:16 pm #206776Hi 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. -
AuthorPosts
- The topic ‘Use Sky Menu with Enfold?’ is closed to new replies.