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

Peter

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

Forum Replies Created

Viewing 15 posts - 2,821 through 2,835 (of 3,409 total)
← 1 2 3 … 188 189 190 … 226 227 228 →
  • Author
    Posts
  • March 23, 2012 at 10:50 pm in reply to: Error when checking out in Chrome: "(5) A valid amount is required." #43341
    Peter
    Member

    Hi,

    I’ve just done a test with Chrome and cannot see a problem.

    March 23, 2012 at 10:48 pm in reply to: e-member widget doesn't work on my PC #43340
    Peter
    Member

    Hi,

    It’s pretty difficult for us to help you if you’re not more specific about the problem.

    You mention “An error message is displayed ONLY for PC users”. What is the error message?

    Is it occurring for the same type of browser and if so which one?

    How is your site setup? eMember plugin with PayPal button?

    Which instructions did you you use?

    Can you provide a link to the problematic page/site?

    March 23, 2012 at 7:08 am in reply to: Thank you page not giving encrypted links! Lots of troubleshooting already. #43312
    Peter
    Member

    I have to ask the simple questions first :)

    Did you place the [wp_eStore_transaction_result:end] shortcode on the thank you page

    AND,

    did you enable the “Enable Transaction Result Display” in the settings (Post Payment Process Settings) menu of WP eStore?

    I’ve looked at your ipn_handle_debug.log file and it looks ok.

    Also which version of eStore have you currently got?

    Additionally please see link below which gives you a checklist of what you should be aware of when testing eStore.

    NOTE: by using PayPal sandbox you won’t receive emails as a buyer (explained in link below)

    https://support.tipsandtricks-hq.com/forums/topic/plugin-testing-checklist-setup-preparation-for-testing

    March 22, 2012 at 11:51 pm in reply to: Affiliates being logged in as other user #43297
    Peter
    Member

    Hi,

    Are you using a caching plugin?

    If so can you please try deleting the cache then deactivating the caching plugin to see if the problem persists?

    March 22, 2012 at 11:48 pm in reply to: WP eMember newbie question – update profile #43287
    Peter
    Member

    Hi,

    In your eMember Settings go to “Pages/Forms Settings” and then look for the field called “Member Profile Edit Page (Optional)”.

    The instructions underneath the field will be self explanatory about what you need to do.

    March 22, 2012 at 11:42 pm in reply to: Which ipn.php document should we refer paypal to? #43284
    Peter
    Member

    Hi Hanuman,

    How did you set up your product/Membership? Which instructions did you follow?

    You mention “download links” – does that mean you are selling downloadable content as part of your product?

    The best way for us to determine what is happening is to examine the debug logs.

    Can you please enable debug for eStore and then share the contents of ipn_handle_debug.log.

    See this link for how to enable debug:

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

    March 22, 2012 at 11:34 pm in reply to: Buy now button in paypal: no registration email sent #43295
    Peter
    Member

    Hi,

    When you use PayPal sandbox for testing you won’t see any emails due to the reasons outlined here:

    https://support.tipsandtricks-hq.com/forums/topic/plugin-testing-checklist-setup-preparation-for-testing

    March 22, 2012 at 11:31 pm in reply to: Automatic Login After Registration #29016
    Peter
    Member

    The checkbox setting is in the eMember settings page just after the “Enable After login Redirection:” checkobx.

    You probably need to update to the latest version by following the instructions here if you cannot see it:

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

    March 22, 2012 at 11:24 pm in reply to: eMember – Membership Level > Manage Content Protection not showing any content #43294
    Peter
    Member

    Hi,

    As a first step can you please download the latest build of the eMember plugin because you have a slightly old version and then we’ll take it from there.

    Just follow the instructions on the following page:

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

    March 22, 2012 at 10:40 am in reply to: How to delete product id? #43270
    Peter
    Member

    Hi,

    This is normal behaviour and is happening because the product ID field in the database is set to “AUTO_INCREMENT”.

    This should have no negative effect on any new products you create.

    Why do you want to reset this value?

    Resetting it can be achieved by dropping the table using phpMyAdmin but I wouldn’t recommend jumping in and doing it since this can get tricky because the table which contains the product ID will most probably be referenced by other tables.

    March 22, 2012 at 3:43 am in reply to: eMember – How to disable signup (Join Us) #43249
    Peter
    Member

    Another possibility is just to use CSS tweak to hide the join us link. See the following post:

    https://support.tipsandtricks-hq.com/forums/topic/remove-join-us-link-from-emember-widget

    March 22, 2012 at 12:15 am in reply to: Change the default cart icon & other styling #43265
    Peter
    Member

    Hi,

    The following links may help you:

    empty cart image – options?

    Resizing image for Shopping Cart or using a different image

    Also regarding the alignment of your cart and headings etc – you will have to play around with the CSS in firebug to find a fit which best suits you. When you’ve finally figured out the code which works, you should then place it in the wp_eStore_custom_style.css file.

    For instance after a few minutes playing with firebug I already found that this code moves the cart image and first text line side by side:

    .shopping_cart {

    text-align: left !important;

    }

    .shopping_cart input {

    margin: 0 0 -30px -40px !important;

    width: auto !important;

    }

    There are probably many ways to achieve this so you’ll need to experiment.

    This page may help you with the usage of firebug:

    http://www.tipsandtricks-hq.com/how-to-use-firebug-to-modify-your-wordpress-sites-css-video-tutorial-4037

    March 21, 2012 at 12:00 pm in reply to: WP eMember – Hide the membership level field #43241
    Peter
    Member

    Hi,

    Please see response by amin007 in this post which should give you some pointers about how to hide a field in the registration form:

    https://support.tipsandtricks-hq.com/forums/topic/hiding-registration-fields

    As far as I know there is no ajax registration form.

    March 21, 2012 at 11:52 am in reply to: Alignment of buttons in sidebar text widget #43244
    Peter
    Member

    Hi,

    It should be possible. Without exactly seeing what you are trying to do it’s hard to give you an exact answer.

    After you apply the shortcode, the button which will be produced can be manipulated via CSS code which you can enter in the wp_eStore_custom_style.css file.

    To best determine the CSS code you will need to construct it is advisable that you use firebug to experiment and explore with.

    This may help you:

    http://www.tipsandtricks-hq.com/how-to-use-firebug-to-modify-your-wordpress-sites-css-video-tutorial-4037

    March 21, 2012 at 3:42 am in reply to: How to add reCAPTCHA to Free Register Page? #31395
    Peter
    Member

    When you say “I have remade the captcha codes again” do you also mean you regenerated your security keys?

    If you haven’t done so please try that because it’s been known to fix an error like the one you’re getting.

  • Author
    Posts
Viewing 15 posts - 2,821 through 2,835 (of 3,409 total)
← 1 2 3 … 188 189 190 … 226 227 228 →

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