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
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.1
The 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
Hi – I have followed the instructions to upgrade from 3 to 4.0.4. Including using the extra plugin to migrate from 3 to 4. But… now all of my existing downloads have changed their ID. Which means none of them work on my pages or posts. How can I pls make sure that the ID codes remain the same and dont need changing on 30+ pages pls?
Many thanks
H Shaon is this working with 4.04 ?
I have installed it but nothing seems to download
http://bannonmccabe.co.uk/downloads/
Thanks if you can point me in the right direction
ALan