I may have misunderstood what he intended @shaon , he was referring to your plugin ?
I can’t use your plugin because I need to grant access to the download link with a membership that users obtain when they purchase a woocommerce products.
Is there a chance? For example by purchasing a your development’s package?
Thanks
Why the restrict shortcode of other membership plugin doesn’t work in your download templates?
for example:
[groups_member group=”Gold Plan”]
[download_link]
[/groups_member]
Is there a chance? For example by purchasing a your development’s package?
Thanks
HTML Code:
<!-- WPDM Link Template: Panel 1/3 -->
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-body">
<div class="media">
<a class="pull-left" href="[page_url]">
[thumb_60x60]
</a>
<div class="media-body">
<h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;height: 20px;overflow: hidden">[page_link]</h4>
<i style="margin: 4px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> [file_size]<Br/>
</div>
</div>
</div>
<div class="panel-footer"><div class="pull-left" style="line-height: 30px;"><i style="margin: 2px 0 0 5px;" class="icon icon-download-alt"></i> [download_count] downloads</div> <div class="pull-right">[download_link_popup]</div><div style="clear: both"></div></div>
</div>
</div>
<style>
.panel-footer .wpdm-download-link {
font-size: 10px !important;
padding: 3px 14px 5px !important;
}
</style>
We shall add block IP option soon. For now you can block those ips from hosting control panel and to block hot link you can use this add-on http://www.wpdownloadmanager.com/download/wpdm-block-hotlink/
Hi
Re the attached – how do I remove the download link completely so that people have to click on the item title only?
The shortcode I am using is
<span style=”color: #707070; font-family: ‘Open Sans’; line-height: 24px;”>[wpdm-all-packages items_per_page="20" jstable=1]</span>
Thanks
Wayne
Hi, we develop our sites in a development environment with different URLs than the live site (e.g. http://devsite.domain.com goes to http://domain.com). This creates an issue when moving the site from one URL to another. All paths to download packages break because the URLs have changed. Do you have a recommended method for updating/replacing development file paths to production file paths after a site has gone live?
Thanks!
-Nick
Hi,
I had an unrealistic large downloads spike yesterday and my hosting company suspended my website because of CPU overusage.
I run foodiesfeed.com and provide there food pictures free to download to anyone. Usually I got around 2 or 3k downloads a day.
However, yesterday and during todays night I had got 100k downloads together even though the traffic was usual which is 950 unique visitors.
Can you please help me to find out what may cause such huge downloads spike? The Siteground customer service told me to disable the plugin logging IP adresses into database. Is that possible?
Also, is it possible to block other people downloading from my website then those who are currently browsing it? So pirates can’t right click the download link, copy it and provide it somewher else other than on my website.
I’m quite misserable.
Kind regards,
Jakub
- Please use:
[wpdm_package id=ID template="link-template-panel"]
- Detailed docs available here http://www.wpdownloadmanager.com/doc/short-codes/
However the special short-code part is deprecated now, as there are not details link template option.
Template Docs:
Templates
Template Tags:
Template Tags
Add following code at the end of your theme’s functions.php
function add_custom_template_tag($vars){
if(function_exists("kk_star_ratings"))
$vars['kk_star_ratings'] = kk_star_ratings($vars['ID']);
return $vars;
}
add_filter('wdm_before_fetch_template', 'add_custom_template_tag');
Now you can use [kk_star_ratings] in link or page template to show the star rating.
Docs: http://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/
All Download Table can only block download link for now, you need to use short-code like this
[wpdm_packages template="link-template-panel" order_by="post_title" order="asc" paging="asc" items_per_page="10" title="" desc="" cols=3 colsphone=1 colspad=3]
This reply has been marked as private.
Hi I went ahead and purchased the plug-in. I’ve created 2 user roles in the WP-admin they are called Company A and Company B.
I currently have 2 download packages uploaded (each with an assigned user role, one company a and the other company b. When I log in as Company B, I should only see the download I’ve assigned to Company B, but I see both. In addition it says “blocked” where “download” should be. How can I fix this?
In a presale email you said…
in pro you will have option to hide only download link OR all contents including desc, package inf and file list as per your need.
I can not find this option…
Dear All,
I am trying to get a help here for the very last time. Is anyone able to resolve this issue finally?
What kind of difficulty prevents you to implement the working LinkedIn lock functionality?
As said, please check the example: http://www.scalatalk.com/viewtopic.php?f=4&t=53 where you see a LinkedIn share button and it works.
Why cannot be implemented that mechanism here?
You said already 4 times that this will finally work in the next version… Still doesn’t… 🙁
Anyhow the number of downloads is not increasing as well… And I am on the latest version of download manager as well as appshop theme.
Possible to help me?
Thanks and Best Regards,
lcseri
- Access field name is
__wpdm_access , but the value should be a serialized array of role name(s)
- Same as #1
- link template filed name
__wpdm_template
- Same as #3
- update wp_post set post_content = “Description here” where post_type=’wpdmpro’
- same as #5
For #1 ~ #4, use SQL:
insert into wp_postmeta (post_id, meta_key, meta_value) select ID, 'Field_Name', 'Field_Value' from wp_posts where post_type = 'wpdmpro';
However next update of default value add-on will have bulk update feature, which is coming within this month.
– front-end page in which directories are visible in a scroll down menu, user can upload files in it just selecting them. Furthermore, if I add the front-end short code to a page I get a not found page error when trying to create a new package or edit the profile. I have already tried to save the permalinks option again but it doesn’t work.
– download page in which user can choose the directory from a scroll down menu and get to the documents in it to download them.
thanks
Hi guys,
unfortunately the [download_link] shortcode seems not to work on the file detail page. When logged out the link template shows the red login button for people to login to access the file (screen 1). But on the detail page when logged out no button occurs that shows people to log in in order to access the file (screen 2).
But both templates, the link and the page template are using the [download_link] shortcode. How can I display the login button then also on the detail page (screen 2)?
Thanks so much!
Hubertus
If you are using http://www.wpdownloadmanager.com/download/advanced-custom-fields/ , then tag name depends of the name of custom field you are using there and which can be copied from custom field settings page. However to show post author, use tag [post_author] in link/page template.
I see everything is already setup properly, only thing was missing is guest download page as you activated guest checkout and download. Anyhow I’ve created it http://www.furniturefirst.coop/downloadmgr/guests-downloads/ .
However you won’t have to create page for using short-codes like this http://www.furniturefirst.coop/downloadmgr/stationary-upholstery/ , you can directly link category page like this http://www.furniturefirst.coop/downloadmgr/downloads/market-special/ with your menu from menu manager or here http://www.furniturefirst.coop/downloadmgr/.
Hello,
On our archive page, (and in the widget ‘most downloaded’ and ‘latest downloads’) I’d like the ‘download’ button to actually take people to the file page rather than act as a direct link to the file itself. How can I change this?
Many thanks,
bplumb
For reference – the install failed partially, hence the issue. Resolved.
Matter is you can’t use [download_link] as a value if href attr. as the tag generate complete html link for download, if you want to use in href, use [download_url]
and [download_url] only will work for public downloads.
looks like some js conflict with your theme, please create a new page template, use template tag [download_link_extended] instead of [download_link] and use the template. Doc: http://www.wpdownloadmanager.com/doc/templates/ . However if that doesn’t resolve your issue, please give me temporary wp-admin login info in a private reply, I’ll check it in details.
This reply has been marked as private.
The ‘problem’ has actually turned into a link in the submission above. Please see attachment for the code which is causing an error on the icon.
It used to just create a direct link on the icon and then I had the download link in text to the right of the icon , now it shows the filename before the icon (download link) and a code leak after it.