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 - 376 through 390 (of 14,824 total)
← 1 2 3 … 25 26 27 … 987 988 989 →
  • Author
    Posts
  • August 19, 2020 at 11:54 pm in reply to: 503 error on /affiliate-portal/ – new install #80882
    admin
    Keymaster

    You need to show that 503 error to your hosting provider. That URL seem to be triggering a rule on that server which is treating it as a “maintenance activity”. You hosting provider should be able to solve that. Then when you can see your WordPress page by going to that URL, we can check if there is any particular issue from the plugin’s side.

    August 18, 2020 at 1:29 am in reply to: My Account Change Password *fields do not match #80874
    admin
    Keymaster

    I will take a look at your site. I have sent you an email for it.

    August 17, 2020 at 12:10 am in reply to: Advanced Variations not working after update #80871
    admin
    Keymaster

    I am going to look inside the site. I have sent you an email for it.

    August 16, 2020 at 1:09 am in reply to: Expired & Not logged in user levels with PHP code #80859
    admin
    Keymaster

    Your script has some coding error somewhere (not necessarily on the line it is complaining about). Some of these PHP errors are a little bit cryptic if you are not a PHP developer. I thought you are a PHP coder.

    It will need to debugged to see where things are going wrong. This is beyond the scope of this forum. You will need to use the following option for customization like this:

    https://support.tipsandtricks-hq.com/need-custom-work-done

    August 16, 2020 at 1:04 am in reply to: Advanced Variations not working after update #80869
    admin
    Keymaster

    Did you empty your browser cache to make sure it is loading the NEW javascript file? Empty the cache and force refresh the page to make sure it is re-loading the new file of the addon.

    August 15, 2020 at 2:57 am in reply to: Advanced Variations not working after update #80867
    admin
    Keymaster

    Tahnk you. I have applied a fix for the advanced variations addon. Please download a new copy of this addon from the downloads page and use it:

    https://support.tipsandtricks-hq.com/forums/download-addons.php

    August 15, 2020 at 12:39 am in reply to: Expired & Not logged in user levels with PHP code #80857
    admin
    Keymaster

    Check that a user is logged-in before calling that “emember_check_all_subscriptions_expired()” function.

    So try something like the following:

    <?php
    if ( wp_emember_is_member_logged_in() )
    {
    //We have a logged-in user. So now we can check if his account is expired or not.
    if ( emember_check_all_subscriptions_expired() ) {
    //The user is logged-in but account has expired.
    //Show a message to them.
    }
    }
    ?>

    August 12, 2020 at 2:27 am in reply to: Expired & Not logged in user levels with PHP code #80855
    admin
    Keymaster

    Below is an example of what you can use to show something to “non-logged” visitors:

    <?php if(!wp_emember_is_member_logged_in()) { ?>
    //Place your content that is shown to visitors who are not logged-in
    <?php } ?>

    To show a message to users who are logged-in but membership expired, you can use the following:

    <?php
    if (emember_check_all_subscriptions_expired()) {
    //The user is logged-in but account has expired.
    //Show a message to them.
    }
    ?>

    The following page has some useful function references:

    https://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248

    August 8, 2020 at 12:41 am in reply to: eMember – Clickbank IPN error #80844
    admin
    Keymaster

    I don’t think clickbank allows you to a full checkout that sends a proper IPN with the “demo” option. Clickbank doesn’t have a fully function “sandbox” like PayPal or Stripe has. Something to keep in mind when testing with Clickbank.

    Which IPN notification version of Clickbank did you set for that? Are you using version 6.0?

    August 7, 2020 at 4:57 am in reply to: WP eMembers issues with auto subscribing to MailPoet list #80833
    admin
    Keymaster

    I will take a look at your site to what I can find. I have sent you an email for it.

    August 6, 2020 at 2:23 am in reply to: WP eMembers issues with auto subscribing to MailPoet list #80831
    admin
    Keymaster

    Thank you. Lets try to find why that error is happening. Have you specified any custom field requirement for this particular MailPoet list? That will cause an error since our plugin will only submit email and name value.

    Also, edit the membership level one more time and verify that the “Autoresponder List” field contains the correct MailPoet List ID value.

    August 5, 2020 at 3:06 am in reply to: WP eStore – Buyer not receiving email after purchasing digital product #79455
    admin
    Keymaster

    As always, email issues are completely external to our plugin. It’s an issue with your mail server of the hosting. You need to ask your hosting provider as to why the email are not getting sent our from the mail server correctly (or why it is not getting delivered).

    August 5, 2020 at 3:04 am in reply to: eStore – Remove "," as thousand separator #80823
    admin
    Keymaster

    I have updated the WP eStore plugin so it can accept the “space” character as the value of the thousand separator field. Please load a fresh new copy of the eStore plugin now to get this new change:

    https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins

    August 5, 2020 at 2:37 am in reply to: WP eMembers issues with auto subscribing to MailPoet list #80829
    admin
    Keymaster

    Enable the debug option in the eMember settings menu. Then do another test. Share log file’s entries related to the autoresponder signup. Lets see if there is any errors there.

    August 5, 2020 at 2:32 am in reply to: Simple Cart not redirecting to PayPal using Safari on iPhone #80826
    admin
    Keymaster

    I have tested the simple cart plugin with the customer input addon on an iphone using safari and that works fine. So this is an issue specific to your site. Somewhere there is a conflict.

    Just to be sure, load a fresh new copy of the customer input addon and make sure the simple cart plugin is updated to latest:

    https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins

    Next, turn off that “Open PayPal Checkout Page in a New Tab” option in the settings of the Simple Cart plugin (to make sure safari is not stopping the new window opening).

    Empty any caching and then do a test. Do you see any difference?

  • Author
    Posts
Viewing 15 posts - 376 through 390 (of 14,824 total)
← 1 2 3 … 25 26 27 … 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