Will version 4.6.9 of Download Manager Pro have the integrated WordPress native plugin update routine added to it? I’m on 4.6.8 right now and see that 4.6.9 was just now released. Thank you.
I just fixed this myself after following the advice given in this post. Another user was having the same issue and you provided the solution for them.
Sorting is now working again. Please fix this in the next Download Manager update. Thank you.
I just fixed this myself after following the advice given in this post. Another user was having the same issue and you provided the solution for them.
Sorting is now working again. Please fix this in the next Download Manager update. Thank you.
I can now add files to packages with more than 16 files in it, however, the drag and drop feature to reorder the attached files is still not working. Please check and fix this issue ASAP. Thank you.
I can now add files to packages with more than 16 files in it, however, the drag and drop feature to reorder the attached files is still not working. Please check and fix this issue ASAP. Thank you.
Could you please respond to this ticket? Thank you.
Can I please get a response to my last reply from June 30th? I need these issues fixed as soon as possible. Thank you.
No, it is not working correctly. I added more files to the Dev Test package. Please go back in and try to drag and drop them into a different order. You’ll see that the drag and drop feature isn’t working at all.
As for not being able to add files to packages from S3, I had said that it won’t let me add any more files to the Single Sermons – MP3 Format package specifically. I have now discovered that it won’t let me add files to packages with 16 or more files already in the package. If there are less than 16 files, then files can be added. Adding the file worked for you because you only added one file to a package that was previously empty. I now have 16 files in the Dev Test package. Try adding a file to the Dev Test package and you’ll that it doesn’t add it but reloads the window back to the top.
I appreciate you getting this resolved as soon as possible. Thank you very much..
I updated manually and that seemed to work.
I received an email today saying that version 2.7.0 of WPDM – TinyMce Button was available but when I check for updates in my Download Manager dashboard under Updates, it shows 2.6.0 as being the latest version. In my account on your site, it also says that 2.6.0 is the latest version. Is there really a version 2.7.0 and if so, how do I get it?
Thank you. Replacing the file solved the issue.
If I replace my existing file with the attached one, the newer file will get overwritten the next time Download Manager updates. Will this change be part of the next update or is there a way that I can do an override on the file without replacing the existing one?
I purchased and installed the Advanced Custom Fields add-on and it is working great to show the custom information. Thanks for your help. You may close this thread now.
It turns out that the post date was being pulled from my theme’s includes/loop.php
file not from the single.php
file. I copied loop.php
, renamed it to loop-wpdmpro.php
, and commented out the code that displays the date which now hides the date.
For the author box, commenting out the line <?php get_template_part( 'includes/author-box', 'single' ); ?>
removed the author box but broke the sidebar layout on the WPDM download pages. To resolve this, I created a blank PHP file and edited the code to call the blank file instead of the author-box.php
file: <?php get_template_part( 'themify-ultra-child/includes/blank' ); ?>
This resolves my issue so this thread can be closed. Thanks for your help!
When I use the Package List shortcode for Most Downloads, Most Viewed or New Packages, the chosen template ID is not inserted in those cases but should be. The template ID is added if I use the Insert to Post option (blue button) but this method and the others have the incorrect link_template
parameter that you are planning to fix. For now, though I have it working the way I need it to be.
I tried doing this without manually adding the link template ID but it doesn’t display the link template that I want to use unless I replace the link-template-panel
variable with my link template ID.
Changing from link_template
to template
seems to have worked. For now, I just need to manually add the ID of the template I want to use. Will you be fixing the TinyMCE add-on in the next update so that it inserts the chosen template correctly?
Also, can you provide the link to the Archive Page add-on you told me about? Thanks.
Yes, please fix this shortcode issue in my installation. Login credentials have been provided in a private reply.
I don’t see the Archive Page add-on in the list of add-ons. Can you provide a link to it for future reference? Thank you.
I tried this but when I select my custom link template or any other link template from the list, it shows a different template instead of the selected one. No matter what link template I select, it always displays the template as seen in the attached screenshot. I don’t want people to be able to download entire packages, only individual files. I can select and display link templates fine in the Accordion and elsewhere but not when adding a Package List as you’ve described using the Other Short-Codes method.
Thank you. How do I display the most recent or latest uploads so that we can feature new files and packages? I’ve seen this done in your demos.