Forum Replies Created
It seems like a javascript conflict with jetpack, I couldn’t add the fix from wp-admin, as your server is not allowing to edit file from wp-admin. Please give me ftp access to in a private reply or add the following code at the end of you themes functions.php
add_filter( "admin_init", "disable_grunion", 1000 );
function disable_grunion() {
if(!class_exists("Grunion_Editor_View")) return;
remove_action( 'admin_notices', array( "Grunion_Editor_View", 'handle_editor_view_js' ) );
remove_filter( 'mce_external_plugins', array( "Grunion_Editor_View", 'mce_external_plugins' ) );
remove_filter( 'mce_buttons', array( "Grunion_Editor_View", 'mce_buttons' ) );
remove_action( 'admin_head', array( "Grunion_Editor_View", 'admin_head' ) );
}
okay now. we also have adjusted it for next update, so, no problem with future updates 🙂
Sorry for delayed reply. Checking it again.
okay now. Ricktext field was not working on that page due to some js conflict with any of the installed plugins.
Please check the option “Sanitize Filename” in Admin Menu Downloads Settings.
Please download the latest version from premium download are ( https://www.wpdownloadmanager.com/user-dashboard/purchases/ ) and update your copy.
Seems like you are using an old version. Please download the latest version from premium download are ( https://www.wpdownloadmanager.com/user-dashboard/purchases/ ) and update your copy.
Is there some way to add password to a PDF file so that after download the user will need password to open it?
The option will be available soon with PDF stamper plugin:
Yes, there are 2 ways to add passwords. Password with lock option is for the full package, if you apply that, it will cover all attached files, but files password is for that file only.
Please give me AWS login info in a private reply.
This is because, the shortcode was designed for single use per page, however, we are releasing a quick update adjust the issue.
[download_url] returns # for unauthorized users. Also, please download the latest version from here https://www.wpdownloadmanager.com/user-dashboard/purchases/ and update your copy.
Please give me temporary wp-admin login info in a private reply to check your issue.
That is not possible yet. But noted for implementation.
I have tested now, it is working fine for 100% coupon discount now. Please let me know if you are facing issue anywhere else.
The issue with, your server was taking too much time with thumbnail function, however, I’ve disabled it and load speed is fine now.
May I edit https://lionco.victory-saas.com/contractor-wellbeing-management-library/ ? seems like you are working there.
in Firefox / Mac, I see, it is showing error in chrome, please give me temporary wp-admin login info in a private reply to check it in details.