Sorry, I’m not exactly sure, you need to contact server support.
Please follow the doc:
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.
Please update pdf viewer add-on.
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 give me your URL to check.
Screenshots are not visible.
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.
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/