Forum Replies Created
in that case, wpdm has nothing else to do, it is actually totally related with your server char encoding. You may try contacting with server support.
At step one, what you need to do is Copy /public_html/wp-content/plugins/download-managers/tpls/ dir to /public_html/wp-content/themes/generatepress/ , we didn’t ask for FTP to modify, we asked it to check your modification. If you need customization, we have custom upgrade service http://www.wpdownloadmanager.com/support/topic/custom-upgrade-service/ .
Yes, it is ready now http://clics.online/store/
The actually, your theme developer would be able to point it easily 🙂
Frontend is working fine now – http://acer.rose-noire.fr/compte/
You will see login page when you remove maintenance mode.
Please let me know if you have any other question.
I’m not seeing any wpdm template file in your theme dir.
- Copy
/public_html/wp-content/plugins/download-managers/tpls/dir to your active theme dir ( /public_html/wp-content/themes/generatepress/ ) - Rename it to
download-manager - Now remove all files from
/public_html/wp-content/themes/generatepress/download-mamagerexcept the ones you need to modify - Edit template file(s) in
/public_html/wp-content/themes/generatepress/download-managerdir as per your need
Please update to latest version, that will fix the issue.
Did you try activating sanitize filename option from wpdm settings page?
From you screenshot, button bg style should be like:
.wpdm_submit.btn.btn-success{
background: #30D3C1 !important;
}
Give me live url to suggest proper css for complete style.
Please add following code at the end of your theme’s functions.php to change the text:
add_filter("wpdm_email_lock_heading", "wpdm_email_lock_heading");
function wpdm_email_lock_heading($heading){
return "Your Custom Title Here";
}
To change button color, add following css at the end of your themes style.css:
.wpdm_submit.btn.btn-success{
background: #colorcode !important;
}
Actually, we shall not do custom modification there, we just wanted to see how did you do your modification. However, from wp-admin, I didn’t see any /download-manager/ dir inside your active theme, which mean, you actually didn’t follow the step #3 or the dir is invisible from wp-admin theme editor.
I just checked, seems, it is showing fine at front-end:
https://www.evernote.com/l/AV2LU682jP5HsLHy4MO0lRAsEthgKWbJesMB/image.png
I activated the theme in your subsite “store”. May you please install wpdm pro from network admin, so that I can configure it there for you.
Found the issue, it is with your theme, Some code in your theme is modifying search query, we are passing post type = wpdmpro, and it is changing it back to post:
https://www.evernote.com/l/AV3Mn1UZCMdG6KhDGvfbHUzARI6thbl6ieYB/image.png
Try changing theme, it will work fine. Please contact your theme developer to fix the theme code.
Please give me live url to check and suggest you required css change.
@manuelpalachuk, you simply need to create a new link/page template or clone an existing template, then edit html and save. Yes, you can override class css styles by apply new rules for that class in custom css box showed in earlier reply :), but please let me know if anything is not clear, or you may also give me a mockup image of the template, in that case, I can suggest your proper css.
@jj1, Yes, you need to create a new link template only using tag [download_link_extended]
You can set the limit from here
https://www.evernote.com/l/AV1pNZZ3gI5ISpb3HPclSW675-R-VChKbRcB/image.png
You need to adjust it from your server. Go to Control Panel Region Administrative Change system locale and select Your Language in the drop down menu.
If you may update to the latest version, the issue will be fixed ( v3 to v4 upgrade docs: https://www.wpdownloadmanager.com/support/topic/updating-from-wpdm-pro-v3-to-v4/ ), otherwise, please give me wp-admin login info in a private reply, I shall adjust it in your installation.
Yes, please download and install this free add-on https://www.wpdownloadmanager.com/download/premium-package-wordpress-digital-store-solution/ for pricing options.
You can find the using inspector:
https://www.evernote.com/l/AV1B1Boa7OlL4KkdY0zwyzSga54oqSPRkTAB/image.png
However, if you want me to find it for you, please give me your URL.
- We used Crypton theme there ( https://www.wpdownloadmanager.com/download/crypton/ ), btw, the theme is integrated with the special pack already https://www.wpdownloadmanager.com/download/wordpress-download-manager-special-pack/
- If you import sample data of that theme, all required pages will be created automatically
- as #2
- You need to use shortcode [wpdm_frontend], docs: https://www.wpdownloadmanager.com/doc/short-codes/wpdm_frontend-front-end-uploader-ui/