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

amin007

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

Forum Replies Created

Viewing 15 posts - 5,011 through 5,025 (of 5,807 total)
← 1 2 3 … 334 335 336 … 386 387 388 →
  • Author
    Posts
  • March 19, 2010 at 7:47 am in reply to: WPMU – controlling what templates are available #18960
    amin007
    Participant

    Hi Austen, The eMember doesn’t let you control the access inside the dashbaord. It only lets you control the access to the content (e.g. posts, pages, comments)

    March 19, 2010 at 5:12 am in reply to: Can we Allow Shopping Cart Anchor in the Simple Paypal WP plugin? #18829
    amin007
    Participant

    The “Shopping Cart Anchor feature” in WP eStore should work fine. If you are having issues with it please post a link to the Page where you have the “Add to Cart” button so I can take a look at it and see what could be going wrong.

    March 19, 2010 at 5:08 am in reply to: estore – paypal encrypted button #18957
    amin007
    Participant

    Remember, you can use your “Secure Merchant ID” instead of the plain email address which should take care of this concern.

    Regarding the encryption plugin… I have never used it so I can’t really tell you if it will ruin something.

    March 18, 2010 at 10:00 pm in reply to: Terms and conditions and Customer Input field #18908
    amin007
    Participant

    This page explains the typical member registration flow:

    Typical Member Registration Flow (Signup Scenarios)

    Doesn’t matter what type of button you use (buy now or subscription) it will always follow that registration flow.

    This page explains how you create a payment button in eStore for membership payment:

    http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-and-wp-estore-integration-for-membership-payment-60

    March 18, 2010 at 7:09 am in reply to: Expiration of account doesn't work #18877
    amin007
    Participant

    Hi Lena, at the moment PayPal after cancellation sends info to eMember and subscriber’s account becomes inactive immediately. I see your point though… I will look into it and see how the functionality can be modified (it should be doable).

    March 18, 2010 at 7:04 am in reply to: Custom Checkout Page Style Not Showing #18930
    amin007
    Participant

    Ah you are using “Buy Now” type buttons… “Buy Now” buttons do not go through the checkout so it didn’t use to get the “Page Style” info with it. I have updated the plugin since.

    I will send you an update to the plugin and that should fix this issue.

    March 18, 2010 at 12:22 am in reply to: Checkout Not Showing Items #18952
    amin007
    Participant

    Please try the plugin first without doing any modification to it. This will ensure that the custom modification didn’t break anything. Once you try this then my next question is are you using a caching pluin that is caching the “checkout” page?

    If the above is not a problem then it would suggest that the PHP session on your server is not working correctly. Fixing PHP session issue is usually very easy (one email to your hosting provider should do the trick).

    March 17, 2010 at 11:36 pm in reply to: I deleted a membership level now I cannot access anything in my dashboard at all #18947
    amin007
    Participant

    The cPanel info you get from your hosting provider. When you signed up with your current hosting provider they gave you this info.

    Once you have the cPanel login details you can get into your MySQL database and fix it in 2 minutes. I have sent you an email so you should be able to just reply to that email.

    March 17, 2010 at 11:20 pm in reply to: Custom Checkout Page Style Not Showing #18929
    amin007
    Participant

    Did you specify the style name in eStore? Specify the style name in the “Custom Checkout Page Style Name” field (in the payment gateway settings tab of eStore).

    March 17, 2010 at 11:18 pm in reply to: MailChimp autoresponder setting and segmented lists #18768
    amin007
    Participant

    I can tell you where in the eStore code is signs up the customer with MailChimp. You can then modify the code a bit and add the date field (this requires PHP knowledge though).

    March 17, 2010 at 11:17 pm in reply to: Text Or Image Not Showing Up On The Submit Buttons With The Forms #18918
    amin007
    Participant

    Yep, looks like your theme is specifying the background to be #fff (which is white). So add a color property in there like the followng:

    color: #000;

    The other option is to change the CSS of the eMember plugin. You can change the color property specified in the following css to color: #000;

    .eMember_button {

    text-transform: uppercase;

    font-size: 12px;

    padding: 3px 30px 3px 30px !important;

    color: #fff;

    font-weight: bold;

    background: #4780AE;

    border-left: 1px solid #7ab7e8;

    border-top: 1px solid #7ab7e8;

    border-right: 1px solid #084577;

    border-bottom: 1px solid #084577;

    -moz-border-radius: 3px;

    -khtml-border-radius: 3px;

    -webkit-border-radius: 3px;

    border-radius: 3px;

    margin: 5px 0px 5px 0px;

    cursor: pointer;

    }

    March 17, 2010 at 11:07 pm in reply to: add hyperlink to fancy product display details #18923
    amin007
    Participant

    You can use plain HTML in the “Product Description” section. You can have a look at how I use it here:

    Products

    Please let me know the version of eStore you are using and I will try to assist you.

    March 17, 2010 at 10:44 pm in reply to: Internet Explorer – Squeeze Page Type Form Error #18922
    amin007
    Participant

    I just checked your site in IE8 and it works fine for me. Can you please specify which version of IE?

    Also, to me the following error do not suggest that the problem was with the “form”:

    “Internet explorer was not able to open this internet site. The requested site is either unavailable or cannot be found. Please try again later.”

    Looks like the site was temporarily unresponsive and IE showed that error.

    March 17, 2010 at 10:36 pm in reply to: Terms and conditions and Customer Input field #18906
    amin007
    Participant

    PayPal has different API for handling subscriptions and the other type of payments which is why they are handled slightly differently in eStore too.

    “they still need to register their details” – if you can elaborate on this then I might be able to help. Register whit what?

    March 17, 2010 at 10:25 pm in reply to: I deleted a membership level now I cannot access anything in my dashboard at all #18945
    amin007
    Participant

    Basically, you have removed yourself as admin then assigned your user account a lower WordPress role (e.g subscriber).

    Remember, when you use “WordPress User Integration” feature, any modification you make to eMember users also have the same effect on the WordPress user. Modifying a users Role through the eMember plugin has the same effect as modifying a user’s role from the “Users” menu of WordPress.

    Please get cPanel access to your site from your hosting provider and I should be able to restore you admin access back.

    Just try to be careful when you are dealing with the admin member in eMember in the future :)

  • Author
    Posts
Viewing 15 posts - 5,011 through 5,025 (of 5,807 total)
← 1 2 3 … 334 335 336 … 386 387 388 →

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