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 - 871 through 885 (of 5,807 total)
← 1 2 3 … 58 59 60 … 386 387 388 →
  • Author
    Posts
  • June 15, 2011 at 2:46 am in reply to: aWeber integration #21463
    amin007
    Participant

    “however each time I go into the parser it shows as unchecked” – AWeber has a slight bug at the moment whereby the “Enable parser for all lists in this account” checkbox doesn’t stick after you save the parser. Does your eStore signup work?

    June 15, 2011 at 2:20 am in reply to: eStore – not able to Edit products #33363
    amin007
    Participant

    This happens when you do not follow the upgrade instruction when upgrading the plugins (it is very important to deactivate and reactivate):

    http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-installation-and-usage-guide-31

    June 15, 2011 at 2:17 am in reply to: The affiliate sign up page is not forcing *required* details #33343
    amin007
    Participant

    Please post a link to your signup page so I can check it out.

    June 15, 2011 at 2:16 am in reply to: Move "add to Cart Button" in [wp_eStore_fancy8 id=1] #33377
    amin007
    Participant

    If you are posting some code in the forum please wrap it in backticks (`) so it doesn’t get filtered.

    Please try the above method to post what extra thing you noticed so I can reply to your question.

    June 15, 2011 at 2:13 am in reply to: Change the Width of the audio-container [wp_eStore_fancy8 id=1] #33371
    amin007
    Participant

    Please look in the “eStore_extra_shortcode_css.css” file from the extra shortcodes plugin.

    The audio player in the fancy display comes from the “Audio Player” plugin. WP eStore simply embeds the player inside the fancy display. So, I think you may also need to tweak the CSS of the audio player plugin to customize how the player looks.

    June 15, 2011 at 2:08 am in reply to: WP eMember Registration form Not Fitting inside the Page Body #33365
    amin007
    Participant

    You have the following CSS in your theme that is making every label fields to be at least 534 pixel wide (no way you are going to be able to fit the form in the body with that CSS).

    label {
    display: block;
    line-height: 30px;
    margin-top: 2px;
    width: 524px;
    }

    Change this to something like the following and that should help:

    label {
    display: block;
    line-height: 30px;
    margin-top: 2px;
    }

    June 15, 2011 at 2:01 am in reply to: Affiliates get message but cannot log in #20797
    amin007
    Participant

    I see that you have customized the affiliate area. It is possible for functionality to break due to the customization.

    Deactivate and delete the currently installed copy of the affiliate plugin. Remember to delete this customized folder (http://sitesubscribe.com/affiliates/) too. Now, get a fresh build of the plugin from here:

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

    First, test out the signup without making any modification/customization to the plugin and let me know how that goes.

    June 15, 2011 at 1:11 am in reply to: Anchor Image Layout options? #33350
    amin007
    Participant

    You can wrap the shortcode in your own CSS then customize it however you want it. For example I can do the following:

    <div id="my_custom_css">
    [wp_lightbox_shortcode_goes_here]
    </div>

    Then in the CSS file all I have to do is add:

    #my_custom_css{
    float: left;
    }

    You can customize “my_custom_css” to however you want to.

    June 15, 2011 at 12:56 am in reply to: WP eStore and PayPal Account Profile Settings #16570
    amin007
    Participant

    Yes, you can type in your home page URL. WP eStore will override that URL at transaction time. This gives you the flexibility to use the same PayPal account to do transaction from multiple different websites.

    June 15, 2011 at 12:53 am in reply to: Cart fields have no borders & how to move PP checkout button to the right? #33314
    amin007
    Participant

    You haven’t done what it says here which is why the right align isn’t working:

    https://support.tipsandtricks-hq.com/forums/topic/right-align-the-checkout-button-in-the-estore-shopping-cart

    There is no sign of the “eStore_cart_checkout_button” CSS class on your webpage.

    You simply added right align properly to the “eStore_paypal_checkout_button” CSS class which ofcourse is not going to work.

    The bottom border on the checkout button is coming from your link CSS (“a” property). you should be able to add the following CSS to override this:

    .eStore_paypal_checkout_button a{
    border:none;
    }
    .eStore_paypal_checkout_button a img{
    border:none;
    }

    June 15, 2011 at 12:42 am in reply to: play mp4's on ipad? #33136
    amin007
    Participant

    This issue would be related to this:

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

    When I do a view source on your webpage I see the following two lines which are both adding the JQuery library but different versions.

    <script type='text/javascript' src='http://www.modula4.net/wp-includes/js/jquery/jquery.js?ver=1.4.4'></script>

    The above is added by WordPress so it is good but the following one is coming from some plugin or theme and it should be removed:

    <script type="text/javascript" src="http://code.jquery.com/jquery-latest.pack.js"></script>

    You are also using the custom contact form plugin which is in our list of “conflicting plugin”. Can you also please deactivate the “custom contact form” plugin. Explanation on this page:

    https://support.tipsandtricks-hq.com/forums/topic/list-of-plugins-that-dont-play-nice-conflicting-plugins

    We will be adding an option to specify a poster and autoplay option for the HTML5 video shortcode soon.

    June 14, 2011 at 2:42 am in reply to: Stamping Error Checklist – an error occurred while trying to stamp the file #24390
    amin007
    Participant

    I just deleted the existing copy of the plugin and reloaded a fresh copy of the plugin from our server and then tested the manual stamping and it seems to be working fine now. Check it out now.

    June 14, 2011 at 1:29 am in reply to: Removing/Re-arranging fields in the manual checkout? #33310
    amin007
    Participant

    Find the following in that file (eStore_shipping_details_view.php) and delete them:

    <li>
    <label for=country><?php echo ESTORE_COUNTRY; ?></label>
    <input id="country" name="country" type="text" value="<?php echo $_POST['country']; ?>" required>
    </li>

    Adding fields will require understanding of PHP coding. If you are a developer then you should be able to add your field in the same place as where you are removing the country field from (unfortunately there is no one line instruction that I can give you for that).

    June 14, 2011 at 1:25 am in reply to: Sign-up affiliates within aweber ? #24851
    amin007
    Participant

    The Autoresponder signup feature has been added to the WP Affiliate Platform plugin. You can use AWeber, MailChimp or GetResponse autoresponder to signup your affiliates after they register for an account.

    June 14, 2011 at 1:23 am in reply to: aWeber integration #21461
    amin007
    Participant

    This always happens for one of the following two reasons:

    – The AWeber parser’s trigger rule is incorrect. Is the email value in the “From Email Address” field of the plugins’s email settings section/menu the same as the “Trigger Rule” field’s email address? If they are different email addresses then you will see the issue you are seeing.

    – Is the “Enable parser for all lists in this account” checkbox checked for this parser that you created?

  • Author
    Posts
Viewing 15 posts - 871 through 885 (of 5,807 total)
← 1 2 3 … 58 59 60 … 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