Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi e-Ditora,

    You can tick the “Use Shortcode” option in the Responsive Menu admin area and then put the shortcode “[responsive-menu]” inside your widget.

    You will also need to create a filter inside your themes function.php file that will allow shortcodes in widgets, the following should work:

    add_filter( 'widget_text', 'do_shortcode' );

    Any questions let me know.

    Peter

    Thread Starter e-ditora

    (@e-ditora)

    Thanks for your answer.
    I’d tried this using a shorcode widget plugin and did not work well. I’ll try this hook in function file, maybe run in a diferent way.
    I’ll post the results here soon.

    Ok editora,

    Perfect, please keep me updated… Please note you will probably need to make a few CSS overwrites in your themes styles.css file to get it working exactly as you want.

    Peter

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Widget Area’ is closed to new replies.