Forum Replies Created
Have you made any changes in pdf viewer add-on code? Can I install a fresh a copy of add-on and deactivate other plugins temporarily? Also, it will be helpful if you can send me the PHP error log file.
Keep the Allow Access option empty for those special packages. Then download will only be possible using manually generated links.
Generate download link feature works fine on my test. Please check if the user you are testing with has the administrator user role?
Looks like you are using an older version of Download Manager there. Please install the latest version. That should fix this issue. You can download the latest version here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
Deactivate and delete the old version before installing the latest one. You won’t lose any data.
Here is the suggested code for excluding WPDM from relevance. You have to add this in theme’s functions.php file.
remove_filter('posts_request', 'relevanssi_prevent_default_request');
remove_filter('the_posts', 'relevanssi_query');
Could you please send temporary wp-admin login info in private reply? I have to check the issue there.
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.
Hi,
User signup email doesn’t send the password. It adds only username and login URL.
You can create a page with this shortcode [wpdm_login_form logo="your_logo_url"] for WPDM login form. Set this page in Downloads Settings Frontend Login Page option. User will be redirected to this page when they visit /wp-login.php page.
It is not possible to modify my downloads table using shortcode parameters. But you have to create a custom template. Copy the /wpdm-custom-access-level/wpdm-my-downloads.php file and place it in /active-theme/download-manager/wpdm-my-downloads.php location and perform necessary changes.
Let me know if you have any further query.
Thanks.
I have placed 2 downloads per row. From your custom link template remove the style="width:50%;" inline style. That will fix the size. Provide user doesn’t have access to the templates so I couldn’t edit the template file.
https://www.evernote.com/l/AUfE-PmNXEtI8KpGhFm_evd6RWrbtaaG3A8B/image.png
Looks like some of your Google Contacts doesn’t have any associated email address.
Add the following line code right after line no 360 in /download-manager/libs/socialconnect/googleconnect.php file. That should fix the notice.
if( ! isset( $item['email'] ) ) continue;
https://www.evernote.com/l/AUcMLsONYCJLR6Hgwm7yQSMVpx8eaEYsUjkB/image.png
Add the following CSS in your Customize Additional CSS option to change button and border colors. Adjust the color code 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;
}
.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;
}
/* Dashboard Sidebar */
.w3eden .list-group-item.selected, .w3eden .list-group-item.active, .w3eden .list-group-item.active:focus, .w3eden .list-group-item.active:hover{
background-color: #555;
border-color: #555 !important;
}
/* Warning Panel */
.w3eden .alert.alert-danger[data-title] {
border-top: 27px solid #555 !important;
}
Unlocked your key. You can save it on your new domain now.
Hi,
The categories links are there to filter the posts based on selected order and order_by value. So, you have to set those filters first, then click the category link.
But I understand what you meant, you want to keep to category filter for the next action too. It is not possible right now but noted for future implementation.
Thanks.
Hi Anton, Please create a new support ticket and we will discuss your issue there. Thanks.
Could you please check the PHP error log in your server? That might help us to pinpoint the issue.
Hi,
PDF Viewer currently supports the password lock only.
You can embed the viewer in a post using a custom link template. The viewer uses the [doc_preview] template tag. So, you have to create a custom link template using this tag. Then use this custom link template when inserting the shortcode in a post. Create custom link template from Downloads Templates page. If you need help with that, send temporary wp-admin login info in private reply. I will create a template for you.
I have to check how the other plugin works before proving a quote on customization. Or we can create a completely new solution for it.
Thanks.
You can change the text on line no 396 ( File: /download-manager/wpdm-functions.php ) No other option available yet.
Please send login info and package link to check the issue.
Yes, we have a plan to offer some deals on Black Friday. Thanks.
Can’t access the page. Looks like you have blocked the public access. Changing button or other colors is pretty simple, just have to add some custom CSS, if you can show me the page I will share the custom CSS you need to change the color.
Hi,
Sorry, I don’t recall suggesting a third party plugin for this feature. Download Manager export & import might not be 100% compatible with third-party plugins as we haven’t collaborated with other plugin providers on this exact feature.
The for used in the CSV file you sent won’t work with WPDM’s CSV import. Because some column title doesn’t match the predefined title and some values ( e.g. access ) are not properly formatted. You have to follow the sample CSV file.
Thanks.
Try changing this <policy domain="coder" rights="none" pattern="PDF" /> to <policy domain="coder" rights="read|write" pattern="PDF" />