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 - 6,961 through 6,975 (of 14,824 total)
← 1 2 3 … 464 465 466 … 987 988 989 →
  • Author
    Posts
  • December 6, 2013 at 3:08 am in reply to: eMember renewals do not include previous paid time #49606
    admin
    Keymaster

    Please read the following post so we are on the same page in terms of the membership level setup and the type of payment you are using:

    https://support.tipsandtricks-hq.com/forums/topic/membership-payment-difference-between-buy-now-and-subscription-buttons

    For a new member registration, the subscription start date is set to the date he/she completes the registration (meaning the account creation is complete). In most cases all of this happens at the same time like the following:

    – You buy a membership

    – You get an email

    – You complete the registration

    – You then log into the site

    Now, I am not sure why the recurring subscriptions will get expired before though. If you wanted to, you can modify your membership registration scenario to the 2nd one explained here (that will guarantee that the subscription start date will start on the date of payment):

    http://www.tipsandtricks-hq.com/wordpress-membership/a-typical-member-registration-flow-96

    December 6, 2013 at 12:15 am in reply to: eMember and OptimizePress 2.0 #56925
    admin
    Keymaster

    The easiest solution is to not use any theme or plugin that has coding error in it.

    You see the error that you have? The first error will tell you the plugin/theme that it is coming from (look at the error path to get an idea). You can use that to track which plugin is starting the error. I will take a look inside the site. I have sent you an email.

    December 5, 2013 at 11:19 pm in reply to: Error with /plugins/wp-lightbox-ultimate/lib/html5l #59444
    admin
    Keymaster

    Just to clarify… our lightbox plugin DOES NOT use any database table. So it does not make any SQL query what so ever. So I hope you understand that those excessive SQL queries are not coming from our plugin.

    I don’t know much about your hosting provider but it is not normal for something like that to happen after a WordPress upgrade. Who is your provider and what sort of hosting package do you have?

    December 5, 2013 at 11:14 pm in reply to: How do I hide display of some recent posts from the recent posts widget #59490
    admin
    Keymaster

    What you basically want is a recent post widget that shows different posts list based on the user who is logged into the site. WordPress’s recent post widget doesn’t have a way to tell it to not list a post for certain members. So what you would need is to develop your own recent posts widget/shortcode that will show the posts list the way you want.

    The information in the following documentation should be helpful for eMember side of things (so you can find out if a user is logged-in or from a particular level etc):

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

    December 5, 2013 at 10:43 pm in reply to: eMember and eStore plugin integration #59474
    admin
    Keymaster

    A user only ever need ONE account (free or paid) on the site.

    The following statement is not correct (The checkout flow does not require a user to have a customer record… it just requires the user to be logged into the site):

    when a user who has signed up for a free membership interacts with the store, they are forced to create a new account

    You simply give the user an option to log in (this way existing users can log-in and continue the purchase rather than having to create a new account).

    You can add a message like the following on the page where you get them to register:

    If you already have a user account then then simply click here and log into the site.

    You can also put the login widget on that page too (or the login widget can be on the sidebar so existing users/members can log in easily).

    December 5, 2013 at 10:37 pm in reply to: estore – gibrish mail character in the sale notification email #59483
    admin
    Keymaster

    Your PayPal account is not set to send IPN in UTF-8 formatting. Do the following to correct your PayPal account setup:

    https://support.tipsandtricks-hq.com/forums/topic/some-characters-and-text-not-recognizable-in-the-notification-email

    December 5, 2013 at 10:34 pm in reply to: eMember – Profile Extended Translation #59431
    admin
    Keymaster

    I think you protected the details page so only members can see it. Can you temporarily un-protect that page so I can take a look?

    December 5, 2013 at 10:32 pm in reply to: eStore: – How can i make the cart update automatically when i click add to cart #59467
    admin
    Keymaster

    Did you do any of the following on this site?

    1) Enabled the ajax option on add to cart button

    or

    2) Using the advanced variations UI addon?

    If you are, then can you temporarily turn it off and then tell me if you see the cart behave differently after that?

    December 4, 2013 at 11:57 pm in reply to: Photo Seller – Change font for shopping cart widget #59423
    admin
    Keymaster

    The shopping cart widget title is already using the widget title specified in your theme. That testimonial widget you have is actually NOT using the correct widget title font style and color (it is using its own color). Add a few widgets to your sidebar (example: recent posts, comments etc) and you will see what I mean.

    If you want that color to be the widget title color then simply update your theme’s CSS and customize the widget title color.

    Alternatively, grab the following plugin:

    http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413

    Then add the following custom CSS to it:

    .widget-title{
    color: #29c1e7;
    }

    December 4, 2013 at 11:48 pm in reply to: eMember – Profile Extended Translation #59429
    admin
    Keymaster

    Some translation strings maybe missing for that addon. Can you give me a few examples of the translation strings from the details profile page that you couldn’t find in eMember’s language file?

    December 4, 2013 at 11:41 pm in reply to: Wrong password even that the password is correct #59451
    admin
    Keymaster

    You looks like you have modified this plugin’s code. I will reload a fresh copy and then go from there.

    December 4, 2013 at 11:35 pm in reply to: Can you subscribe customers to different aWeber lists based on purchase? #59448
    admin
    Keymaster

    AWeber listnames should look like the followng:

    nfwcustomers@aweber

    When you are testing it, make sure to test with an email that hasn’t been signed up already (AWeber won’t double signup the same email address to a list).

    December 4, 2013 at 11:34 pm in reply to: eMember – Public Profile Listing #44591
    admin
    Keymaster

    Lets say the ID of silver level is 3 and Gold is 4. Now you can try the following shortcode to list members from level 3 and 4 only:

    [emember_extended_summary_list fields="user_name,first_name" levels="3,4"]

    Or add the following two shortcodes in that same page (one shortcode below another):

    [emember_extended_summary_list fields="user_name,first_name" levels="3"]
    [emember_extended_summary_list fields="user_name,first_name" levels="4"]

    December 4, 2013 at 10:50 pm in reply to: eStore: Dropdown Search Feature Capability #59463
    admin
    Keymaster

    We don’t have a search shortcode with filter options like you explained. If you tell me what filters you want I will investigate it and maybe add a shortcode for it. Category will be one filter and then price could be another… any other filter you have in mind?

    December 4, 2013 at 10:17 pm in reply to: eMember – Form Builder Addon Registration Forms #59457
    admin
    Keymaster

    First, please read the following post to understand how the registration system works in eMember:

    https://support.tipsandtricks-hq.com/forums/topic/how-one-single-registration-form-is-used-in-emember-for-all-types-of-membership

    Next, I am guessing you want to create different registration pages (with different forms that you built using form builder addon). Please take a look at the following documentation:

    http://www.tipsandtricks-hq.com/wordpress-membership/create-a-registration-form-for-a-particular-membership-level-429

    Is that what you want to do? Do you have a page where you used that particular registration form shortcode?

  • Author
    Posts
Viewing 15 posts - 6,961 through 6,975 (of 14,824 total)
← 1 2 3 … 464 465 466 … 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