shaid
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] Unable to upload file with the word transcriptHi, I just tested with uploading files with the “Transcript” in the file name, it is uploaded properly. No problem. May be there is another issue.
Thanks- This reply was modified 4 years, 4 months ago by shaid.
Forum: Plugins
In reply to: [Download Manager] recaptcha not workingPlease check guideline for recaptcha to work https://www.wpdownloadmanager.com/how-to-configure-recaptcha-for-wordpress-download-manager/
I think you might have problem with recaptcha connection…
If you still have the problem you might submit a request to review it https://www.wpdownloadmanager.com/support/
Thanks
Forum: Plugins
In reply to: [Download Manager] Icon Size IssueHi, You can check download manager settings to select Bootstrap 4 after new update. May be it can resolve the issue.
Please let us know if it works.
Thanks
Hi, Thanks for using WPDM plugin.
Your shared page link is login protected. If you can remove the login protection or can share the credential we can check the issue.
You can share your info with temporary login credential privately in WPDM forum https://www.wpdownloadmanager.com/support/
Thank youForum: Plugins
In reply to: [Download Manager] Download Button Direct LinkHi, you can generate direct link by using shortcode
[wpdm_direct_link id="Package ID" target="_blank" label="Download Me!" class="css class names" eid="element-id"]
you may also check the docs https://www.wpdownloadmanager.com/doc/short-codes/wpdm_direct_link-embed-direct-download-link-as-a-simple-text-link/ to get more about it and options.To list all packages as a table form you can check the shortcodes with lots of options
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/Please let us know if you need more things to do.
Thank youForum: Plugins
In reply to: [Download Manager] Page not found error, or redirects directly to file@mmcginnis Thanks for using WPDM.
We are using thousands of sites without using other third party custom post types plugin and its worked perfectly. The problem may be from other sources your theme, plugins, versions or another settings.
If you need more help you can share your info with temporary login credential privately in WPDM forum https://www.wpdownloadmanager.com/support/
Thank youForum: Plugins
In reply to: [Download Manager] Opening PDF in new windowHi, Thanks for using the plugin WPDM.
Yes, If you need to open the pdf in the browser then you need to select “Open In Browser” from Downloads Settings of Admin Menu => Basic Tab File Download Section
Alternately you can check add-ons https://www.wpdownloadmanager.com/download/wordpress-pdf-viewer/ which have some more features and will give you more options.
Thank youForum: Plugins
In reply to: [Download Manager] How do we make the list sort by publish date ?Hi, a shortcode already there to display list as your requirement with sorting options.
Please check the docs with options available https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/and let us know if you are looking for something else.
Thank youForum: Plugins
In reply to: [Download Manager] Downloads Not WorkingThanks for using WPDM. Nice to see you get it worked and the issue has been notified to the admins.
- This reply was modified 4 years, 8 months ago by shaid.
Forum: Plugins
In reply to: [Download Manager] Download as simple linkYes, its possible and already in there. Here is the docs to follow.
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_direct_link-embed-direct-download-link-as-a-simple-text-link/Hope this will solve the problem.
ThanksForum: Plugins
In reply to: [Download Manager] “Not Acceptable” error messageit’s a server related issue. First, make sure your .htaccess file doesn’t have any silly rules in it and the file permission is rightly set. Then you can contact your hosting support to see which rule Mod_Seurity disabling.
Forum: Plugins
In reply to: [Download Manager] Big IconOK, it is css issue which is coming from your theme where you have defined a class .btn in https://www.digital-den.jp/simplelife/wp-content/themes/ultrarocketman/responsive.css
so there needs some css modification as your requirement.
ThanksForum: Plugins
In reply to: [Download Manager] Big IconYou can check download manger settings to select Bootstrap 4
If problem persists we need to check more.
ThanksForum: Requests and Feedback
In reply to: admin and user dashboard barYou can disable the bar for frontend view from plugin or theme function by adding add_filter(‘show_admin_bar’, ‘__return_false’);
Please try with latest version, hopefully it will not show again.
Thanks