-
Search Results
-
Topic: Individual Downloads – How ?
Hi,
The MP3 player seems good but I don’t see how you can individually download those files as the admin CP suggests – http://unofficialmills.co.uk/mp3downloads/download/january-2014-podcasts-2/
When on a category, all downloads are shown. I want to sort the downloads by subcategory and show the subcategory title above.
See screenshot.
Also, the first subcategory is called ‘Datasheets’, but the first downloads visable are from the subcategory ‘Manuals’. Is there a way to manage this?
Hi, I have a large number of files I need to upload and ideally I want them to show in a list form that then I can click on to get to each individual downloadable item. Currently I can only seem to get them to upload one by one as individual items.
And this takes up too much room.Is there a way to showcase them as a listing?
I tried using a Gravity Directory plugin and this is great but I can’t work out how to add in your downloads to these
would be good to get them both together
Hi,
I upgraded yesterday from v388 to v405.
I’ve done the migration and I’ve gone through the pages where downloads appear and changed their ID numbers to the v405 numbers.
I’ve downloaded and activated all the new add-ons such as image buttons.
But I still can’t get the download links to appear on the pages. I just get a blank space where the link should be.
When I go into Downloads – Templates and click on preview for any link or page template the preview box appears but it’s blank.
I’ve obviously missed something in the settings somewhere but I’ve spent 12 hours working on this now and am going round in circles.
Any ideas would be appreciated.
🙂
I’m experiencing some problems when using the Archive Add On for categories.
Here is an example page: http://wptest.alcadis.nl/downloads/was-105r/1. On a Category Page, there are no downloads being displayed
2. On a Category Page, when clicking a subcategory, you get redirected to a NEW page. I don’t want this. I want to load the subcategory in the same page. (like it’s done here: http://demo.wpdownloadmanager.com/wpdmpro/archive-page/).
I use the following code to show the Archive Add On when you click on a category:
if ( ‘wpdmpro’ == get_post_type() ) {
$q_object = get_queried_object(); //gets the current object from the custom post type ‘wpdmpro’
$slug = $q_object->slug; //gets the slug
echo do_shortcode(“[wpdm-archive category='”.$slug.”‘]”); //uses the shortcode and takes the slug we just called
}Now, when I use the shortcode ( [wpdm-archive category=’category-slug’] directly in a WordPress page, both problems don’t occur.
Example here: http://wptest.alcadis.nl/support/Can you tell me what the problem is and how to fix this?
Thanks
Hi,
I bought WPDM Pro and now also the “All Addons”-Package.
After trying to activate the addons I get the message “You do not have sufficient privileges to access this page.”.Since activating the AddOn Plugins the usual download-page is blank also:
http://divia.absatz-rakete.de/divia-downloads/Regards
AlexHello,
I wonder if I can use the category ID instead of the category slug in permalinks and shortcodes.
We have created a custom page that list all subcategories of a given parent category and we would like to add a dynamic link for each element so we can list category files without creating a custom page with short code for each one. Let’s say something like this : mywebsite.com/downloads/12/ where 12 is the ID of the category. By visiting this link we should be able to list all subcategory files.
Is there away to do that?
Thank you
Topic: Secure File Storage
I have been using Download Manager Developer for a client’s site. It has been installed and running for approx 1 year (ver 3.3.6). I am now redeveloping the site and have updated the beta build (different web server) to 4.0.5. I am attempting to migrate the current downloads to the new server, but seem to be running into an issue. The original site has a folder that resides outside of the public_html folder so we can serve up secure files. I have added the string to the “Local File Root” field, but am unable to view the files in the “Browse” window under the package dashboard.
Any help would be appreciated.
I have a download page to be able to download all available files. But in the title column the link isn’t a link. As you can see at
http://blog.compower.org/downloads/ the HTML code for the title misses a < in the code…<a style="color:#36597C;font-size: 10pt;font-weight: 300;"
href=’http://blog.compower.org/download/enable-deduplication-windows-8-1/’>Deduplication for Windows 8.1The shortcode [wpdm-archive category=”category-slug”] is not working.
When I put in a category-slug, all the subcategories (buttons) disappear. Also it shows ALL downloads, in stead of just the ones in the category.
Is there a fix to this?
I downloaded the update though not sure I have the upgrade page in the right place.
#1 Plugins page says 4.0.4
#2 All downloads are gone.
#3 running the wpdm-m24x.php page shows a blank page with an error in Firebug: The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol. Line 0
