Forum Replies Created
Please follow the doc:
The problem was with your theme, the theme code violated basic wp rules. It hard coded jquery in header.php,
https://capture.dropbox.com/vIcwknuRmjxxPAVm
however, I’m tweeked it a little to make it work:
https://capture.dropbox.com/pQVBQnX1s3gj8HW1
But you actually should remove the hardcoded jquery and enqueue it properly.
Hi,
Please send me temporary wp-admin login info in a private reply to check your issue.
Fixed the issue and released a new update of tinymce add-on. Update your copy.
It is something with your server’s file permission settings, please send me ftp and network admin login info to check it in details.
Hi,
In that case, it looks like an issue with your site caching system. please exclude urls ( urls with parameter name wpdmdl ) from cache.
that will require archive page extension:
Demo:
https://try.wpdownloadmanager.com/archive-page-compact/
I’ve tested it now again and looks like it is working fine
Hi,
Sorry for the confusion, please update lazy download add-on, we have fixed issue and released an update ( 2.7.3 )
Please send an order note from the order details page.
Hi,
Tested now and found it working fine:
Video preview: https://capture.dropbox.com/HG0Tzxq2lyIQHQWZ
Please let me know if I’m missing something.
that is from the form plugin, not related to wpdm.
Yes, use the following code:
add_action( "wpdmpp_before_add_to_cart_button", function ( $product_id ) {
echo "...Your message here, supports html code too...";
} );
Use the following code snippet:
add_filter( "wpdmpp_as_you_pay_label", function ( $str, $product_id ) {
$str = "Your custom text";
return $str;
}, 10, 2 );
Add the code at the end of your active theme’s functions.php
you can continue using it, but there is not update and no compatibility warranty. Read more details: https://www.wpdownloadmanager.com/terms-and-conditions/
single site license supports single instillation only.
https://capture.dropbox.com/y1lU3zgzJK5iyxBj
You can configure sender email from edit here:
https://capture.dropbox.com/UjgyHOON6bJnNcDB
From translation template file download-manager.pot.