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 - 466 through 480 (of 5,807 total)
← 1 2 3 … 31 32 33 … 386 387 388 →
  • Author
    Posts
  • July 18, 2011 at 12:04 am in reply to: estore and Amazon Web Pay #34358
    amin007
    Participant

    I don’t have any ETA but yeah we are working on a module to add amazon web pay.

    July 18, 2011 at 12:03 am in reply to: Uploading a file with purchase #34366
    amin007
    Participant

    Simply place a contact form on your “Thank You” page with the file upload option. This post will explain more:

    https://support.tipsandtricks-hq.com/forums/topic/collecting-customer-input-with-wp-estore-plugin

    July 17, 2011 at 4:09 am in reply to: Help – Affiliate Sales Not Showing UP #34296
    amin007
    Participant

    Okay it looks like the mailchimp integration is failing and forcing the post payment processing to stop at that stage. The most common cause for this to happen is if you specified the Wrong API key for your mailchimp account or if your mailchimp API Key is actually turned off in your account (by default the API key is not active in your mailchimp account). I have turned off the mailchimp integration for now and it works fine.

    July 17, 2011 at 3:05 am in reply to: I don't want visitors to sign up (Customize the default login and join message) #34335
    amin007
    Participant

    Open the “wp_eMember1.php” file and search for the following line of code:

    function get_login_link(){

    Once you find it change it to the following:

    function get_login_link(){
    return "Protected from non-staff";

    That should do the job.

    July 17, 2011 at 2:47 am in reply to: Upgrade Problems #34273
    amin007
    Participant

    I sent you an email to get site access so I can check inside your dashboard.

    July 17, 2011 at 1:13 am in reply to: [wp_eStore_download_now_button id=1] not working #33065
    amin007
    Participant

    WordPress 3.2 doesn’t have anything to do with it. These shortcodes have all been tested on a 3.2 install and they are working together fine. You must have another plugin or theme that is not using the WordPress’s default shortcode filtering priority and is messing things up.

    You reapplied the fix in the eMember after the update right?

    Open the “wp_eStore1.php” and search for the following line of code:

    add_filter('the_content', 'do_shortcode',11);

    Once you find it change it to the following and let me know if it makes a difference:

    add_filter('the_content', 'do_shortcode');

    July 17, 2011 at 12:57 am in reply to: Any way to get affiliate cookies to work through an external sales page? #34353
    amin007
    Participant

    You can create Pass Through affiliate links for this type of setup. This post will explain more:

    https://support.tipsandtricks-hq.com/forums/topic/creating-pass-thru-affiilate-links-for-external-site

    July 17, 2011 at 12:52 am in reply to: eStore – Resize Product Thumbnail #34345
    amin007
    Participant

    Yeah you should be able to change this by tweaking the CSS. If you know how to find which CSS block to modify using techniques explained here then you shouldn’t have too much issue:

    http://www.tipsandtricks-hq.com/css-bugging-you-fire-those-bugs-3299

    The tweak you need to do is similar but it can vary slightly depending on the fancy display you are using. If you are using Fancy1 or Fancy2 then adding the following CSS code to the CSS file should achieve your goal:

    .eStore-thumbnail .thumb-image{
    width:75px !important;
    height:75px !important;
    }

    Obviously you can change the number “75” to whatever size you want.

    The following post should also be very helpful for this:

    https://support.tipsandtricks-hq.com/forums/topic/need-rectangular-thumbnails

    July 17, 2011 at 12:26 am in reply to: Autoresponder -other #34344
    amin007
    Participant

    https://support.tipsandtricks-hq.com/forums/topic/can-my-autoresponderemail-marketing-manager-be-integrated-with-your-plugins

    July 17, 2011 at 12:15 am in reply to: WP eStore Product Image problem #34308
    amin007
    Participant

    You can specify the large image as your “thumbnail” image. The plugin will show a smaller sized copy of the image and when clicked it will show the full image in lightbox). You don’t have to use a separate small image just for the thumbnail.

    July 17, 2011 at 12:12 am in reply to: Help – Affiliate Sales Not Showing UP #34295
    amin007
    Participant

    That doesn’t look right. There is suppose to be more debug that shows the affiliate commission related stuff. I received your site access from the other posts. I will check it out.

    July 17, 2011 at 12:04 am in reply to: Carrying Over the Affiliate ID to Other Pages (Different WordPress Install) #34318
    amin007
    Participant

    The following two pages (your landing page and the join page) does not look like they are part of the same WordPress installation.

    [http://empowertochange.com/news/empower-you/]
    [http://empowertochange.com/join/]

    My testing shows that the landing page is part of a WordPress where the affiliate plugin is not even installed so its not going to track anything as the plugin is not even there.

    Do you have multiple WordPress installations going?

    July 16, 2011 at 2:28 am in reply to: Product descriptions #33932
    amin007
    Participant

    I added an anchor option for the search. Download the new build of the extra shortcodes plugin from here and try a search:

    http://www.tipsandtricks-hq.com/ecommerce/?p=460

    July 16, 2011 at 2:12 am in reply to: Remove Variation from Products in Category Thumbnails #34301
    amin007
    Participant

    What elements of a product gets displayed in a fancy display is controlled by which fancy display you are using. In this case you are using “Fancy 1” so it will display all those details. This page contains a summary of what each fancy display shows:

    http://www.tipsandtricks-hq.com/ecommerce/stylish-product-display-options-for-wp-estore-829

    If you cannot find a fancy display option that is close to what you want then you will have to go down this route:

    https://support.tipsandtricks-hq.com/forums/topic/can-i-put-multiple-images-and-videos-in-the-fancy-display

    July 16, 2011 at 1:57 am in reply to: How do get a list of my members by type? #34309
    amin007
    Participant

    WP eMember Members Menu -> Members List -> Display Member Email List for a Particular Membership Level

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