Forum Replies Created
-
AuthorPosts
-
admin
KeymasterPost a link to the page where this is happening.
admin
KeymasterRegistration form is shown to you if you (the admin) enable “Free Membership” from the settings menu of this plugin. You don’t seem to be allowing “Free Membership” so the registration form is only view-able after a payment (it is working as intended). eMember usesg one registration form for all kinds of membership registration:
admin
KeymasterThe file path conversion on your server wasn’t working. We have added an additional method of file path conversion preference in the settings menu of the PDF Stamper plugin. The 2nd method is working on your site.
admin
KeymasterTurned out that you have a plugin called “WP eStore coupon plugin” (maybe you are developing this plugin?) which is doing some things to mess up the PDF Stamper library. Include all the code for this plugin inside a function or a class otherwise it is getting executed on every page when a submit button is created (also give the submit button a unique name).
I deactivated this plugin and then tested the stamping which is working fine now.
admin
KeymasterIf it is working fine with this new shortcode then there is nothing else you need to do. We added this new shortcode which is implemented slightly differently and going forward we are going to continue to use this one.
admin
KeymasterThe product variation cannot determine if shipping needs to be charged or not (the shipping will be charged if the “Item Shipping Cost” field has a value. Its best if you have two different product setup to handle this scenario (one for the physical and one for the digital).
admin
KeymasterSome shortcodes need extra setup steps before it can be used (without these steps this shortcode won’t make any sense). These type of shortcodes are not listed in the normal shortcode list. When you follow the instruction and do all the steps you will get a particular functionality.
December 16, 2011 at 4:10 am in reply to: How can I track affiliates thru squeeze/optin page and salespage/store funnel ? #39707admin
KeymasterBy default it works like that anyway. Whenever a visitor lands on your site following an affiliate link, the affiliate will be rewarded if this visitor purchases something from this site (in that visit or at a later time). As long as all these pages (squeeze, opt-in and sales page) are part of your WordPress page it will work like that.
If you want to capture a lead for when someone submits the eStore’s squeeze form then enable the following option:
WP eStore Settings -> AddOn Settings -> WP Affiliate Platform Specific Settings -> Capture Lead on Squeeze Form Submission
admin
KeymasterPlease do what this post says then share the debug lot so I can see:
admin
Keymaster1. Once you do number 2 and 3 I don’t think anyone will be using the wordpress logout so you won’t need that anymore but if you do let me know and we should be able to add an option in eMember for this.
2. WordPress doesn’t have an option to globally turn off the toolbar for all users but there are a few plugins that can help you do that. Here is one:
http://wordpress.org/extend/plugins/wp-admin-bar-removal/
or you can add the following line of code to your theme’s function.php to remove admin bar completely for anyone:
<?php remove_action('init', 'wp_admin_bar_init'); ?>
3. Using a .htaccess file in your
/wp-admin
directory is a very effective way to prevent anyone except you going there. Check the 2nd tip from this article:http://www.tipsandtricks-hq.com/essential-wordpress-security-tips-is-your-blog-protected-987
admin
KeymasterYeah sure.
admin
KeymasterYeah PDF Stamper is working fine with WordPress 3.3. We have received your email and replied to it so we will handle this via email.
admin
KeymasterUncheck the “Stamp the file” checkbox for this product by editing this product from eStore. Then deactivate the PDF stamper plugin from the plugins menu.
December 15, 2011 at 10:32 am in reply to: PDF Stamper Using Same file for all dowbload links #39685admin
KeymasterI have sent you an email to get site access so I can check some details under the hood of this plugin.
admin
KeymasterDid another update… please download another build and check it.
-
AuthorPosts