Forum Replies Created
CSS for tab colors,
.w3eden.be-member .btn-info {
background-color: #444;
}
.w3eden.be-member .btn-info.active, .w3eden.be-member .btn-info.focus, .w3eden.be-member .btn-info:hover {
background: #333 !important;
}
.w3eden.be-member .btn-info.active::after{
border-color: #333 transparent !important;
}
Post contents are save in wp_posts ( wp is the default table prefix, maybe there is a different prefix for your table ) table under post_content column.
Could you please send wp-admin login info in private reply and let me know when do you encounter this warning? I couldn’t recreate it on my test server.
Can’t access the admin area. Redirecting me to the dashboard page https://www.test.toi-suisse.com/media/
However, I tested the user signup process but found no issue related to captcha. Everything is working there.
Looks like you are using an older version of Download Manager Pro or the log is from an older version. Please install the latest version of the plugin to fix this if your version if not 4.7.7
It does work in my test. Please check the following screenshot,
https://www.evernote.com/l/AUdDKwXQgv9KHLpFvswjkSsjZogO2fh9VNgB/image.png
I think popup is blocked from your browser settings. Try another browser or allow popups.
Sorry for the delayed reply. I see the download is working now. The issue was related to the download after submit add-on. Now you are using the Form Lock.
https://www.evernote.com/l/AUcj5HhW_eZDM6HO86kl_km1fDUHRlILdKsB/image.png
Unlocked the key from staging domain. Please try now.
Please check this FAQ answer https://www.wpdownloadmanager.com/doc/where-is-my-license-key/
I have installed the updated version of Download Manager. Looks like the error is gone. I have tested by creating a new user.
This issue could be related to the server settings. Please try changing the output buffering and resumable download options from WPDM Basic settings area.
Please send temporary wp-admin login info in private reply. I will set it up for you. Maybe you haven’t setup the theme options properly.
That does the job too if replacing the template after each update is not an issue for you.
Cheers 🙂
Please send temporary wp-admin login info in private reply to check the issue.
Please send temporary wp-admin login info in private reply to check the issue. The shortcode is working fine on our side, so I have to check your installation.
You have 2 options. The better option is creating a custom template tag for post excerpt. The easy option if editing the plugin file and removing the dots as shown in the following screenshot.
https://www.evernote.com/l/AUcdaQOBkolOyoNex5Iv6ENZD4an0jce634B/image.png
In the latest version, there is nothing in the line number indicated by the warning. So, I think the warning was logged from an older version. Please check if you find any recent log of this error.
Hi,
It is possible but requires code customization. No built-in feature available yet.
Thanks.
Hi,
PDF Stamper is an add-on for Download Manager plugin. You have to install the core plugin first to use the add-on. If you haven’t already purchased the core plugin, please check the pricing here https://www.wpdownloadmanager.com/pricing/
Thanks.
Please check the answers in the same order,
1 ) Column title for the URL/files is files
2 ) Not possible yet from core importer ( will add support soon ). Currently requires advanced CSV importer https://www.wpdownloadmanager.com/download/advanced-csv-importer/
3 ) Column title is individual_file_download and value for global is -1
4 ) Column title is cache_zip and value for global is -1
5,6 ) Requires advanced CSV importer https://www.wpdownloadmanager.com/download/advanced-csv-importer/
7 ) Not possible yet.
Thanks.
Hi,
Please send temporary wp-admin login info in private reply to check the issue.
The update should work if you are logged into your WPDM account from Downloads Settings Updates Tab.
You can also do the manual update by downloading the latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
Thanks.
Hi Stefan,
You can add the following CSS in customizaer Additional CSS option to customize the WPDM colors. Adjust the color codes to match your style.
/* Login/Reg Card Border Color */
.w3eden div#wpdmreg,
.w3eden div#wpdmlogin{
border-top: 5px solid #333;
}
/* Button Colors */
.w3eden .btn-primary{
background-color: #333;
}
.w3eden .btn-primary:hover,
.w3eden .btn-primary:focus,
.w3eden .btn-primary:active{
background-color: #444;
}
.w3eden .btn-success{
background-color: #555;
}
.w3eden .btn-success.disabled, .w3eden .btn-success.disabled:hover, .w3eden .btn-success.disabled:focus{
background-color: #555;
border-color: #555;
}
Let me know if I missed anything.
Best regards.