Forum Replies Created
I see that you have already translated the Password Panel title. If you want to change it you can just update your translation file with the text you want as title.
Maybe conflicting with another plugin. Could you please try deactivating other plugins? Or send temporary wp-admin login info in private reply, so I can check this.
Let me know if still having the permission issue.
You can insert the accordion only for selected sub-categories instead of setting the category to parent. The Accordion shortcode support multiple categories separated by commas. Does it work for you?
Your shortcode will look like the following shortcode,
[wpdm-accordion cats="cat1,cat2,cat3" cat_style="default" subcat_style="success" template="5aafb49c1b0c2" orderby="title" order="asc"]
Hi,
You can use Pro license on only 1 domain at a time. But you can move the license from one domain to another. We just have to unlock the key from the old domain when you are moving to the new one.
If you need both sites active then please purchase another Pro license or upgrade your license to Business license ( 5 sites )
Thanks.
No need to customize the verse template except the one change you suggested above. Create a custom page template ( Downloads Templates ) with the info you want to show. Then apply the custom page template in package settings.
Hi,
We provide the custom upgrade service based on required hours needed to complete the customization.
I need details specification of your requirements to give you quote on customization.
Thanks.
Image buttons are working now. Updated the add-on on your site.
Download error is shown when the user doesn’t have access to the package. As your screenshot shows, the package is allowed for only administrator role. Are you viewing the package as admin?
You can change the ‘Subscribe to download’ text from lock options in package settings meta box.
https://www.evernote.com/l/AUc3Fw6GJ1dNkLLVPLzsvPeHdqPP4p524cMB/image.png
Hi,
Please update the Download Manager plugin on your site. You are using an older version. Looks like you have also modified the frontend uploader template. The issue may be related to it too.
However, please let me know if updating WPDM doesn’t fix the issue.
Thanks.
Could you please check if there is an option to exclude packages ( wpdmpro custom post type ) from membership restriction? Or send temporary wp-admin login info in private reply, So I can check this.
Are you pointing to the panel head background and text color?
https://www.evernote.com/l/AUeSzH8lV7ZC1Lv9c_bmantEPcbgZseFWykB/image.png
Here is the codes I added to your Customizer Additional CSS,
.w3eden .list-group .badge{
width: auto;
background:#52504f !important;
}
.w3eden .panel-default > .panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #dddddd;
}
Hi,
Unlocked the key from your old domain. It should work on your new site now.
Thanks.
1 ) You can email download link only for packages without locks.
2 ) By active-theme I meant the theme you are using now. So, for it should be /homa/download-manager/ Send FTP info if you need help with in this. I will create the template file for you.
Please login to your WPDM account from Downloads Settings Updates tab. That should allow the plugin update from Plugins page.
Or you can just download the latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
In this casne, you have to deactivate and delete the old version before installing the new one.
Please send temporary wp-admin and WPDM login info in private reply to check the issue.
Please send me the license key in private reply.
Hi @studionomad,
– You can set custom download button text from Package Settings Meta Box Link Label option.
– To open the file in new tab use a custom template. Clone the current template you are using now and replace [download_link] template tag with <a target="_blank" href="[download_url]">[link_label]</a>.
Hi Ricardo, Could you please send me the page URL or let me know which page template you are using there?
The preview was messed up by Animate Lazy Load WordPress Plugin. It was replacing the preview icon URL. I have disabled it, the preview is working now.
Added custom CSS to change the badge background color.
Please send temporary wp-admin login info in private reply. I have to check there to find the issue.
Please add the following CSS code in your theme’s Custom CSS Option or style.css file. This should fix the overflow and mobile screen issue with [popup_link] tag.
.w3eden .modal-body {
max-height: calc(100vh * .7 );
overflow-y: auto;
}
.w3eden .modal.in .modal-dialog{
max-width: 99%;
margin: auto;
}