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

admin

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 2,851 through 2,865 (of 14,824 total)
← 1 2 3 … 190 191 192 … 987 988 989 →
  • Author
    Posts
  • July 22, 2016 at 1:55 am in reply to: member-login/?emember_logout=true – not picking up the correct hostname #73741
    admin
    Keymaster

    Also, check the pages/forms settings menu in eMember. Make sure the login page’s URL is using the correct site’s URL there. And you should be using the FULL URL of the login page in that field. (don’t use relative URL unless you know what you are doing).

    If you have transferred or migrated the data from one server to another (where the URL is different) then you need to go through the settings menu to update ALL URL values so it reflects the appropriate page URL.

    July 21, 2016 at 2:28 am in reply to: estore – how can I include addon products to the selected product #73730
    admin
    Keymaster

    If you have a small number of options then you could create separate eStore products for them also.

    So you would create the following two eStore products:

    The Plugin

    The Plugin + Installation

    Then put two buy now buttons on your landing page for them. Your customer can click the button they want to buy.

    July 20, 2016 at 1:55 am in reply to: Remove Product or Product Category from being part of the Affiliate Program #73720
    admin
    Keymaster

    This functionality is available for WP eStore and WooCommerce.

    You an get the woocommerce product specific commission addon here:

    https://www.tipsandtricks-hq.com/wordpress-affiliate/product-specific-affiliate-commission-woocommerce-products-1004

    July 20, 2016 at 1:35 am in reply to: Is there a widget to give WP eMembers access to their past reviews? #73705
    admin
    Keymaster

    WP eMember doesn’t do anything with reviews. Membership plugin usually doesn’t handle what you have asked. WP eMember plugin is all about membership permission and controlling which member can see what content.

    You will need to find a plugin that does that. There should be review handling plugins that allow you to do what you are after.

    July 19, 2016 at 3:08 am in reply to: eStore product fancy display shortcode modification – Can I hide description? #73718
    admin
    Keymaster

    Yes, you should be able to do that with a CSS tweak. However, first make sure there is no pre-made display template that meets your requirement already:

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

    Do the following to hide the description area in the fancy7 display template.

    1) Grab this plugin:

    https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413

    2) Add the following CSS tweak in there to hide the description:

    .eStore_fancy7_description{

    display: none;

    }

    July 19, 2016 at 2:57 am in reply to: Is there a widget to give WP eMembers access to their past reviews? #73703
    admin
    Keymaster

    Are the reviews like WP custom posts? Are you using a plugin to handle those reviews? Does that plugin offer an option so WP Users can edit their review?

    July 19, 2016 at 2:54 am in reply to: Multiple Domains – Varied Commissions for Different Products #73285
    admin
    Keymaster

    I have replied to the email. Google did give me a warning on the email that you sent to me. So not sure if that has something to do with the email getting blocked.

    July 18, 2016 at 3:57 am in reply to: Multiple Domains – Varied Commissions for Different Products #73283
    admin
    Keymaster

    I don’t fully remember what I did for you (I will need more info as to what customization was done for you). However, the following shortcode is DEFINITELY NOT going to work for what you explained:

    [wp_affiliate_your_id]

    That one is a an standard shortcode in our plugin that shows the affiliate ID of the CURRENTLY logged-in affiliate. So if a user tries to view a page with that shortcode when logged into the system, it will produce that message and that is the CORRECT behavior.

    A BETTER shortcode for you to use would be the following. It will show the affiliate ID (if any) for the referred visitor (who is viewing the page):

    [wp_affiliate_referrer]

    You would need to reply to the email conversation we had for your customization. That email will have critical info in terms of what was actually done for you. I most likely developed a NEW shortcode for you which does something different (you may have forgotten about that other shortcode).

    July 18, 2016 at 3:33 am in reply to: eStore 'add to cart' button not working #59692
    admin
    Keymaster

    In addition to what @wzp said, are you using any caching plugin or is your hosting provider using caching on there end? Did you enable the ajax option by any chance? If you did, then disable that feature from the advanced settings and then test.

    July 17, 2016 at 4:11 am in reply to: Anyone Using Braintree For eStore #57700
    admin
    Keymaster

    Yes, the HTTPS redirection code needs to be at the top of the htaccess file to be effective. By default the plugin should put it at the top.

    Looks like you are all sorted now.

    July 17, 2016 at 3:15 am in reply to: WP-Affiliate – Images not showing on social media #64533
    admin
    Keymaster

    Facebook automatically picks an image from your landing page (the target page). So it won’t be the banner you specify. It will be one picked by Facebook from that page. Nothing we can do there unfortunately.

    The affiliate referral will work fine when users click on the posted ad.

    July 17, 2016 at 3:06 am in reply to: Removing the automated Space between {slm_data}{product_specific_instructions} #73699
    admin
    Keymaster

    Here are the files that you should look into to modify:

    For {slm_data}

    Look in the following file:

    software-license-manager/includes/slm-third-party-integration.php

    Search for the following line in that file:

    $license_data = “n” . __(‘Item Name: ‘, ‘slm’) . $retrieved_product->name . ” – ” . __(‘License Key: ‘, ‘slm’) . $slm_key;

    For {product_specific_instructions}

    Look in the following eStore plugin file:

    eStore_post_payment_processing_helper.php

    Search for the following line in there:

    $product_specific_instructions .= “n” . $retrieved_product->item_spec_instruction;

    We never close our forum topics (there will always be a reply to a valid question from our users). So nothing to worry there. Please note that it can take upto 24 hours for a reply though.

    July 17, 2016 at 2:41 am in reply to: eMember: Fancy Login Popup not showing #73675
    admin
    Keymaster

    Nothing we can do in our plugin unfortunately. You can turn off that fancy login option as that is an optional feature of the plugin.

    July 16, 2016 at 4:30 am in reply to: Removing the automated Space between {slm_data}{product_specific_instructions} #73696
    admin
    Keymaster

    It has a newline character so the data is put on a new line (to make it more readable in the email). Are you referring to that newline character?

    Or is there an space character also that I am not seeing?

    July 16, 2016 at 4:20 am in reply to: Anyone Using Braintree For eStore #57696
    admin
    Keymaster

    Let investigate why the ‘store’ page is not being caught by the htaccess rule set by that HTTPS redirection plugin.

    Can you please copy and paste the content of your .htaccess file?

    The store page is part of the same wordpress install (you don’t have multiple installs of WP there right)?

  • Author
    Posts
Viewing 15 posts - 2,851 through 2,865 (of 14,824 total)
← 1 2 3 … 190 191 192 … 987 988 989 →

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