WPDM doesn’t have its own export feature yet. But looks like the export CSV option that generates an importable CSV will come in handy in use cases like yours. We have added this in our to do list.
By the way, how did you initially create your downloads? If you bulk imported downloads don’t you have the CSV file that you can edit to update the packages?
On my page I have a Download area. This Download area I made with the “WPDM – Archive Page” Extension. All downloads in this area are public available.
Now I wanna add some more Files which I do not see on the Download area. Instead I want them to just be available by manually generated links which I send by Email to the customers. How can I make that?
Additionally I just updated to Version 4.7.9 of WPDM and now when I try to generate a download link I get the following Error “Error! Unauthorized Access” instead of the link in the field. Is there maybe a bug in the newest version?
By the way I don’t get any password via email after registration (verifyemail=true).
Second point, the email received with username and login link propose https://xxx.com/wp-login.php. I need to put another page for login. how can I do this?
About wpdm_my_downloads shortcode, how can I personalize data table as with wpdm_all_packages (cols, colheads, etc….)
On logout I need users to back to a page other than /wp-login.php. How can do this?
Last, can I override plugin files in childtheme ?
I’m in a hurry on this project, could please take some time asap to answer? Many thanks,
You can define the width of columns using colheads parameter. This controls the width partially not 100% because based on row content table forces it’s own style. But you can give it a try.
All packages table icons are based on the attached file types. It does not take the icon from settings. But you can use a custom template for /download-manager/tpls/wpdm-all-downloads.php file to use the icon from package settings. Template file doc https://www.wpdownloadmanager.com/doc/template-files/
I´m trying to translate some strings (can’t find in .po files) specifically the page of “My Downloads” both the title and the content of that page.
I can tell you that I have been able to locate two strings that are not in the .po file and are “Logout” and the text to change the password “Please, enter your username or e-mail address..” in Tpls directory.
Is posible to locate this strings and translate manually in the short-term?? As far as I can see they have not been correctly included in the .po file and for future updates it would be interesting if they were correctly reflected.
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.
Author
Search Results
Viewing 25 results - 2,401 through 2,425 (of 4,372 total)