Viewing 1 replies (of 1 total)
  • You could paste that code in a sidebar text widget. But to make the contact form shortcode get transformed to an actual form, you need to do one more thing:

    Open your themes function.php and add this simple code snippet somewhere at the bottom before the closing ?> tag or if that is not there, then just put this on some new lines after the last one:

    /* allow shortcodes in text widgets to be processed */
    if (!is_admin())
    	add_filter('widget_text', 'do_shortcode', 11);
Viewing 1 replies (of 1 total)

The topic ‘Fancy Box in header/footer problem’ is closed to new replies.