Error:
403 GET /wp-json/wp/v2/types/dedo_download?context=edit&_locale=user HTTP/1.1
Solution:
/**
* Add REST API support to an already registered post type.
*/
add_filter( ‘register_post_type_args’, ‘my_post_type_args’, 10, 2 );
function my_post_type_args( $args, $post_type ) {
if ( ‘dedo_download’ === $post_type ) {
$args[‘show_in_rest’] = true;
}
return $args;
}
Hi,
none of our PDF files are indexed by google. What settings do I have to make so that the files are released for google? How/Where can I create a new sitemap for the PDF files?
Thx, Christiane
]]>I changed my domain from http to https and I got error 403 for all my files.
My solution for this was run this query in the database of wordpress
UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, ‘http’, ‘https’) WHERE meta_value like ‘http%’ AND meta_key=’_dedo_file_url’;
So if you changed all your domain for other you need to put
UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, ‘old-domain’, new-domain’) WHERE meta_value like ‘old-domain%’ AND meta_key=’_dedo_file_url’;
Take care with the http or https, put all the complete domain
]]>Amazon Kindle file upload is not supported, why, and how to upload? Does anyone know?
Thanks!
]]>I cannot get the Members Only setting to work to toggle off. I have set it to “No” in the Settings options so that users who are not logged in can download the files. I also tried manually resetting several documents to “No” and they are still coming back as “Forbidden” as well. Running version 1.6.6 of Delightful Downloads in WordPress 5.4.2.
]]>I included the adds from some of the projects forks and the security fixed for jqueryfiletree in a new package.
Added a new view type “infobox” to display file icon and some information. Added Editor to custom file type to put a file description (that is also displayed in the infobox type).
https://github.com/svenbolte/delightful-downloads
Added german and german formal translations.
Detailed changelog is in readme.
As there is no possibility to add the source here i will create a fork on ashleys github project, if possible
]]>Hello, this plugin is very good and not complicated … but I see that it is no longer updated. Is it abandoned? And if so, is there a risk of using it anyway?
Otherwise, would you know a plugin as simple (not “Lana Download” because it is incompatible with other plugins I have). Thank you.
Documentation is available at https://a5hleyrich.github.io/delightfuldownloads.com/ even though delightfuldownloads.com is down.
The developer’s GitHub repository is also linked to for anyone that wants to fork the project.
]]>Has anyone who used this plugin found another similar plugin to transition to without having to move all the download files and/or change all links?
]]>Hi,
We’ve been using Delightful Downloads for years. Our website recently redeveloped and updated. We now need to re-upload the original downloadable files which are being given new unique ID’s – as you would expect.
How can we upload the files but stipulate the ID to be used? Failing that, is there any way to manually alter the ID that’s assigned to the file afterwards?
Many thanks,
Rob
]]>Hi, thanks for this plugin.
Can the download be allowed only to a specific user?
The website https://delightfuldownloads.com/ is down – will this plugin be supported in future?
]]>I have a PDF and I don’t understand why every time I try to upload it, I get the Failed Security Check message. Is there a way around this?
]]>I am trying to get a report of all the downloads listed with their count. I can see that when I go to ALL DOWNLOADS but I’d like that in a report or on a page where I can share the stats with others.
Is this possible? If so, how?
]]>Since latest WordPress 5.0 this plugin is no longer work. or maybe I don’t know where the insert download button is?
I think many plugins are dead because of WP 5.0, thank you WordPress.
In the DEDO_Modal
-class, there are two definitions of self = this
which need a var
in front of them.
As this is missing and the JavaScript has no strict
definition, the window.self
is being overwritten with a reference to that class instance.
This plugin has basic features that are no longer supported by the developer or by WordPress. I am having to completely start from scratch with my downloads because the “Members Only” feature no longer works. ANYONE can download files without being logged in and there are no longer protections on the uploads folder. If they know the direct link to download the file, they can access the file regardless if they are logged-in or not.
]]>Hi Delightful Downloads,
I have been using the plug in for a while but recently all downloads result in a 500 server error, I have looked at files, memory other plugins and I can’t find the culprit. Are you familiar with the error, would you point me in the right direction?
Thanks,
]]>Downloads work fine on Chrome, Firefox and Edge on Windows. They do not work in IE 11. Sadly this browser still has a big chunk of market share and is still bundled with Windows 10. Any ideas what the issue is?
Many thanks.
]]>Just wondering that the last update of this plugin is 2 years ago, so i’m wondering if it’s still safe to use for the next years/wordpress versions? Thanks!
]]>Doesn’t work, it redirects to the home page!
]]>I have copy and paste shortcode with the same ID do save time, but now all of my downloads have the same countdown. When I change the countdown independently on dashboard all of them change. I have disable and enable, but didn’t resolve the issue!
The plugin was working flawless, but after this ( copy / paste and save ) can’t seam to revert back to is original state.
What can I do to resolve this issue?
Thanks in advance!
]]>Hello, im considering using your plugin but im having one question about it, is it possible to add multiple files underweight one download button?
i mean want to make template files downloadable for my customers
on my site is a button called download 5×5 cm templates
when they press the button they download
a 5×5 cm .psd file,a 5x5cm .ai file a 5×5 cm .eps file and a 5×5 cm .pdf file
so this 4 files are in a folder and i want my customers being able to download the complete folder at just one click.
now tears a plugin called wpdownloadmanager who can do this job but unfortunately the plugin is really messing with my pagespeed so im looking for something lightweight.
maybe other suggestions for me to have this job done?
kind regards, Erik
]]>Hi
Is there a way to open protected files in a browser, yet still retain their protected status?
I can get the files to open in a browser, but then they are not protected.
We want to protect PDF documents, but show them in the browser. People will still be able to download them if they want, but the default way to access them is to view in a browser. That way they will be more likely to come to the site to always get the latest document.
thanks
Tracey
]]>Hi,
As a lot of other people I enjoy this plugin and find it very useful and simple to use.
However I have a problem which is a repeat of another (now closed but unanswered) topic:
The folder protection causes problems on a https site. A forbidden error message is received when a download is attempted.
When folder protection is turned off everything works fine.
Any ideas about this?
éamonn
]]>Hello, i have a problem with my download plugin after update (i think):
I cannot download files and when i try to edit any download entry i get following error message:
Fatal error: Uncaught Error: Unsupported operand types in /var/www/clients/client6/web393/web/wp-includes/functions.php:274 Stack trace: #0 /var/www/clients/client6/web393/web/wp-content/plugins/delightful-downloads/includes/admin/meta-boxes.php(101): size_format(Array, 1) #1 /var/www/clients/client6/web393/web/wp-admin/includes/template.php(1063): dedo_meta_box_download(Object(WP_Post), Array) #2 /var/www/clients/client6/web393/web/wp-admin/edit-form-advanced.php(714): do_meta_boxes(Object(WP_Screen), 'normal', Object(WP_Post)) #3 /var/www/clients/client6/web393/web/wp-admin/post.php(174): include('/var/www/client...') #4 {main} thrown in /var/www/clients/client6/web393/web/wp-includes/functions.php on line 274
I always wonder how to remove files which have no “download” post type anymore?
It should be easy for customers, too. Should I write it myself or is there a solution I simply cannot see ?
Can’t insert galleries into posts/pages when Delightful Downloads is active.
]]>Hello, I have installed the plugin but it does not count all the downloads. I have the configuration so that it will be in browser, but it does not always count the click
]]>Hi,
Just installed and I love the simplicity of DD, but I can’t get it to count up the downloads.
In settings it does count events made by admin. Won’t move off zero.
Laid in the shortcode, logged out. Downloaded the file. Logged back in to check, refreshed page and the counter is still on zero.
Went to the dashboard and checked the log…zero.
I’m running the latest DD and WP 4.7.1
Thanks for any suggestions.
]]>