-
AuthorSearch Results
-
Jan 16, 2018 at 9:58 am #68045
Topic: Huge lags with latest version
in forum Download Manager Pro
SUPERIOR SRLMemberHi,
Sice I installed the latest version the website lags very much, especially on the pages with links to downloads (but also on the backend). About 1 minute to open pages!Thank you in advance
GabrieleJan 15, 2018 at 9:24 pm #68034In reply to: How to show ONLY featured image for download link?
Hasibul Amin HemelBlockedHi, Seems like there is a problem with the
"/plugins/download-manager/cache"directory on your server. The thumb images won’t loading for permission problem.
I have created the thumb template and changes all packages with link template code in the page. It should be showing feature image with the direct download link in the grid.Please send your FTP to check the issue. Or contact server admin.
Thanks
Jan 15, 2018 at 7:06 pm #68026In reply to: Can't Get Frontend UI to upload on website
ShahriarModeratorOn the frontend, you can edit/manage only packages created by you. But you can, of course, download files created by others.
You can view the package by clicking ‘View’ link from ‘All packages’ admin page. If you want to show all packages then use
[wpdm-all-packages]shortcode to list all downloads in a tabular format.Jan 15, 2018 at 5:17 pm #68012In reply to: How to show ONLY featured image for download link?
ShahriarModeratorPlease create a custom link template from Downloads Templates page with the following code,
<a href="[download_url]">[thumb_100x100]</a>Use this custom link template with your shortcode to show the pacakge featured image with the download link. You can adjust the image size ( I have set it to 100×100 ) to match your requirements.
Or send temporary wp-admin login info in private reply, I can create the custom template for you.
Jan 14, 2018 at 9:39 am #67973In reply to: How to show ONLY featured image for download link?
Hasibul Amin HemelBlockedHi,
You can create a custom template(link for use with shortcode/page template that will work with single category) to show only feature image and the download button for a file/package. You can find the existing template files from
/wp-admin/edit.php?post_type=wpdmpro&page=templates.You can put
[preview]to show feature image and[download_link]which gives you the direct download link. You can use HTML to design this template with the available tags.If you still find it confusing let me do it for you.
Resources:
Building a WordPress Download Manager Link Template from Scratch
https://www.wpdownloadmanager.com/doc/templates/template-tags/
https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/Thanks
Jan 13, 2018 at 2:35 pm #67955In reply to: Order_By –> Linkname
ShahriarModeratorDo you mean sort by package/download name?
You can add
order_by="title"to sort by title.Here is the link to shortcode doc https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/
Jan 12, 2018 at 5:59 pm #67921In reply to: Preview not showing
Hasibul Amin HemelBlockedHi,
There can be several issues that the images are not showing. If you changed your domain also then there might be old domain link still into the database that is not replaced. Or in your new hosting check the folder permission, and if they are
755, then its ok. If you have had any cache plugin which stored cache files then remove them.The WordPress download manager files are stored in
wp-content/uploads/download-manager-filesfolder. check the folder and the permission.If the problem does not resolve then send the login info in private to check.
Thanks
Jan 12, 2018 at 5:44 pm #67917
Hasibul Amin HemelBlockedHi,
You can use Directory addon and use Archive page for showing the document library page.
You can use link template to show customize template where the user can click on “view” button then view them in a tab if they are pdf files. You need to use this
<a href="[download_url]" target="_blank">View</a>code in the template.If you are not sure how to customize template then let me know, i will do that for you.
Thanks
Jan 11, 2018 at 3:21 pm #67889In reply to: Tabular format – Categories filter
Jeferson MatanaMemberI’m already using the all packages shortcode, but clicking on the category to filter I find it unintuitive. The shortcode already has a top selction filter to filter the amount of downloads shown on the table. I would like another dropdown selector for the categories. Is it possible to edit javascript like the link that I sent to work with wpdm?
Jan 11, 2018 at 2:33 pm #67885Topic: Order_By –> Linkname
in forum Download Manager Pro
Eura MobilParticipantDear Support,
how is it possible to order the downloads by the filename?
this is our general shortcode:
[wpdm_category id="XXXX," cols="1" toolbar=0 item_per_page=30 template="XXXX" order_by="post_title" order="asc" ]what do I need to put in order_by=”XXXX” to change the order to the linkname I entered in the download form.
Jan 11, 2018 at 5:47 am #67858In reply to: Pay as you want bug
ShahriarModeratorI understand your use case. We have added this to our to-do list. For now, you can create a separate free package and share the download link on the pay as you want package. So, the user can have access to both options.
Jan 10, 2018 at 8:58 pm #67851
Hasibul Amin HemelBlockedHi,
Adding target blank is not available with the shortcode yet.
But,
You can modify an existing link template file fromwp-admin/edit.php?post_type=wpdmpro&page=templatesthis page.And add this code
<a href="[download_url]" target="_blank">[icon]</a>to make download target blank.And use this template tag with the shortcode.
Thanks
Jan 10, 2018 at 8:24 pm #67844In reply to: No download when trying Test Pay
tedMemberThanks for your help…It’s very confusing…
OK, so I am getting there, but when I clicked on the download link for my test file, firstly I got “Package not available”, then when I tried a minute or so later, I got this message which is most undersierable : Calling 911! You better run now!!
How on Earth do I get rid of that, and why is it showing that instead of just downloading the test file?
Jan 10, 2018 at 7:21 pm #67836Topic: Tabular format – Categories filter
in forum Download Manager Pro
Jeferson MatanaMemberI’m making a page with a tabular view for downloads, but I would like to put a selector like the link bellow for categories:
https://datatables.net/examples/api/multi_filter_select.html
Could you help me configure?Jan 8, 2018 at 6:49 pm #67684In reply to: Package List Addon
Victoria RossiMemberHello,
My clients are getting told their links have expired when they click on the link that was emailed to them. The message reads, “Download link is expired. Please get new download link.” Why does this happen? Is there a way to manage expirations? I saw responses in the forum regarding Dropbox expired links but not on expired link messaging from the emails. How can we manage this? We didn’t set an expiration date on the packages.
Separately, will our updating the package and re-uploading a new one in its place cause the link to expire? If so, how can we replace files without having that happen?
Thank you.
VictoriaJan 8, 2018 at 6:49 pm #67683In reply to: Edit Prime Theme featured items
ShahriarModeratorFile :
/themes/prime/homepage-blocks/featured-items.phpPlease change
<?php the_permalink(); ?>to<?php echo wpdm_download_url(get_the_ID()); ?>on line 28Jan 8, 2018 at 6:19 pm #67678In reply to: Package List Addon
ShahriarModeratorThe issue is not on this page https://welscongregationalservices.net/wp-admin/admin-ajax.php?action=wpdm_add2list_options&p=154#
This link is supposed to load on a modal as it does in the demo. But the modal is not working with the theme.
When you click on “My Resources” here https://welscongregationalservices.net/000-jd-sample-bookmark-resources-page/ the modal appears for second and then redirect to this page https://welscongregationalservices.net/wp-admin/admin-ajax.php?action=wpdm_add2list_options&p=154#
But it shouldn’t redirect.
Jan 8, 2018 at 3:32 pm #67666In reply to: Directory Add-On Display
ShahriarModeratorThere is an
order_byparameter in archive shortcode. You have to use that to show latest packages initially. To show latest downloads at first use order_by date and set order descending like the following shortcode.[wpdm-archive cat_view="extended" button_style="default" link_template="link-template-calltoaction2.php" order_by="date" order="desc" items_per_page="10"]Jan 8, 2018 at 3:19 pm #67665In reply to: Package List Addon
ShahriarModeratorCreate New list link doesn’t link to the same URL. Two URLs are same on your site because of the popup issue. Fixing the popup will also fix the create new link.
If popup issue is fixed it will work like the demo.
Login URL ( demo/demo ) – https://themes.wpdownloadmanager.com/appmarket/dashboard/
Package List Demo – https://themes.wpdownloadmanager.com/appmarket/package-list-wish-list-collections/
Jan 8, 2018 at 12:51 pm #67651
wlm2015MemberHi, just bought the plugin and there are so many bugs!
So far it is not working. Not even the logo will show up. Plus, when I click the download link to download my package, it downloads a text file that says “Download is not available yet.”Jan 6, 2018 at 7:44 am #67586In reply to: Custom archive page with category title as header
qstieglerParticipantHi,
thanks for your response.
I already read this how to guide for creating a custom template but FIRST this doesn´t work as every file which is in a new download-manager folder just gets ignored and SECOND as I wrote before, the template which is been used for the listing of the download links in one category is the {active-theme}/archive.php and this one is not provided by wordpress instead of the download manager plugin.
Hope you can help me.
Jan 6, 2018 at 7:27 am #67584In reply to: Custom archive page with category title as header
Hasibul Amin HemelBlockedHi,
If you need specific link template you can build one by copying from existing or using blank template from
/edit.php?post_type=wpdmpro&page=templates.If you need extra customization you can, you need to edit template files inside /plugins/wpdm-arhive-page/tpls/ dir. Please follow the following steps to edit a template file so that new update doesn’t erase your changes:
– Create a dir named download-manager inside your active theme directory if it is already not there.
– Copy all the files you need to modify from /plugins/wpdm-arhive-page/tpls/ dir to download-manager inside your active theme dir
– Update template file(s) in {active-theme}/download-manager dir as per your needThanks
Jan 5, 2018 at 4:46 pm #67550In reply to: how to create app in box.com
Hasibul Amin HemelBlockedDirect Links At the bottom of the shared link settings pop-up, you will find a direct link to your file. A direct link is a web address (URL) that links directly to a file (without using Box Preview). This is different from a regular shared link, which will bring users to the Box preview screen for said file. Direct links end with the file's extension type. Therefore, if you are linking to a Microsoft Word document, a direct link will end with *.doc. When a user clicks on the link, the file will be downloaded onto their computer or opened by a default program, depending on computer settings. Direct linking can also be used to host images or files for your website or blog. Direct Linking is only available for individual files and is unavailable for folders. A link to a folder will always be a web address of a Box page.You will need to select it for individual file link from link share type.
Follow that guide to achieve this.
Thanks
Jan 5, 2018 at 3:30 pm #67541In reply to: how to create app in box.com
Hasibul Amin HemelBlockedHi,
Direct download is not available for the free user, This is a premium feature. And you can follow this guide to achieve the direct download link from any file.
Thanks
Jan 4, 2018 at 4:34 am #67504
Nathan LyleMemberWhile the files appear to order as expected, child categories don’t… or is there a separate way to indicate how those should be sorted? On my page I have the main category “Council Meeting Minutes” and then sub categories for “2018”, “2017”, etc. The files sort by date as hoped, but not the child categories.
This is the shortcode I’m using: [wpdm_tree download_link=1 category=”city-council-meeting-minutes” orderby=”date”]
-
AuthorSearch Results
Search Results for 'download link'
-
Search Results
-
Hi,
Sice I installed the latest version the website lags very much, especially on the pages with links to downloads (but also on the backend). About 1 minute to open pages!Thank you in advance
GabrieleTopic: Order_By –> Linkname
Dear Support,
how is it possible to order the downloads by the filename?
this is our general shortcode:
[wpdm_category id="XXXX," cols="1" toolbar=0 item_per_page=30 template="XXXX" order_by="post_title" order="asc" ]what do I need to put in order_by=”XXXX” to change the order to the linkname I entered in the download form.
I’m making a page with a tabular view for downloads, but I would like to put a selector like the link bellow for categories:
https://datatables.net/examples/api/multi_filter_select.html
Could you help me configure?Hi, just bought the plugin and there are so many bugs!
So far it is not working. Not even the logo will show up. Plus, when I click the download link to download my package, it downloads a text file that says “Download is not available yet.”