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 - 451 through 465 (of 5,807 total)
← 1 2 3 … 30 31 32 … 386 387 388 →
  • Author
    Posts
  • July 19, 2011 at 12:01 am in reply to: Product Thumbnails Cropped #34430
    amin007
    Participant

    The thumbnail images are never going to be perfect when your image proportions are way out. The smart thumbnail option will try to fix it as much as it can but there is a limit. (If we are trying to fit a size 18 into a size 10 dress then its just not going to happen :)

    July 18, 2011 at 11:58 pm in reply to: Coupon code not displayed in "Manage Customers" #34420
    amin007
    Participant

    If everything else is working fine then I think the database column for the coupon code field in the customer database table might be out of sync. Upgrading the plugin with a fresh build should help. Please get a fresh build of the plugin from here and give it a go:

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

    July 18, 2011 at 11:52 pm in reply to: Restricted Content Message on Comments. #34411
    amin007
    Participant

    This has nothing to do with WP3.2

    It simply means the corresponding eMember user account for the “Admin” account doesn’t have the access to view the content of the comments in question. Check your “Manage Content Protection” settings and make sure that this membership level (the level this admin user belongs to in eMember) has access to those comments. Have you recently change the settings of the “Protect Comments Separately” field?

    July 18, 2011 at 11:44 pm in reply to: Product already in cart #34417
    amin007
    Participant

    If a product is already in the cart it will just increase the quantity by one. This is not an error.

    July 18, 2011 at 11:33 pm in reply to: Uploading a file with purchase #34368
    amin007
    Participant

    You can use a email field in the contact form and match it up with the sales notification. Alternatively you can ask for the file name or some other reference number for matching purpose.

    July 18, 2011 at 11:31 pm in reply to: Is this scenario possible for ClickBank and eMember? #33878
    amin007
    Participant

    Yeah, we should have something ready in a few weeks.

    July 18, 2011 at 11:19 pm in reply to: We need a slightly different membership sign up flow #34364
    amin007
    Participant

    It seems like you want the following:

    – Non-members will only be given the opportunity to signup as a free member first (you already have this figured out).

    – After they become a member and have seen the videos you to up-sell them to the premium membership.

    When your visitors are logged in as a free member they don’t see the usual “join us” or “login” message anymore. When a member stumbles upon some protected content that his membership level doesn’t have access to, he is shown some “Content is protected” type message.

    So in your case all you need to do is customize the “Content is protected” messages (displayed to free members when they try to access paid content) to include a link to your hidden up-sell page. This page explains how you can customize the message that gets displayed to the users:

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

    When you customize those messages you can add HTML Links there too. For exmaple, the following:

    define("EMEMBER_CONTENT_RESTRICTED","Content is restricted.");

    can be changed to the following:

    define("EMEMBER_CONTENT_RESTRICTED","Content is restricted. <a href="www.example.com/your-hidden-payment-page">Please buy the premium membership</a>");

    There are a few different protected message that gets displayed based on various scenario. You can modify them all.

    July 18, 2011 at 10:57 pm in reply to: New Affiliate Platform Customer. Link Expired. Now What? #34409
    amin007
    Participant

    You can download a copy of the products you purchase from here:

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

    July 18, 2011 at 2:38 am in reply to: Upgrade Problems #34275
    amin007
    Participant

    You are still using the old version of eStore so you didn’t update the plugin correctly. If you get a fresh build of eStore from here and update it using one of the update documentations here the eStore version should be v4.6.5 or above.

    WordPress eStore Installation and Update Guide

    Please update your eStore correctly.

    July 18, 2011 at 1:29 am in reply to: Emember not logging members out. #33899
    amin007
    Participant

    Update from user:

    We did find one solution that seems to fix this and that is to disable the DataBase
    Cache in the W3TC, Now with this disabled we can log out from eMember.

    July 18, 2011 at 1:03 am in reply to: We need a slightly different membership sign up flow #34362
    amin007
    Participant

    You want to send all your visitors to the “Join Us” page then they can decide which path to go for (free or one of the paid options). This page will explain more:

    The Difference Between Registration Page and Join Us Page

    The basic idea for sending everyone to a generic “Join Us” page is because when a user is anonymous the software doesn’t know their intention (if they want to be a free member or a paid member).

    July 18, 2011 at 12:50 am in reply to: select multiple products and add to cart #34386
    amin007
    Participant

    No, eStore doesn’t have any option like that.

    July 18, 2011 at 12:46 am in reply to: Affiliate link being generated isn't working #32044
    amin007
    Participant

    I am not sure what you are going on about… the apache stuff is to fix the server where people are mixing up the “www” and “non-www” URLs which is treated as two different sites. How is this related to appending a “/” at the end of a URL??

    When you create a link or a banner have complete control over what target URL you specify. If you need to specify a URL with a “/” at the end then simply use a URL with a forward slash when you create the link or in your default landing page URL settings.

    July 18, 2011 at 12:36 am in reply to: Affiliate Creatives #34384
    amin007
    Participant

    Most admins never use creatives. It is likely that you will only ever use Text and banner ads. So don’t worry about the creatives section.

    Creatives can be articles full of affiliate links and stuff or a video embed code so your affiliates just copy that and post it on their site without having to write everything up themselves. In some businesses this can be helpful.

    July 18, 2011 at 12:32 am in reply to: How to change position of Add to Cart Button #34376
    amin007
    Participant

    Open the “eStore_misc_functions.php” file and look for the following line of code:

    $output = get_button_code_for_element($ret_product,true,'',$buttonImage);

    Once you find it please change it with the following:

    $output = get_button_code_for_element($ret_product,false,'',$buttonImage);

    The 2nd argument (false) tells it not to use break line when it creates the button.

  • Author
    Posts
Viewing 15 posts - 451 through 465 (of 5,807 total)
← 1 2 3 … 30 31 32 … 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