Do you mean opens the file in the browser? You can uncheck the “Open in Browser” option from Settings Basic File Download panel to download the file instead of opening it on the browser.
If you are referring to the opening of package details page, then just remove the [page_link] or [page_url] tag from your link template.
Please send me a link to understand the situation better in case I missed something.
Use template to define link template in category shortcode. Maybe you are using link_template. Removing [download_link] tag from your link template should remove the download button. From your template code, I see that you have already done it. So, it must be the shortcode parameter issue.
However, send temporary wp-admin login info in private reply if you want me to check the issue there. You can use the WPDM TinyMCE button add-on to insert the shortcode easily.
Where do I remove the “usage limits” and “expire after” from the “Email Download Link” and how can add sending files to registered users/groups of user to this area?
“Is it possible to have the share option to display a list user to share the file with versus the current options? ” was never answered, and I’ll clarify just to be sure. In the backend under all packages, I click the green arrow to send a share/download link, or if i hit the share button on the front-end a modal pops up and ask me to input email. How can this area display a list of users/user groups be added versus having to manually add email addresses?
You have to create the categories and packages. But you can use bulk import ( CSV ) feature. This is faster than manually creating all packages. Create a CSV file where each row represents a package. Your categories, tags etc will be created automatically when importing the CSV. I have attached a sample CSV below.
I am migrating my site to another domain and need to move my Download Manager Pro license to the new domain. Is there a way I can link my license to another site?
For now, You can enable instant download. That will show a download button when the user submits the email. No way yet to hide the form when using the “Email Download Link” option.
In that case, use a template that has the [download_link_extended] template tag. The built-in “Single Column, Image Top, Extended” page template includes this tag.
If you are using a custom template then just replace [download_link] tag with [download_link_extended]. This tag embeds the form in the page.
You can show only single captcha in a page when using the embedded lock ( shows the reCAPTCHA without clicking any button ). Use the popup lock if you want more than one captcha in a single page.
Embedded reCAPTCHA comes from [download_link_extended]. You have to use a link template with [download_link] template tag which shows the lock in a popup/iframe. The reCAPTCHA lock appears after clicking the download button in this case.
You can copy the template code from the tutorial and edit on top of it. Link and Page templates use template tags to show various package info. Template tags are listed in the template editor sidebar. You can check the tag list here too https://www.wpdownloadmanager.com/doc/templates/template-tags/
Use the following code in your template to show the package title with a link to the details page,
I’m curious how you achieved the links to download detail pages on the demo site; https://demo.wpdownloadmanager.com/wpdmpro/ – particularly on the home page for the “New” and “Popular” downloads. The items listed there show a “more” button, and along with the main item link they go straight to the download detail page.
Is there a particular link template to do this? Or is there shortcode to force the user to go to the download item details page, vs. a direct instant download?
Thank you in advance for any tips and advice you can provide!
Tim
Please replace the_permalink(); with echo get_the_permalink($file->ID); at line 59 in /wpdm-custom-access-level/wpdm-my-downloads.php file. Or send login info in private reply. I will make the change for you.
After creating a pacakge you can access it from package details like any regular WordPress posts. You can also use the shortcode to show the package anywhere you want. The view of shortcode is controlled by link template. There are lots of built-in templates. And you can build your own custom template too.
When I go to Dashboard > My Download > Click on package, it goes to “https://partner.octopi.com/user-dashboard/”. Need help so the link takes the visitors to the package page and not to the mentioned URL.
You have to add an extra class to control the size. For example, adding btn-lg class will make the button larger. Or you can just add inline CSS there.
For now, You can enable instant download. That will show a download button when the user submits the email. No way yet to hide the form when using the “Email Download Link” option.
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.
Author
Search Results
Viewing 25 results - 4,951 through 4,975 (of 9,536 total)