Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration
You are here: Home

admin

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 14,824 total)
← 1 2 3 4 5 … 987 988 989 →
  • Author
    Posts
  • October 9, 2021 at 4:19 pm in reply to: Free trial not working on products and no email for new registrations on members #83788
    admin
    Keymaster

    How did you setup the free trial with a product? Is it using a product created using any of our following e-commerce related plugins?

    WP eStore – https://www.tipsandtricks-hq.com/wordpress-estore-plugin-complete-solution-to-sell-digital-products-from-your-wordpress-blog-securely-1059

    Stripe Payments – https://wordpress.org/plugins/stripe-payments/

    WP Express Checkout – https://wordpress.org/plugins/wp-express-checkout/

    October 9, 2021 at 3:57 pm in reply to: eMember – free registration email confirmation NOT sent #83785
    admin
    Keymaster

    The plugin definitely executed the email sending code as you can see in the following line of the debug log file

    [10/08/2021 10:18 PM] – SUCCESS :Sending registration completion email for free registration with confirmation to: jpcardell@gmail.com

    So something else is blocking that particular email from getting delivered. I have no idea what that is unfortunately. I have sent you an email for this.

    The other email you are referring to is a standard email sent by core WordPress. That email is not sent by emember. You are using the WP user integration so that email is just a reset of the user password using the WP User system.

    • This reply was modified 3 years, 8 months ago by admin.
    October 8, 2021 at 4:44 pm in reply to: eMember – free registration email confirmation NOT sent #83780
    admin
    Keymaster

    The email delivery depends on your mail server. So when you are having this kind of email issue, the only proper solution is to use SMTP to send the emails from your server. It’s the only way you can improve the email delivery issue. You can use the SMTP plugin to configure SMTP for your site. See the following post for more explanation:

    Not Receiving Emails Even Though The Plugin Sent The Email

    Your hosting provider can give you the SMTP details required to configure the SMTP settings of the SMTP plugin. After you configure SMTP on your site, test the email process.

    October 6, 2021 at 4:55 pm in reply to: Site Breaks after updating to WP emember v10.40 #83770
    admin
    Keymaster

    Thank you for pointing this out. The new little feature we added to the “self account delete” option was causing the issue. We have fixed it. Please load a new copy now and this should be resolved.

    Re-install or Load a Fresh Copy of the Plugin(s)

    October 3, 2021 at 4:58 pm in reply to: Hide from one member level #83751
    admin
    Keymaster

    I think the not_for and the do_not_show_restricted_msg parameters should be able to achieve what you are after.

    If you fully read the following partial protection feature, you will see how to use the “not_for” and “do_not_show_restricted_msg” parameters in that shortcode which hides the protected section also:

    How to Protect a Section of a Post or Page (Partial Protection)

    The following is an example usage of the shortcode that will hide the content from level 1 users:

    
    [emember_protected not_for="1" do_not_show_restricted_msg="1"]
    Whatever content goes here is NOT visible to members of membership level 1. All the other members can see this content.
    [/emember_protected]
    
    October 3, 2021 at 4:54 pm in reply to: email notification of new members not working #83750
    admin
    Keymaster

    Do you have the debug logging feature enabled as requested earlier?

    The issue most likely going to be related to the following. The debug logging feature will confirm it:

    Not Receiving Emails Even Though The Plugin Sent The Email

    October 1, 2021 at 6:29 pm in reply to: Redirection after member clicks “Delete Account”? #83745
    admin
    Keymaster

    Valid point. I have added a redirection in that feature to send to a URL that shows a success message to the user after he/she deletes the user account.

    If you want to try the new change I just made, you can load new copy of the plugin by doing the following:

    Re-install or Load a Fresh Copy of the Plugin(s)

    September 30, 2021 at 7:24 pm in reply to: Wrong shipping cost passed to PayPal #83742
    admin
    Keymaster

    PayPal changes those interface on a regular basis so the interface shown on a screenshot or video will go outdated very quickly. The PayPal profile based shipping is something you can find in your PayPal account. You just have to click around and browse for it.

    It’s usually under the following URL:
    https://www.paypal.com/businessmanage/account/shipping

    Try clicking on “Account Settings” then go to the “SOLUTIONS & SERVICES” section and you should see the “Shipping” option there.

    I can see it in the following interface in our PayPal business account:
    https://www.paypal.com/cgi-bin/customerprofileweb?cmd=_profile-shipping

    September 30, 2021 at 7:18 pm in reply to: Redirection after member clicks “Delete Account”? #83741
    admin
    Keymaster

    For the stripe subscription, are you using our Stripe payments plugin by any chance?

    Accept Stripe Payments

    That plugin has a more advanced option for self-cancellation of subscriptions.

    Canceling a Stripe Subscription

    So the whole process will be automatic and they don’t need to contact you. You can just create a information page explaining how the process works (just to let me know how it works and why they can do to cancel).

    September 28, 2021 at 6:24 pm in reply to: coupon code error #83729
    admin
    Keymaster

    Go to the coupons menu and edit the coupon in question. Check the values of the following fields for that coupon code:

    – Redemption Limit
    – Redemption Count

    Adjust them to make sure the limit is higher than the count.

    If you are not sure what those fields do, keep the field empty which will make it unlimited.

    September 28, 2021 at 6:21 pm in reply to: email notification of new members not working #83728
    admin
    Keymaster

    Is this after a payment for membership? Or is this a free membership registration?

    Make sure to enable the debug logging feature in the emember plugin which will show if our plugin is executing the email sending code or not.

    September 28, 2021 at 6:19 pm in reply to: Wrong shipping cost passed to PayPal #83727
    admin
    Keymaster

    Do you have paypal profile based shipping enabled in the paypal account? That can override the shipping values sent by the plugin.

    I check the cart on your site and it is certainly sending a shipping value of 5.00 (when you click the checkout button). Then paypal is overriding that value to 1.95 which is an indication that you have profile based shipping that is coming into effect.

    September 27, 2021 at 1:53 am in reply to: Customize eMember_protected_message class #83710
    admin
    Keymaster

    Please post the URL of the page where you have that message so I can inspect it using my browser (I won’t be able to see what is affecting things from the screenshot). Then I should be able to give the required CSS tweaks to add some margin and border to it.

    September 27, 2021 at 1:52 am in reply to: Oh boy – added comment plugin, now everything is gone! #83709
    admin
    Keymaster

    Hi, Nothing has changed in our simple cart plugin recently. So I am not sure what this is. What comment plugin are you talking about?

    Have you done the following test?

    Test to (How to) Identify a Conflicting Theme or Plugin

    September 23, 2021 at 4:45 pm in reply to: Problem accessing multiple membership levels #83705
    admin
    Keymaster

    Edit the member record in question. Then check the “Start date” for each for the additional levels that you have assigned to that profile. Did you set a start date value for those? If there is no start date value set for one of the membership levels (in the profile), it won’t know if the access is still valid or not. So it will be on the side or caution and won’t show any content.

    Since you are manually editing records, it is a good idea to read the following posts so you have an idea of how the access expiry and stuff is calculated:

    Manually Activating Expired Members Account

    How to Add a Membership Level in WP eMember

  • Author
    Posts
Viewing 15 posts - 46 through 60 (of 14,824 total)
← 1 2 3 4 5 … 987 988 989 →

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ