Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Ramzii

    (@ramzii)

    Its not possible, contacted the creator.

    Best way to achieve this is by creating a custom widget area in (in my case) the header area.

    And placing the mega-menu widget inside that area.
    Quite easy.

    Hi,

    Can you please share how you managed to do this.

    Cheers!

    Thread Starter Ramzii

    (@ramzii)

    Sure, try this on for size:

    http://wordpress.org/support/topic/how-to-create-new-widget-area?replies=5

    After that, you need to use the php shortcode for wordpress, something like this:

    <?php /* Widgetized sidebar */
    if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Navigatie MEGAMENU') ) : ?>
    <?php endif; ?>

    thanks,

    I also found a plugin which does the most of the job.
    http://wordpress.org/extend/plugins/custom-widget-area/

    then you just put the if code where you want…

    Did you try to make it static?
    I mean that when I scroll down I would like to have this widget area/menu all the time on top of the page… I’ve seen this on several sites…

    Cheers,
    Mike

    Thread Starter Ramzii

    (@ramzii)

    Not a problem, glad it worked out for you.

    No didnt try that, I know what you mean though.
    Css -> position:fixed

    It has some cool jquery possibilities, never tried them with wordpress though.

    Will check out..

    thanks again!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: JQuery Mega Menu Widget] how to add custom php shortcode to header.php’ is closed to new replies.