The demo is using this theme http://www.wpdownloadmanager.com/download/crypton/ , however, you can create similar blocks using category short-code and link template panel even without that theme.
1. I would like to set up a login form and register form to access the download area but I did not understand how you set.
— here it is: http://treativa.it/bozze/chairsandmore/area-download/
2. when a user logged in, I set up a page with the download categories on the left and the right download. that it imposed with widgets, correct?
— You can add wpdm category widget but the layout will totally depend on your theme, however this add-on http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ also have some similar layout
3. when I view the download category there is a warning (http://treativa.it/bozze/chairsandmore/downloads/cataloghi-prodotti/). Why?
— I’m not seeing any warning there
4. when I view a download linked files have problems: http://treativa.it/bozze/chairsandmore/download/prova/
— It looks like attached files are already delete or missing , I’m not seeing them in /wp-content/uploads/download-manager-files/
, But I’ve tested here http://treativa.it/bozze/chairsandmore/area-download/test-doc/ with another file from your server and got it working fine
Hi Everyone,
I have just installed the pro-version. I have locked downloads by email. When I click on download I get the pop-up to enter name/email after which the message that a download link has been sent to my email is displayed. When I checked the subscriber list nothing has been logged and in most cases no email is received. I have tested with different emails and its only yahoo and one webmail that the emails were actually received.
Anyone with similar experience? How did you resolve it?
Thanks for your help.
BWA
Hello,
Please find the answers by same order,
1. To show login/signup form enable the option from Download Manger Basic Settings Messages area http://www.wpdownloadmanager.com/doc/settings/basic-settings/
2. Place WPDM category widget in your sidebar
3. Didn’t see any warning there
4. File linked with this package was not found in the server. Maybe you deleted or moved it to another location.
Thanks.
Just tested, looks like working fine now:
View post on imgur.com
However, you still can use [download_link_popup]
instead of [download_link]
in your link template to show the info in a modal popup instead of pop-over, Doc: http://www.wpdownloadmanager.com/doc/templates/
It was working great, then I noticed that my site’s content was getting messed up: i.e. One section of pages (the parent and all children pages) were only showing the parent’s content suddenly. Clearing permalinks did not work until I disabled WP Download Manager plugin, so it must be creating a conflict. Help, I need this 🙁 I added the plugin today so I know it is the issue.
I’m sorry but i don’t understand at all how it works. What i’m trying to do is ask for register to download. And administrator has to confirm authorization from dashboard to let the link display
Please help !
Hello Candeos,
Right now we don’t have any solution to link WPDM to ZOHO. But we can offer you custom service., to use email lock data for ZOHO leads generation. You can see details of Custom Service here http://www.wpdownloadmanager.com/download/custom-upgrade-service/
Did you check ‘Email Download link’ option? https://www.evernote.com/l/AUeF6Ow4_hVIO7FAj76t6YvUKHQGmlxysxU
Thanks.
I am looking to upgrade to version 4.4 for my website http://www.retodayshow.com and cannot find the file to download. Could you please post a link to the download file. Thanks
I was wondering if there was a way to push the subscribers for my downloads via e mail lock) to zoho crm. I see you have one for mailchimp. Is there a way to split the first and last name and push that over to mailchimp as well? Thanks!
Also, I am hivng problems e mailing to download link. The e mail gets sent but no link appears. Thanks!
Select ‘Call To Action 3’ from Link Template dropdown in package settings.
By the check these themes http://www.wpdownloadmanager.com/downloads/themes-2/ These themes are optimized for WPDM.
Hello,
I recently updated the plugin to the latest version (4.4) and I noticed that the links in the dashboard generated by the [wpdm_frontend] shortcode throw 404 – not found errors. The links with the 404 errors are:
/create-download-product/add-new
/create-download-product/sales
/create-download-product/edit-profile
Before the update, links where based on a GET parameter (?task=add-new or something like this).
How can these issues be fixed?
Thank you for your help.
Hi,
I think you did not understand what i am referring to as Template. Did you checked the doc link i shared with you? You are already using a Page template , but need a customized template to show only thumbs.
I already wrote the template code above.
To create a WPDM Page template,
1. Go to Downloads Templates Page Templates Tab
2. Clone an existing template
3. Copy and Paste the code from previous reply in code area
4. Give the template a name
And you have created a new template!
Select this new template from Page Template drop down (http://awesomescreenshot.com/0515dpz30f) in Package settings when creating a new package or editing old one.
Thanks.
When using the following shortcode (as inserted by the editor button)
[wpdm_tree category=”3″ download_link=1]
It shows ALL categories. It is not respecting the category number.
Hello. I updated the plugin to 4.4 and now on my page the download links aren’t working. It doesn’t look like the page layout works either. I’m using the shortcode: [wpdm_category id="bulletin" template="default" item_per_page=50]
Any ideas what is wrong with it?
http://champain.co.uk/bulletins/
Thanks for your help.
You can’t replace [download_url] with [download_link]
[download_link] will generate complete link html
[download_url] will simply return the URL
Template tag docs: http://www.wpdownloadmanager.com/doc/templates/template-tags/
so you need to replace <a href="[download_url]">...</a>
with [download_link]
.
But, your package is protected and you can’t link it with your featured image using [download_url]
tag.
This reply has been marked as private.
Here i added two classes ( btn and btn-primary ) to add button style in my download link,
<a class="btn btn-primary" href="[download_url]" target="_blank">[link_label]</a>
That can’t be done using [download_link] You can show your button by adding css class with a tag in above example .
Thank you for the reply, how do I get it to work with [download_link] instead of [download_url]? I need it to work with a button.
Below is an example page
SpreadsheetShoppe Link
Home → Wpdmpro → APY & APR Converter Download
I’m wanting the Wpdmpro to be hidden.
How I have to change? when I change [download_url] to [download_link] in Template I get download button instead of thumb
used Template:
<style type="text/css">.more_previews_a{display: block;float: left;margin-right: 6px;}</style>
<div class="row">
<div class="col-md-12">
<a href="[download_url]">[thumb_720x0]</a>
</div>
</div>
<div class="row">
<div class="col-md-12">
<table class="table">
<tbody>
<tr><td>Download</td><td>[download_count]</td></tr>
<tr><td>Size</td><td>[file_size]</td></tr>
<tr><td>Create Date</td><td>[create_date]</td></tr>
<tr><td>[icon]</td><td>[download_link]</td></tr>
</tbody></table>
</div>
</div>
[description]
Hi,
[wpdm_frontend] shortcode if for managing packages from frontend.
To show multiple packages with download link use [wpdm-all-packages] shortcode. You can choose various parameters. Insert this shortcode using tinyMCE button.
Install following addon to add tinymce button in editor.
http://www.wpdownloadmanager.com/download/advanced-tinymce-button/
OR
write the shortcode yourself, Here is a sample,
[wpdm-all-packages categories="flat-ui-2,free-psd,html-css,icons,pro,wordpress," items_per_page=5]
Thanks.
I’m very new to using Download Manager Pro.
When I’m posting links to my files for download the link takes people to “Home > Wpdmpro > File Name”. I don’t want the Wpdmpro to show up. What are my options? Can I change this name, if so where and how? Can I just remove it, if so how? Any help would be great.
Thanks
This reply has been marked as private.