- This topic has 4 replies, 2 voices, and was last updated 12 years, 10 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › Displaying registration form in widgetized footer
Tagged: footer, registration, sidebar, widget, widgetized
Is there a way to display the registration form in a widgetized footer? I tried inserting the shortcode “[wp_eMember_registration]” in a text widget in my widgetized footer, and it literally just displayed that shortcode, not the form itself. Rather than showing a link and directing people to a registration page, I’d like to have the form appear right in the footer. Thanks for any tips!
You should be able to use the shortcode in your widget. What version of eMember do you have? What version of WordPress are you using?
I’m running WP 3.3.1 and using the Genesis framework 1.7.1, and WPeMember appears to be 7.3.6.
Can you please add the following line of code at the bottom of the “wp_eMember1.php” file:
add_filter('widget_text', 'do_shortcode');
Let me know how it goes after that.
Adding that code that you suggested worked. Thanks! Sorry to take so long to get back to you about this.