- This topic has 3 replies, 3 voices, and was last updated 12 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 › WP eMember Troubleshooting › Display widget on certain pages
Tagged: manual payment
I’m using the Display Widgets plugin (http://wordpress.org/extend/plugins/display-widgets/) that enables you to show/hide widgets on different pages. Unfortunately the options do not show up on the eMember widget so I’m not able to control which pages the emember login appears on. Looking at their FAQs it says “Why aren’t the options showing up on my widget? This is a known limitation. Widgets written in the pre-2.8 format don’t work the same way, and don’t have the hooks. Sorry.”
Is this the case with the eMember widget?
Please do the following:
1. Get a new build of the plugin from here:
https://support.tipsandtricks-hq.com/update-request
2. Go to the widgets menu and add a standard WordPress text widget (not the eMember login widget) to your sidebar
3. Enter the following shortcode in this text widget:
[wp_eMember_login]
4. Now do what you want with this text widget.
I need the cart to only show up on the main homepage. I added a new page called Client are, but the cart is showing there. How can I make the cart NOT appear on certain pages / posts ? Thanks
Don’t add the cart to a section of the site that gets displayed the same on every page (for example: your sidebar). Some themes have sidebars specific to different page(s) of the theme which can come in handy for what you are trying to do.
The other option is to use a plugin similar to widget logic:
http://wordpress.org/extend/plugins/widget-logic/
You can add a WordPress text widget to your sidebar and use eStore’s shopping cart shortcode there. Then make the text widget appear only one certain posts or pages.