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 - 616 through 630 (of 5,807 total)
← 1 2 3 … 41 42 43 … 386 387 388 →
  • Author
    Posts
  • July 7, 2011 at 12:34 am in reply to: Any way to do a bulk price change? #34010
    amin007
    Participant

    The video tutorial on the following page should help:

    http://www.tipsandtricks-hq.com/how-to-easily-import-or-export-any-of-your-wordpress-database-content-using-phpmyadmin-3415

    July 7, 2011 at 12:14 am in reply to: Disable WP eStore on specific pages #33981
    amin007
    Participant

    What does the JS error say? I couldn’t load that page for some reason when I go to the above URL you mentioned it just loads forever.

    Now to answer your original question… you can do the following to tell eStore to not load the JQuery libraries on a particular page. The following function in “wp_eStore.php” file loads the JQuery libraries in eStore:

    wp_eStore_load_libraries

    You could theoretically add code like the following in that function to stop eStore from loading the jquery libraries if it is a particular URL:

    if(digi_cart_current_page_url()=="http://www.der-prinz.com/support-forum")
    {
    //do not load the libraries on this page
    return;
    }

    This code will need to be the first thing inside this function.

    July 6, 2011 at 7:50 am in reply to: Various product ID's – Possible with Nextgen Gallery? #33078
    amin007
    Participant

    Yes you can make a copy of the template then hardcode a different product ID in that template that you copied.

    July 6, 2011 at 7:48 am in reply to: Product descriptions #33922
    amin007
    Participant

    The one with the add to cart one is a different shortcode. I haven’t added this option in that shortcode yet. I will do it later.

    July 6, 2011 at 7:41 am in reply to: WP emember does not accept any member registrations #33863
    amin007
    Participant

    Can you post details of a test user so I can try to log in and checkout what I see as a member?

    July 6, 2011 at 7:39 am in reply to: re-install plugins #34002
    amin007
    Participant

    The product and customer related data is kept in the eStore tables that the plugin creates when you first install it. As long as you keep those tables there the data should be safe. The settings data is stored inside WordPress’s options database table so if you wipe out that table then the settings will get reset.

    July 6, 2011 at 7:37 am in reply to: Fancy Login Box is off the page #34006
    amin007
    Participant

    When I go to the site that you posted I only see an “Under construction” message. How can I view the site in my browser so I can try to find out where the problem might be coming from.

    July 6, 2011 at 3:01 am in reply to: display TTC price (tax included) on product page #29483
    amin007
    Participant

    At the moment yes but I am going to add a settings option for this feature. When I do that you will just be able to enable this by checking a checkbox in the settings menu of eStore.

    July 6, 2011 at 2:59 am in reply to: WP emember does not accept any member registrations #33860
    amin007
    Participant

    Do you have any caching plugin?

    July 6, 2011 at 2:32 am in reply to: Product descriptions #33918
    amin007
    Participant

    I have added another parameter for the search shortcode. You can now use the following to make it search the categories table as well as the products table:

    [wp_eStore_product_search search_category=1]

    You will need to get the updated version of the extra shortcode plugin from here:

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

    July 6, 2011 at 1:58 am in reply to: Gravity Forms and eMember #33949
    amin007
    Participant

    Thank you. I can’t see the conflict on my test server for this version. I will send you an email to get site access so I can check it out.

    July 6, 2011 at 1:57 am in reply to: Integrate Music player in product box #20148
    amin007
    Participant

    If you open the “shortcode_include.php” file and search for the following line of code you see how extra shortcode plugin calls the player:

    $output .= $AudioPlayer->getPlayer($source, $playerOptions, "");

    The $playerOptions array can take a few options. You should be able to read up the documentation for that audio player plugin and see what options you can specify in that array (I don’t know much about that plugin but I have a feeling you can specify the title parameter in that array).

    July 6, 2011 at 12:26 am in reply to: Shipping suddenly stopped working correctly. #33957
    amin007
    Participant

    We need details from you before we can give you a hand. It doesn’t look like you have read any of these threads which explain what details you can give us so we can help you identify the issue as soon as we can:

    – https://support.tipsandtricks-hq.com/forums/topic/forum-rules

    – https://support.tipsandtricks-hq.com/forums/topic/how-to-get-help-please-read

    A link to your products page and a few other details (explained in the above posts) will help.

    July 6, 2011 at 12:23 am in reply to: Disable WP eStore on specific pages #33979
    amin007
    Participant

    You can’t disable loading of eStore on specific pages. The proper way to optimize the script loading time is to combine all scripts on the page (there are plugins that can do these for you). These posts have more details:

    Speed suggestion – Combine all the javascript files in the plugin

    https://support.tipsandtricks-hq.com/forums/topic/stop-unnecessary-js-and-css-files-from-loading

    July 6, 2011 at 12:19 am in reply to: Product display boxes all too large #33976
    amin007
    Participant

    This can happen if you have some HTML errors on your web page which have messed up the divs (for example, you didn’t close out a div). First you need to identify if this has been introduced in your theme. This test should help you identify that:

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

    If the issue is not in the themes header then it can be some HTML code that you have entered in that page or in the product description. Validating the page with the w3validator should reveal the isssue:

    http://validator.w3.org/

  • Author
    Posts
Viewing 15 posts - 616 through 630 (of 5,807 total)
← 1 2 3 … 41 42 43 … 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