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 - 14,296 through 14,310 (of 14,824 total)
← 1 2 3 … 953 954 955 … 987 988 989 →
  • Author
    Posts
  • September 23, 2011 at 6:04 am in reply to: How to integrate first click free from google ? #36899
    admin
    Keymaster

    We will work on it and see what we can come up with.

    September 23, 2011 at 6:02 am in reply to: 404 Error and get_headers Warning #36864
    admin
    Keymaster

    URL file access was disabled on this server so the plugin couldn’t validate the URL using the standard method. Added a more robust validation method in the plugin to go around this issue. I updated your site and it should be working correctly now.

    September 23, 2011 at 5:56 am in reply to: How do I add custom style to custom field #36930
    admin
    Keymaster

    You should be able to target the “wp_emember_Bio” element using CSS and specifying a width and height for it. For example:

    #wp_emember_Bio
    {
    width:300px !important;
    height:200px !important;
    }

    If you updated eMember previously without doing the activation and deactivation then that would have made the database columns to go out of sync and you would observe the behavior you saw (can’t update stuff).

    September 23, 2011 at 1:02 am in reply to: Re Captcha says Image Verification Failed #36882
    admin
    Keymaster

    Looks like some HTML code on this page is broken (most likely there are unclosed paragraph or div tags on this page which is having a cascading effect). Before diving into that lets do the following and see how it goes:

    1. Deactivate and delete the currently installed version of the plugin(s).

    2. Download a fresh build of the plugin(s) from here:

    https://support.tipsandtricks-hq.com/update-request

    3. Upload and activate this version of the plugin(s).

    Let me know how it goes after that.

    September 23, 2011 at 12:58 am in reply to: Shopping cart and customer login #36714
    admin
    Keymaster

    Looks like the CURL setup is not correct on your server. Try one of the other eStore’s download methods. This post will explain more:

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

    September 23, 2011 at 12:56 am in reply to: notifying a third party on demand printer that payment has been made #36925
    admin
    Keymaster

    WP eStore has a feature that allows you to send the payment notification (IPN) to a 3rd party URL or script. Simply use that feature and eStore will forward the IPN to this 3rd party script everytime a payment for a eStore product is completed.

    Check the following:

    WP eStore Settings -> 3rd Party Integration -> POST IPN to a 3rd Party Application

    September 23, 2011 at 12:34 am in reply to: Discount Code Dividing #36924
    admin
    Keymaster

    The total discount amount is applied to all the individual items in the cart because PayPal requires the individual item price. The cart does not submit the total amount to PayPal so just applying a discount to the total does not work. Also, for the post payment verification the plugin checks the value of each individual item against their corresponding prices in the database to detect fraudulent payment notification. This is why eStore distributes the discount amount across all the items in the cart so they can be individually checked in the post payment stage rather than just relying on the total amount which can be faked by experienced hackers. At the end of the day the total discount received by the customer is still the same.

    September 23, 2011 at 12:27 am in reply to: Lightbox Ultimate – Disable showing suggested videos for YouTube video #36766
    admin
    Keymaster

    The prettyphoto and the fancybox libraries do not honor the “?rel=0” tag… only colorbox does. We are working on anther new shortcode that will be more advanced so the user can specify more YouTube video embed related options.

    September 23, 2011 at 12:10 am in reply to: Sending Software Registration Codes – Which Product? #36908
    admin
    Keymaster

    We don’t have any software for this unfortunately. We are working on a “License Management” plugin but it is not ready and won’t be for a while.

    September 23, 2011 at 12:05 am in reply to: registration emails not going to non members #36905
    admin
    Keymaster

    Enable debug and run a test transaction (simulating the scenario of a non-member purchase) then check the debug which will reveal what exactly the plugin is doing and why. This post will help with debug:

    https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do

    September 22, 2011 at 11:48 pm in reply to: Product Subscription #36665
    admin
    Keymaster

    http://www.tipsandtricks-hq.com/wordpress-membership/how-to-configure-a-members-only-download-page-70

    September 22, 2011 at 11:31 pm in reply to: WP eStore – Troubleshooting Autoresponder Signup Not Working #30139
    admin
    Keymaster

    Helpful Autoresponder Troubleshooting Related Posts

    The following posts capture the problem and the solution for various autoresponder signup related issues from other users. Scanning through them might help you find your setup mistake:

    1. MailChimp – https://support.tipsandtricks-hq.com/forums/topic/how-to-integrate-with-mailchimp

    2. MailChimp – https://support.tipsandtricks-hq.com/forums/topic/squeeze-page-and-mailchimp

    3. AWeber – https://support.tipsandtricks-hq.com/forums/topic/estore-new-aweber-integration-option-not-working

    4. GetResponse – https://support.tipsandtricks-hq.com/forums/topic/getresponse-signup-not-working

    September 22, 2011 at 11:22 pm in reply to: Squeeze Form Issues & Subscription to Mail Chimp links not working. #36878
    admin
    Keymaster

    This post will help:

    https://support.tipsandtricks-hq.com/forums/topic/wp-estore-troubleshooting-autoresponder-signup-not-working

    September 22, 2011 at 11:19 pm in reply to: Replace "Price" with "Value" #36877
    admin
    Keymaster

    This post should help:

    https://support.tipsandtricks-hq.com/forums/topic/how-to-customize-various-textmessages-displayed-by-the-plugin

    September 22, 2011 at 7:06 am in reply to: Issues with GoDaddy Servers? #36875
    admin
    Keymaster

    Godaddy’s shared hosting can be a real pain sometimes (I always recommend people to stay away from Godaddy’s hosting.. there are plenty of other good hosting providers out there). Do a bit of googling yourself and you will see what I mean.

    Anyway, the easiest way to figure out what is going on is to run a transaction with debug enabled. This post will explain what to do:

    https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do

  • Author
    Posts
Viewing 15 posts - 14,296 through 14,310 (of 14,824 total)
← 1 2 3 … 953 954 955 … 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