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,716 through 14,730 (of 14,824 total)
← 1 2 3 … 981 982 983 … 987 988 989 →
  • Author
    Posts
  • August 24, 2011 at 3:51 am in reply to: Search products in particular category #35173
    admin
    Keymaster

    I put in some on the extra shortcodes plugin today and added this option. You can use the category_id parameter in the search shortcode to restrict the search within a particular category. Here is an example:

    [wp_eStore_product_search category_id=1]

    Here, 1 is the particular category to search.

    Please get another build of the extra shortcodes plugin from here to get the new option:

    http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460

    August 24, 2011 at 2:51 am in reply to: More information in the affiliate mail. #35815
    admin
    Keymaster

    Yes, there is a way to customize the email content that gets sent to the affiliate when they receive a commission. This post will help:

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

    August 24, 2011 at 2:27 am in reply to: Custom Taxonomy #35830
    admin
    Keymaster

    This document has a few examples of how you can custom code and control access to content:

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

    August 24, 2011 at 2:26 am in reply to: Some Styling Questions in Fancy 2 Display #35831
    admin
    Keymaster

    The quantity field is suppose to be next to the label by default. The following CSS on your theme is messing up the input fields a little (see the “width: 45%”?):

    .format_text input, #commentform input, #commentform textarea {

    border-width: 0.071em;

    padding: 0.214em;

    width: 45%;

    }

    I see you are using the thesis theme… if you follow this post you should be fine:

    https://support.tipsandtricks-hq.com/forums/topic/images-appear-too-bigsmallstretched-on-thesis-theme

    August 24, 2011 at 1:21 am in reply to: Aweber and individual product sign up does not work #35711
    admin
    Keymaster

    Please share the content of the “eStore_post_payment_debug.log” file (this file will have the logs related to the autoresponder subscription)

    August 24, 2011 at 1:19 am in reply to: Subscription Duration WP eMember #35840
    admin
    Keymaster

    Subscription duration (the amount of time a member can have access to this membership level’s content) can be set to any amount of time that you prefer.

    More details here:

    https://support.tipsandtricks-hq.com/forums/topic/what-to-use-in-the-subscription-duration-field-for-a-recurring-payment-model

    August 24, 2011 at 1:15 am in reply to: changing font size in shipping variation box #35814
    admin
    Keymaster

    The shipping variation select box has the following CSS class attached to it (this can be used to customize the font size):

    shipping_variation

    I actually wouldn’t recommend making the font smaller. You are using the shopping cart on the sidebar and the sidebar is not very wide. Obviously it will not be able to fit everything in a narrow sidebar so I would recommend you place the shopping cart on a separate page (create a page called “checkout” and place the shopping cart there.

    Now, you can fill in the URL of this checkout page in the “Checkout Page” field and check the “Automatic redirection to checkout page” checkbox in eStore settings menu which should make it work better.

    August 24, 2011 at 12:23 am in reply to: registration problems #35786
    admin
    Keymaster

    Uploaded a new build where we addressed this validation issue.

    August 23, 2011 at 11:48 pm in reply to: Image Upload Problem #35629
    admin
    Keymaster

    This is whats happening on your site:

    https://support.tipsandtricks-hq.com/forums/topic/wrong-way-of-adding-jquery-library-to-wordpress-source-of-javascript-conflicts

    If you view the HTML source code of your site you will see the following line of code… see how your theme is hardcoding an older version of JQuery library?

    <script type='text/javascript' src='http://www.dwelldfw.com/wp-content/themes/Unite/js/jquery-1.4.min.js?ver=1.4.2'></script>

    This is introducing a javascript conflict on your page.

    Please get a fresh build of eMember from here to see if helps:

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

    If you still see the issue after an update please do this test (only do the theme test):

    https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin

    August 23, 2011 at 11:37 pm in reply to: A couple of clarifications regarding to Auto Upgrade feature #35811
    admin
    Keymaster

    “I want the customer pays a monthly fee to see the contents released every 7 days” – Is this applicable for all your levels (L1, L2, L3 etc?)?

    When a member breaks the membership payment cycle his account will be inactive (he won’t be able to see any protected content). When he pays for the membership level he will start from the beginning again unless you create particular membership level buttons for each membership level where you want him to pickup from.

    August 23, 2011 at 11:43 am in reply to: registration problems #35784
    admin
    Keymaster

    The last build of eMember seem to have a minor validation glitch which caused this issue. We have reverted the eMember build to the last stable build (v5.9.5) where it should be working correctly. If anyone else is seeing this exact issue please get another build of eMember from here and you should be fine:

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

    August 23, 2011 at 9:35 am in reply to: registration problems #35782
    admin
    Keymaster

    Thank you. You can disable the free membership now. I don’t see anything weird in the HTML code. I have sent you an email to get site access so I can check the PHP code of the plugin to see where those 3 lines are coming from.

    August 23, 2011 at 8:59 am in reply to: registration problems #35780
    admin
    Keymaster

    I actually need to be able to see the HTML source to determine the cause. There are two options

    1) You can temporarily enable free membership so I can check the registration page

    or

    2) You can create a test page and place a shortcode to create a back door registration form for me to see. This page will explain more (check the back door registration form section):

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

    August 23, 2011 at 8:45 am in reply to: SUCCESS :Member signup URL :Error returned from WishList #35799
    admin
    Keymaster

    What version of eStore are you using?

    August 23, 2011 at 8:45 am in reply to: shortcode conflict? #35797
    admin
    Keymaster

    The shortcode you are using is definitely right so it had to be the case of a slightly older plugin version. When you go to the plugins menu what version number does it say next to the extra eStore shortcodes plugin?

  • Author
    Posts
Viewing 15 posts - 14,716 through 14,730 (of 14,824 total)
← 1 2 3 … 981 982 983 … 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