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 - 76 through 90 (of 145 total)
← 1 2 3 … 5 6 7 8 9 10 →
  • Author
    Posts
  • August 31, 2022 at 7:44 pm in reply to: erorr with new users #84552
    admin
    Keymaster

    Hi, We sent you an email reply to your question on this topic. Please reply to that so we have an idea of what is causing the critical server error on your site.

    August 21, 2022 at 9:56 pm in reply to: WP eStore Customer Input Addon NOT working #84532
    admin
    Keymaster

    1) Do the following to make sure the plugin is receiving the payment notification from PayPal after a transaction (this has been mentioned by @wzp already):

    How and When to Enable Debug and What does it do?

    2) There is a chance that the IPN feature in your PayPal account is disabled so your PayPal account is not sending payment notifications to our plugin. The following post has info on how to check and keep the IPN feature enabled in your PayPal account:

    How to Setup PayPal IPN Notification

    August 16, 2022 at 9:30 pm in reply to: Affiliate Portal not working #84519
    admin
    Keymaster

    Cloudlfare should be fine (we use it on our site also and the affiliate plugin works fine).

    At the moment, the behavior of your site looks like the PHP session is not working correctly. It is not persistently holding the value. On a new page load (after the login), the PHP session is dropping the value.

    This could be an issue with the server’s PHP session configuration or another plugin could be breaking the PHP session functionality. First, do the following to make sure another plugin or theme is not breaking the PHP session on this site:

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

    August 16, 2022 at 12:37 am in reply to: Affiliate Portal not working #84517
    admin
    Keymaster

    I created a test affiliate account on your site with the following username:

    
    tipstest
    

    Please approve that account and let me know. I will use it to log into the portal to see if that works for me or not.

    Side Note: Private browsing is not going to work since affiliate systems need to use cookies. So don’t test with private browsing.

    August 1, 2022 at 10:23 pm in reply to: Buyer email not arriving – all others work OK #84498
    admin
    Keymaster

    That particular buyer email body likely has some text or links that the mail server is not liking. Go to the “Email Settings” menu of the plugin and look at the notification email settings fields. Does the email body contain too any links/URLs? Are you using the default email subject or it has been customized?

    What happens if you temporarily replace the email body content with a simple email (with just some plain text messages)?

    You can also use the contact form on our site to get in touch. Then I will be able to request you for screenshot of the Email Settings menu.

    July 13, 2022 at 11:18 pm in reply to: single payment reveals all videos on pay per view with multiple videos #84486
    admin
    Keymaster

    The user’s have to purchase every page/URL. It’s based on the URL. The URL of the pages containing the content is different. Are you creating multiple products and using the SAME URL/page for them?

    Here is how the pay per view feature setup works (in summary)

    1) You create a WordPress post or page.
    2) You put your content in that page and wrap the content with the shortcode.
    3) Take the URL of that page and configure a WP eStore product for it. When a customer purchase this eStore product, he is buying this URL’s pay per view content.

    When you want to have a 2nd product, you do the above steps with a NEW page.

    When you say it reveals other videos, where are these other videos located? All in the same page or in different pages?

    Also note that when you use the link, the access will be valid for some time. So if you have clicked on a Bunch of different links from different products then all of those will be open for you.

    June 7, 2022 at 9:13 pm in reply to: Display admin note #84443
    admin
    Keymaster

    This one is not trivial, it will require a lot of code changes. You can look in the addon’s code and make any modification you want to make.

    If you want us to do the code changes to create a custom version for your site, you can use the following option:

    Need Custom Work Done?

    June 7, 2022 at 8:54 pm in reply to: eStore Product Categorization not being passed to PayPal #84442
    admin
    Keymaster

    Yes, PayPal has a character limit on the item name so that will create this issue. It’s best to put those additional details in the description field. Your refund policy is usually handled using the terms and conditions on your website. You can enable the terms feature so a customer has to agree tot he terms before checking out.

    May 31, 2022 at 10:40 pm in reply to: Letter, number, underscore or email allowed #84434
    admin
    Keymaster

    Turned out to be an issue with an invalid character input (containing some formatting code from the copy and paste operation perhaps).

    May 28, 2022 at 2:00 am in reply to: Download Folder Protection Login Form Blocked by Browser #84424
    admin
    Keymaster

    I have just verified that the folder protection login prompt is working fine on all the major browsers (Chrome, Firefox, IE etc). So there is something affecting things that is specific to this site or the browser settings of the computer in question.

    One thing to note is that the download folder protection has a login popup that comes from the htaccess protection of the server. So that login window is actually different than the emember’s standard login page. emember doesn’t do any login popup (it is a standard wordpress page). The download folder protection has a login popup since that is triggered by the webserver’s folder protection rule. So that one can be affected by a browser’s popup blocker or other extensions installed in the browser.

    Incognito mode may not work also since incognito mode may not accept any login cookies.

    Did you try this on your site with the latest version of Google chrome without any extensions being active? So you can see if there is any particular extension that is affecting this.

    May 28, 2022 at 1:35 am in reply to: Error with compression technique – File pdf problem ? #84423
    admin
    Keymaster

    Hi, I have sent you an email for it.

    May 20, 2022 at 12:28 am in reply to: Letter, number, underscore or email allowed #84404
    admin
    Keymaster

    Sure. I have sent you an email so you can reply to it.

    May 20, 2022 at 12:26 am in reply to: E-Book test purchase does not send out email for download #84403
    admin
    Keymaster

    Enable the debug logging feature so we can see if our plugin’s standard processing is happening and if the email sending code is getting executed:

    How and When to Enable Debug and What does it do?

    When you said, you received email, you maybe referring to the standard PayPal email that comes from PayPal’s server which should work. Our plugin will send the email (containing the download link) from your server which can get blocked. The following post has info on this:

    Not Receiving Emails Even Though The Plugin Sent The Email

    May 18, 2022 at 11:00 pm in reply to: Failed to communicate with the license server #84394
    admin
    Keymaster

    1) Ioncube is not needed at all anymore. So that shouldn’t be a consideration.
    2) The license activation requires the cURL PHP library which is normally present on most servers. On this site it may not be present so it’s causing an error.

    I will send you an email to manually check it.

    May 18, 2022 at 10:57 pm in reply to: Letter, number, underscore or email allowed #84393
    admin
    Keymaster

    Can you temporarily enable the free membership and then post the URL of the registration page so we can inspect if there are any JavaScript errors on this page (coming from another plugin). That can prevent our plugins JavaScript from working correctly.

  • Author
    Posts
Viewing 15 posts - 76 through 90 (of 145 total)
← 1 2 3 … 5 6 7 8 9 10 →

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 © 2026 | Tips and Tricks HQ