Hi, actually in dont use price section, so in my dashboard> Downloads > All files i have this filers and how to quit it? it seems like there is no space between words
WPDM will not update on my system – I’ve tried both the automatic plug-in update as well as manually installing. Always fails for some reason…
Anyway, I think my best option is to uninstall my current WPDM 4.7.7 and then manually install the new 4.7.8. If I do this, will all my downloads get lost? Or is that data safe even though I uninstall and re-install the program?
The customization will show only the child categories of the chosen category. You can test it using your category id 200. You can add a parent category for the actual category you want to show. Then use this new parent id in your shortcode. That will display all the categories you want to show in the drop-down.
Thanks for the help. I have tried that, but still not working. I have copied the wpdm-all-downloads.php and changd the line. But reuploaded it to where i got it from.
There isn’t a download-manager directory in my active-theme directory only in my plugins.
Notice: Undefined property: WP_Error::$term_id in /home/isiwebag/public_html/tecno-casa.com/wp-content/plugins/download-manager/tpls/wpdm-all-downloads.php on line 252
instead of files to be downloaded, I actually don’t know if a recent problem because my client told me this today.
The page is in a restricted area, if needed I can provide temporary credentials.
You can replace the title in cols with page_link to link the details page with the title. But template customization is required to add the download link in the title.
You have to copy the /download-manager/tpls/wpdm-all-downloads.php file and place it in the /active-theme/download-manager/ directory.
Then replace echo "<strong>".get_the_title()."</strong><br/>"; with
echo "<a href='".\WPDM\Package::getDownloadURL($data['ID'])."'><strong>".get_the_title()."</strong></a><br/>"; in the new template.
In your case, the stats were not recorded because you were downloading via the single file download button and there is an option to ignore the record when downloading a single file. I have set the option to count the downloads even when downloading single files.
Now, stats will be updated in both single file or whole package download. If you want you can disable the single file download from settings. The option is right below the single file count option.
The free version has ability add only single file per package where Pro version can add multiple files in a single package.
I have installed Image Button add-on to beautify the download buttons. You can change the button from settings.
Using the categories shortcode to display downloads. However I’ve been trying to order by date and I can’t get it to work. I have tried date, publish_date and create_date and I can’t seem to get it to order by.
There is no shortcode available for that. Custom coding is required for that.
But you can add the login popup in download button when user login is required for download. Just add the following code in Downloads Settings Basic Message Login Required Message section.
By default, it doesn’t include the child category items. But we can include the child items using a simple code update. Please send temporary wp-admin login info in private reply. I will update the code on your site.
Thanks a lot for your help, it is definitely a progress. But still they are not identical, I did manage to improve some points but not all of them :
> Product title is missing : In the Featured Image Template I added [title] <br style=”clear:both”/, so now it displays
> Product title and category name font sizes are different from the category pages #wpdm-downloads * {font-size: 10pt;} seems to control font sizes in the archive page, how can I fix this ?
> The thumbnails you added are not clickable (to access the product page!) and do not have the hover effect as in category page, how can I do this ?
> I do not need « Search », « Order by », Order », « Home> All Downloads » AND Category Names (they display in the sidebar already),
So I replace your custom CSS by :
#srcp, .w3eden .breadcrumb, .w3eden .wpdm-categories {display: none;}, is this correct?
> I am using the widget wpdm category :
– I would like that the background color of the selected category changes. I made several trials as .w3eden .list-group-item .active a{background-color:#fff800;} but it is not working, how can I do that?
– I would like that the selected wpdm category displays as page title (like the archive page does), how can I set up this?
You have to create 2 different pages. One for contributors to upload files. Another one to serve downloads to the subscribers.
Use the shortcode [wpdm-file-browser] in upload page. And [wpdm_all_packages items_per_page="10"] in downloads page. All downloads shortcode will list all files user can access.
You have to set the user roles in Settings Frontend Allowed User Roles to Create Package From Front-end to limit the access to the upload features.
To show all downloads in al tabular format use this shortcode,
[wpdm_all_packages items_per_page="10"]
Frontend shortcode [wpdm_frontend] is not for showing packages to the users. This shortcode provides a way to manage downloads as admin from the frontend.
The div will be added automatically when using a template. You can generate a download URL from all downloads page then add that link with package title in this case. It will keep the link in the same line.
My current setup:
1. WP Download Manager FREE Version + Lazy Download Addon Enabled.
2. Created a dummy page to display ADS and CountDown.
Problem :
When the addon is enabled and the download link is clicked, In Mobile app which is build recently for my website, it downloads the wrong package than intended. This only happens when the lazy download addon is enabled. And it works fine in other browsers example chrome. In Mobile app, wrong file is getting downloaded. I’ve attached the app below:
After installing open the app and In the menu, subject notes > click on any subject > click on download link > download button > File is getting downloaded(but wrong file)
I’m sorry, but it has been 3 months since you promise to upgrade the membership plugin. And nothing has been done. I really need an answer to the following questions and the date it will be released.
1) Enable the one-time payment option for membership
2) Disable all membership emails
3) Disable membership notice near the button. It is actually so ridiculous. It breaks all templates and looks just awful.
4) Hide PayPal payments button
5) Limit Downloads per and when the download limit reach redirect to the membership page
6) Add Paypal Pro to membership add-on.
Please give a date for the release, as I heard “tomorrow” multiple times and nothing is done.
I really like your plugin, but it should properly work. My site is broken for months now and I’m tired of writing emails to reach your support.
Please login to your WPDM account from Downloads Settings Updates tab. You will see all available updates there. Just click the update button to install the updated version. Current Form Lock version if 1.6.2 so you have the latest version. The next version is almost ready and coming soon.