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 - 916 through 930 (of 14,824 total)
← 1 2 3 … 61 62 63 … 987 988 989 →
  • Author
    Posts
  • June 5, 2019 at 12:49 pm in reply to: Request for Convertkit integration – Ppppplease #74614
    admin
    Keymaster

    Hi :)

    What you have mentioned about the sequence is correct. Regarding the tag option, eStore’s convertkit addon doesn’t have the tagging option for the product at the moment. I will look at adding the tag support to the eStore’s convertkit addon soon.

    June 4, 2019 at 6:19 am in reply to: Member Signup Scenario 3 Extended with WP eStore Redirect back to checkout #79580
    admin
    Keymaster

    For an existing paid member, why do you want to redirect them to the checkout page when they login? They will first log in, then browse to the page where the payment button is and do the purchase. Since they are already a member, they can do the purchase without going through the same process a NEW member has to go through.

    You can add a link to their dashboard page that points to the page with the payment buttons. So they can easily to to the payment page from the dashboard page.

    You can also create special links to the login page that overrides the redirect when clicked on that particular link. See the following two sections from the following page:

    1) Create a Custom Link to the Login Page to Redirect to a URL

    2) Create a Custom Link to Override the Login Redirection

    Automatically Redirect Your Members to a Page After They Login

    From your question, I feel like you are saying that sometimes the plugin should magically redirect a paid member to the payment page but sometimes they should be redirected to the dashboard page. That will be a problem. The intention of the redirection (when it will be redirected where), needs to be differentiated and handled using messages and guides that you put on your site.

    You can have a separate payments page that you create for existing members only. So you can have a different set of instructions for them to follow. Then on your landing page, you can put a message that says something like:

    #New users should follow this …

    #Existing paying members should following this …

    June 3, 2019 at 7:50 am in reply to: Member Signup Scenario 3 Extended with WP eStore Redirect back to checkout #79578
    admin
    Keymaster

    The first thing that needs to be clear is the “after login redirection”.

    Automatically Redirect Your Members to a Page After They Login

    For each of your membership levels you need to have an “after login redirection” page. This will ensure that ONLY users who are a membership level that needs to buy something is getting redirected to the checkout page.

    Other members who will be on a different level (meaning they are already a paying member) will have a different after login page. So when they log in, they won’t go to the checkout page.

    So my question is, do you have a different after login page setup for each of your membership levels?

    June 3, 2019 at 4:03 am in reply to: eStore – can't download the file after receiving the link #79537
    admin
    Keymaster

    Glad to hear that.

    May 30, 2019 at 9:35 am in reply to: Bitly after purchase link leads to page with non-sensical code #79577
    admin
    Keymaster

    Test the download without the link shortener option just to isolate if the issue is coming from there.

    Also, try the different download methods to see if one of those can handle this better on your site. Please see the following post:

    https://support.tipsandtricks-hq.com/forums/topic/wp-estore-download-methods

    Try the different methods to see what kind of result you get.

    May 30, 2019 at 9:32 am in reply to: Ads area not working for affiliates #79565
    admin
    Keymaster

    There is some kind of a lightbox layer coming from another plugin or theme that is causing this.

    Can you please do this test to see if there is a plugin that the lightbox layer is coming from?

    https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin

    May 29, 2019 at 6:07 am in reply to: Disabled Google Recaptcha from WP E-member. Still asking for recaptcha #79575
    admin
    Keymaster

    The error message you shared doesn’t seem to be present in the WP eMember plugin (I just did a search for that message). It could be coming from another plugin.

    Can you please do the following test to confirm:

    https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin

    May 29, 2019 at 6:04 am in reply to: How to trigger a custom process when a user is moved of Membership level #79573
    admin
    Keymaster

    We have an action hook that gets triggered when a member’s membership level gets changed.

    The name of the action hook is: emember_membership_changed

    Below is an example of how to use this action hook:

    add_action(’emember_membership_changed’,’my_custom_tasks_for_level_change’);

    function my_custom_tasks_for_level_change($args){

    $member_id = $args;

    $old_level = $args;

    $new_level = $args;

    //TOOD – do something here

    }

    Are you a developer who is a little bit familiar with WordPress plugin development?

    May 29, 2019 at 5:08 am in reply to: eMember – API does not update membership start date #78873
    admin
    Keymaster

    Thank you. I have just added that code a week or so ago. So this should be taken care of.

    May 29, 2019 at 5:08 am in reply to: eMember – API does not update membership start date #78872
    admin
    Keymaster

    Thank you. I have just added that code a week or so ago. So this should be taken care of.

    May 28, 2019 at 6:31 am in reply to: eMember – API does not update membership start date #78870
    admin
    Keymaster

    Thank you. Can you please check if the following block of code exists in the update.php file in your version of eMember?

    //Update the account subscription start date if applicable

    if (!empty($subs_start_date)){

    emember_update_subsc_start_date($member_id, $subs_start_date);

    }

    May 28, 2019 at 6:28 am in reply to: Ads area not working for affiliates #79562
    admin
    Keymaster

    Can you please share the test user login details so I can log in using my browser and inspect the page? Maybe there are some JavaScript conflicts on the page.

    May 28, 2019 at 6:25 am in reply to: eStore – Encrypted Download Links Not Working with Mobile Devices #79558
    admin
    Keymaster

    Lets try the different download methods to see if one of those can handle this task better on your site. Please see the following post:

    https://support.tipsandtricks-hq.com/forums/topic/wp-estore-download-methods

    Try the different methods and test on a mobile devices to see what kind of result you get.

    May 28, 2019 at 6:23 am in reply to: Login and register tweaks with Ajax #79560
    admin
    Keymaster

    If you are using the following option, Then you can use the standard WordPress login for your users on the site (So you can use anything that handles the standard WP User login):

    https://www.tipsandtricks-hq.com/wordpress-membership/using-emember-with-another-plugin-that-uses-the-wordpress-user-roles-350

    May 26, 2019 at 5:04 am in reply to: eStore – Encrypted Download Links Not Working with Mobile Devices #79555
    admin
    Keymaster

    Is it mostly android or ios devices that are having the issue? What is the extension of the file that you are giving to the users?

  • Author
    Posts
Viewing 15 posts - 916 through 930 (of 14,824 total)
← 1 2 3 … 61 62 63 … 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