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 - 271 through 285 (of 5,807 total)
← 1 2 3 … 18 19 20 … 386 387 388 →
  • Author
    Posts
  • July 31, 2011 at 4:52 am in reply to: Free Downloads Download Now Count #34924
    amin007
    Participant

    Updated the plugin to track the sales counter for “Download Now” buttons too. Please get a new build of the plugin from here to get this option:

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

    July 31, 2011 at 1:16 am in reply to: shortcode is displaying on website. #34945
    amin007
    Participant

    I am guessing you figured out that you needed to use a proper shortcode to embed your mp3 player (that player on the above page is working fine now).

    July 31, 2011 at 1:15 am in reply to: Using Lightbox Ultimate with eStore for videos #34914
    amin007
    Participant

    WP eStore does not have any option to where the product thumbnail becomes an anchor of the lightbox ultimate plugin which can in turn popup the video. This is actually not possible due to the vast number of lightbox variations that the lightbox ultimate pulgin has (if there was only one type of lightbox then this would have been an easy task).

    This post should give you some ideas as to how you can embed a video popup option in the description section of the product (this may serve as a workaround for you):

    https://support.tipsandtricks-hq.com/forums/topic/fancy-category-would-like-thumbnail-pop-up-to-feature-video-instead-of-jpg

    July 31, 2011 at 1:09 am in reply to: Email as initial password #34940
    amin007
    Participant

    This is actually not a simple 4/5 lines code change. The password field is not as plain as it seems to you. It is encoded using a md5 encryption (one way encryption) so when you change this behavior you will have to change it in a lot of places and things will definitely break (I wouldn’t recommend trying this if you are not a seasoned PHP developer).

    July 31, 2011 at 1:02 am in reply to: Google Base Feeds (for Google Merchant Center) #34929
    amin007
    Participant

    Update: We have created an addon that can allow you to create a Google base feed for your eStore products.


    Nope, eStore doesn’t have that feature.

    July 31, 2011 at 12:49 am in reply to: Edit Profile on Affiliate Page Not Showing #34928
    amin007
    Participant

    Please try installing a fresh version of the plugin (in case a file got corrupted). You can get a fresh build of the plugin from here:

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

    If that doesn’t help please create a test affiliate account and share the details along with the affiliate login page so I can log in and check it out.

    July 31, 2011 at 12:45 am in reply to: Paid Download for Non-Members, Free for Memebers #34910
    amin007
    Participant

    You don’t need to create two products. The members are not going to purchase it to get the product so simply create a “Download Now” button for this product and place it in the protected section so only members can use that button and download it directly (for download now type button the price field value does not matter).

    July 31, 2011 at 12:41 am in reply to: Horizontal (One Line) Login Form #34925
    amin007
    Participant

    No, There is no option to make the login form show in one line. If you are a developer then it may be possible for you to tweak to code to make the login form appear in one line.

    Here are the CSS class names

    Text input - eMember_text_input
    Button - eMember_button

    July 31, 2011 at 12:38 am in reply to: Account inactive after last payment ? #34618
    amin007
    Participant

    Please also post the debug from the “subscription_handle_debug.log” file. I am guessing your Paypal profile ID starts with “I” (meaning you have an I-type subscription). Can you please verify this for me? The subscription “end of term” IPN is sent differently based on our PayPal profile type.

    Also, exactly what value did you put in the “subscription duration” field of this membership level?

    July 30, 2011 at 1:37 am in reply to: WP eStore 5.2.8 not allowing visitors to see shopping cart unless logged in #34911
    amin007
    Participant

    Sounds like a caching issue to me. Do you have a caching plugin installed on this site?

    July 30, 2011 at 1:36 am in reply to: Paid Download for Non-Members, Free for Memebers #34908
    amin007
    Participant

    No need to use duplicate pages. Simply use section protection of eMember. eMember’s section protection lets you protect a section of a page. This allows you to keep the download button section protected so only members can download freely. Non-members can use the buy button to purchase the item. Please read the section protection documentation of eMember to learn more.

    July 30, 2011 at 1:32 am in reply to: Getting an error with the payment gateway bundle plugin #34833
    amin007
    Participant

    I sent you an email to access to your test environment.. I will jump on your site and check this out.

    July 30, 2011 at 1:04 am in reply to: PHP Error on redirect empty cart to paypal #16982
    amin007
    Participant

    Please post a link to your products page so I can see the error myself which will give me a better idea of what it can be.

    July 30, 2011 at 12:56 am in reply to: Custom Fields not displaying on site… #34907
    amin007
    Participant

    You entered it in the “extra info” field right? So your field nave value should be “sexuality”, the field type should be “dropdown”, the extra field info should have the following:

    1=>Bisexual,2=>Asexual,3=>Transexual,4=>Straight, 5=>Lesbian,6=>Gay,7=>Questioning,8=>Prefer not to say

    Finally the field order should have a number the corresponds to where you want to place this custom field.

    July 30, 2011 at 12:36 am in reply to: Change Font Color or Form Text Field Color #34895
    amin007
    Participant

    You should be able to modify the following block of CSS in the “views/affiliate_view.css” file to change the background of the text field:

    .user-edit, .user-select, .loginform #txtbox, #regForm input[type="text"], #wp_aff_txtbox, #dateform input[type="text"]{
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 2px;
    margin:3px;
    }

    Probably just delete the background.

  • Author
    Posts
Viewing 15 posts - 271 through 285 (of 5,807 total)
← 1 2 3 … 18 19 20 … 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