Sorry for your trouble, the issue was related to our wppromembership plugin when remote url is attached, however, I’ve fixed it in your installation and also added the fix in our side for the next update.
Instead of uploading view on your server, you may upload to youtube, then attach youtube video URL with wpdm package, and finally, use [youtube_player] tag in the page template to play video. But only possible in pro version. However, we shall add the video upload and play support for free version soon.
But if you click on “Next” or “Page 2”, the next page shows up correctly for a second or so, and then shows up with any style. Furthermore, the URL isn’t correct (missing /plugins/ Part). But even if I add /plugins/ to the URL, it showed up without any stype loaded.
#1 fixed my first issue of properly overriding the template!
#2 I’m not sure how to traverse the array of categories. I’d like to display the category of each file as it builds the rows of files. Here’s my code with the changes you mentioned. I added $cat = wp_get_post_terms(get_the_ID(), ‘wpdmcategory’); and I see it pulling the Array when I “echo $cat”. How can I make each file’s category display instead of the entire array?
You have to add the "searchPlaceholder" : "Search Records", line in wpdm-all-downloads.php file ( as datatable initialization argument – around line 60 ).
Okay, thank you, that did work. I set the wpdm_download_link_expiration_limit to 1 in the plock if block.
I would have sworn I tried it with success more than 3 times before, but I must be mistaken since now it only allows 1 time, even if the same user copies the link URL and pastes in a new browser tab.
I can’t expect buyers of my software to register as a user on my site, and I also didn’t want to limit the downloads that 1 person supplying the proper password could download.
I will admit that I got a bit upset here at first, thinking I had purchased a plugin which seemed useless to me. But I am glad you responded with this workaround, and quite promptly I should not hesitate to add.
Suddenly and without explanation, users have not been able to open or download package files when using Google Chrome. When clicking the link it takes them to a new page with an error message. They are able to download using IE and other browsers. This problem began with the previous version of WPDM installed and continues after the latest update. Clearing the browser cache does not solve the issue and deactivating all other plugins does not solve it either. The error received is pasted below along with a screenshot. The url is valid and works in other browsers.
yup, I understand that. But just be aware that the “fix” in that file, is not actually the fix. The fix is to use the correct URL. The file was supposed to contain a fix so that cross-domain access becomes a non-issue. This is how it should be, since multisite users often have sites with different domains, even on the admin side. As it stands right now, I have to create a special link to add downloads, and in some cases (such as editing an existing item) change the link after loading the page, because the standard link (in the admin sidebar menu) does not work. I hope you can provide a file that does fix this issue. Thanks.
It shows that an update from version 4.6.5 to 4.6.7 break the site login. It is added a ?redirect=/ after the site URL after having put in the login credentials and pressed the button to log in. I have had to inactivate WPDM to make it work again. I will look for the old install file for 4.6.5 to make it work again.
You may try to log in now. You can find the credentials as a private message above.
Here, people don’t always use Facebook page, sometimes they use their site URLs too. However, it is a good idea to show the information about the page they are liking in the popup, we shall add it with the next update of the plugin.
Seems like a conflict with your theme css or another active plugin css. It can be fixed by adding some css, please give me your URL to suggest your required css changes.
This is definitely a Dropbox permission settings of these 2 files. I tried to access the EUR file through URL but it says “The owner hasn’t granted you access to this link.” Also, the download doesn’t work even when I am logged into Dropbox. It works for you because you have permission.
Please try following steps,
1) Delete both files from Dropbox and remove them from package too. Update your package.
2) Upload new copies to Dropbox.
3) add new copies from Dropbox to your package and update package.
If you don’t want to show download details page you can remove the [page_url] template tag from the link template.
Clone any link template from Downloads Templates page and remove [page_url] tag from there. Also, remove the HTML a tag. Then set this link template when inserting the shortcode.
Use TinyMCE add-on to insert the shortcode. Your custom link template will be available in the dropdown.
Glad to know the plugin conflict has been resolved finally.
1 ) Yes, it is possible. You have to create a custom link template. Clone the link template you like or create one. Then remove the [download_link] template tag from there to hide download link. Now you will find [page_url] tag attached to HTML <a> tag. Add target blank there to open link in new page.
<a target="_blank" href="[page_url]">
2) If you are trying to apply a delay in download operation Lazy Download add-on is the one you need.