This reply has been marked as private.
you can use category short-code like [wpdm_category id="category-slug"] ( use the add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code ). But the exact view as your url is not ready with wpdm pro. but it can be done through a custom upgrade. Anyhow if you was me to setup the category short-code, please give me a temporary wp-admin login info in a private reply.
please give me your url to check. if you looking for image button, you need to use this add-on http://www.wpdownloadmanager.com/download/wpdm-image-button/
This reply has been marked as private.
Hi,
I bought the pro to have the possibility to let members upload files too.
I added an upload page and it is possible to logon but when a user is logged on they see the tabs and when hoovering above the tabs the url is visible but clicking the tab won’t do anything.
When I rightclick the button and copy the url and paste that url in the addressbar it works, but what is wrong with the tab clicking?
thnx in advance,
Mike
I’m using a plugin to password protect a page with with some downloads. I have the pdf file url covered; the plugin masks that file so if you put the url in the browser ( i.e. http://mysite.com/alpha/download/myfile.pdf) it won’t download.
BUT when I put this in the browser url — http://mysite.com/alpha/download/myfile/
— I get a page like the attached where I can download. I don’t want these pages.
What code do I need to add and to which template so that there is no detail page, just my download link.?
I haven\’t received a reply regarding a link + page template in a previous post, so I\’m going to simplify my request, so that I can get something up right away as client expects to see it tomorrow.
I just want a link template that looks like the one I\’m using now, but since I\’m going to password protect packages, I\’d like a popup to appear upon click that asks for the password. Once the correct password is entered, the package downloads. Could you please, please add the necessary code to what I have below so I can get something up? Thank you.
[title]
Where I think I have it tracked down to is;
.wpdm-all-categories li{
background: url(‘%3C?php echo plugins_url(‘) no-repeat left center;
padding-left: 20px !important;
float: left; list-style-type:none !important
Just trying to figure how I can make it look like a “button” or something to make it a little fancier instead of just plain text.
Here’s the code in my link template. Is there anything I should add — or take off?
[icon]
[title]
in that case use something like this:
<div class="col-md-6">
<div class="thumbnail">
<div class="media">
<a href="[download_url]">[icon]</a>
<div class="media-body">
<h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[title]</h4>
[download_link] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-download-alt"></i> [download_count] downloads
</div>
</div>
</div>
</div>
@Nikodemsky, yes, actually it was built to show lightbox preview for additional preview images with wpdm pro, anyhow you can stick to your notmal light box, you need to make another call using proper class. anyhow please give me your url where you trying to apply, then can suggest you the changes 🙂
@Nikodemsky, thanks 🙂
@Charles-McPadden, please give me your URL to check.
@ram1234, for now you can remove those directly from html, but we are coming with new add-on named “quick share”, where at front-end it will mostly will work as files hosting systems, like: a simple form to upload file ( title, description and upload ) and share url, you also will able to specify storage space for users.
in v3 of wpdm, the tweet lock url went to the page that i added the shortcode to, which was fine. now in v4, the tweet url goes to the download page, not the page where the shortcode is – how can i fix this? thanks!
@skyflash, Thanks, i’ll add.
@tonism, please give me your url to check
1. I already am using 2.0.1 – but template is a mess, check url.
2. Sorry, but i can’t see it… there is only Twitter bootstrap and Archive Page link template under misc settings, nothing else.
3. I used code: [wpdm_category order=asc order_by=title id=programy item_per_page=10]
for “programy” category, see how it looks:
http://playernotes.pl/programy/
– two other things regarding this point – unfortunely i’m not using TinyMCE, sice i’m only using text editor and WYSIWG is disabled
– how can i change category template?
5. Already found it.
6. I do see custom fields tab, but i can only choose pre-defined fields, i would like to add my own like in custom fields plugin:
http://s12.postimg.org/vqhkntbml/3123123.jpg
7. It worked, thanks.
Perfect, found it in wpdm.php and your change worked great. Thanks
functions.php or wpdm.php
no, you don’t have to recreate any package.
This is one example:
file:///%22http://primsydoodledesigns.net////%22 — I think because custom field value is adding a \ before the ” in the source code line for the link.
It adds more slashes with each save, but when first created the link looked like:
http://www.seamstobesew.com/”http://primsydoodledesigns.net/”
when I was hovering over the url, when I click on it, I get a 404. The first example doesn’t even do anything when I click.
You can see this in action at:
http://seamstobesew.com/freebee/santa-2013-pdf-custom-field-needs-fix/
may you please give me an example url to check. sorry, but there is no way to set predefined custom fields
I am on Version 3.3.8 and don’t have a wpdm-core.php
I assume it is somewhere in functions.php I have to make the change? Will I need to recreate the package for the new URL to be made?
please go to download manager settings and under url settings add a rss base url ( i.e: wpdmrss ) and save settings.
file: wpdm-core.php
line# 117
function name: wpdm_download_url
change site_url to home_url
I think I found a little bug in the custom fields addon.
I created a field called Artwork By: and in the value field, I added a link to the artists website. title of url
What happens is this result leading to a 404 error page on my site: myurl.com/”http://totheirurl.com/”
Could you please fix the custom fields addon to allow links in the value fields.
Another question, is their a way to continuously use the same custom fields without having to add them again for each new package? I would just need to edit the values instead each time.
I dont have this site accessible to the internet yet. Do you know what link I am referring to? If there is a file or something I need to edit, I should be able to handle it if you explain it to me. Thanks