Call to action link templates includes custom CSS that makes the button large. Your cloned template included those styles as you clone the CTA 3 template. I have removed the custom CSS from there, now download button size is working as it should.
we have a little problem in the frontend .. nothing is displayed …
I just updated to 4.9
this was the shortcode before and now it doesn´t work anymore 🙁 [wpdm-archive category=”58″ cat_view=”extended” button_style=”default” link_template=”57ab402772683″ order_by=”post_title” order=”asc” items_per_page=”10″]
You can modify the download button style from Settings User Interface Tab. If you want to use just links instead of buttons then set ‘None’ as button style.
I apologize but I have been looking through documentation and searching YouTube for help on setting this up. I was using Buddy Docs but its not secure at all. My favorite feature of Buddy Docs was having Docs in each Buddypress Group. I know you don’ support that but I am willing to leave all that behind to just have a solid File/Download/Document Management system that my users can upload and download from but I don’t know how to set it up.
I paid the $200 for the pro all-ons pack and I really don’t know how to get a Link on my website called Files and then show all Categories (you have access) to and files in each category. Then how do you add an upload ability and select which category that upload goes to and select who can see it?
I’m sure you have it somewhere but I’m really just not comprehending and I apologize for such a stupid request for help but I’m just struggling and could use some dummy guide (step by step).
I’m not using WPDM templates tags. I have a custom theme, with custom PHP files. One of my php file is using the WP default loop to loop and display all the downloads.
Right now, I was using `$data[‘download_link’] = \WPDM\Package::downloadLink($data[‘ID’], 0, array(
‘template_type’ ► ‘link’
));` to display the download button.
Now, I would like to :
Add the cart
Add the “+” button to add files to the cart, as I explained earlier in this thread
Which function should I use ? Do I have to do something regarding the JS to add file in cart ?
Thank you in advance,
Cedric
PS : I notice that the “Notify me of follow-up replies via email” is not working.
To remove the download option just remove the [download_link] or [download_link_extended] template tag from your page/link template. You can clone the existing Doc Preview template. Let me know if you need help with the custom template. You can send login info in private reply in that case.
Please send temporary login info in private reply. I will create a custom template that will look like the Default Template of the Free version. Then you can use it in your shortcode.
Or
You can put the attached PHP file ( unzip to get the PHP file ) in /active-theme/download-manager/link-templates/ directory to override the default template in Pro version.
The view depends on the page template. You can change the template from package settings. You can even create your own custom-designed template using WPDM Template editor ( https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/ ). Please let me know which design you want, just send me the demo link. I will let you know what template we are using there.
To control the everything on the details page you can create a core level template single-wpdmpro.php But most users don’t want that. They just use the template editor to create a custom view when built-in templates don’t meet their design requirements. Here is a detailed blog post about custom template https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/
Hello, I’ve contacted support via email, but I’m not getting an answer, so I’m trying this way instead.
I’ve purchased the Email Lock add-on for Download Manager back in April/May and you helped me with an issue we had with the form not displaying after the first time you submitted it.
After your help, everything went great, and we pushed the site live around June. And it was working just fine until now. We had made an update to WordPress core version and Download Manager (and other plugins in the site) back at the end of November. We updated to WP 4.9.9, and Download Manager to 2.9.84 (from 2.9.71). Email lock add-on did not need any updates (we used to have a custom version that you had given us for it). It seems something got broken with the setup, because our client has contacted saying that he’s getting the Contact Form 7 notification emails sent to the admin user whenever someone downloads a file, but the users are not getting the emails with the files links.
I’ve checked the code, and backend setup, but I could not find anything wrong. Maybe there is an issue between the add-on and the latest version of Download Manager, or between the add-on and WP 4.9.9. I’m afraid we will need some help from you again.
We had to modify the Form Lock setting for each downloadable file so it would display a link to the file inline instead of sending it via email because we did not get an answer from Support for two weeks.
I had sent support (via email) username and password to login to the site, but they keep telling me that the username and password I have sent does not give admin access. When I login using it, I get access to everything, so not sure what is wrong about it. But I don’t see much help coming from the team so far.
Basically, the problem is that between Free -> Pro, the link template “link-template-default” has changed and is no longer working with my shortcode. How can I go back to a one column display?
Hi,
If you remove “All Visitors” from “Allow Access” option with package settings, and select other user roles, users must have to login to get access to download. Which is explained here: https://www.wpdownloadmanager.com/doc/add-new-package/package-settings/
Also, you can hide page link from link template, by using [title] tag instead of [page_link] tag with the link template.
Doc:
The main package download link will be the same but single file download link won’t work. A new id will be assigned to the freshly uploaded file. And this id is used to server single file download.