Um, no. I want to delete the plugin and have it completely remove all settings. So when I install it again, it’s starting fresh as if I had never installed and set it up.
Right now if I delete the plugin and install it again it still has all the same settings as it did previously.
Those were the steps I followed before updating the plugin, just as I have every time with this plugin.
The update from 4.9.8 to 5.0.7 had some kind of issue that I’m going to assume was due to other plugins. Once I updated, fixed my settings, templates and other things that DIDN’T carry over, again. I noted the errors in my packages. The PDF viewer didn’t work and the file download didn’t work.
Unfortunately, it’s not something I can let you login and look at, as I had to roll back my whole site to fix the issue. I am setting up a staging environment to test the update and see what the issue may be. I was just hoping maybe you were aware of some issues. Based on the forum it looks like I’m not the only one that had a problem.
Are you saying I can pass values to [doc_preview] ?
Otherwise, I’m not quite sure what your reply means. I searched https://www.wpdownloadmanager.com/docs/ and could find no results for [doc_preview] and the https://www.wpdownloadmanager.com/download/wordpress-pdf-viewer/ makes no mention of being able to do so.
That would be the ideal solution.
I ran across this thread looking for other things on the PDF Viewer add on. I disabled things in the viewer window navigation by hiding them with CSS. I also overloaded the default styles with css. I used it to hide the zoom and presentation mode. I also disabled select text and right-click on the iFrame.
Everything is properly classed so it was pretty easy. Thanks for following best practices plugin developers!
Nayeem, as I mentioned previously, that downloads the entire package as a zip which is not what I’m trying to do.
Shahjada’s reply appears to accomplish what I’m looking for. However, for some reason in my installation, it’s not working. I’m not sure if that’s due to a setting in the WPDM plugin or WPDM add ons, or some other reason.
When I click that link it just redirects me to the package that the file is attached to instead of just downloading the file.
Is there an option or setting I need to adjust?
I appears the image didn’t work.
I only need a link to one of them. But, if I can do it for 1, I could do it for any.
I have 10 different packages that each have 1 or two files in them that I would like to link directly to if possible.
No. [file_list]
helped created the page that I took a screenshot of as it “Returns Attached File List With The Package… will generate the list ( table ) of attached files with a package”
On a separate page, not a package page I want to link to a single file that’s in a package.
Thanks for the reply. Ok, so I have a package, PackageID 26075, that has 4 files in it. As shown here.
When I read the instructions and then used the shortcode it creates a zip with all 4 files in it. I’m wanting to create a link to the file that has the red box around it in the image above. The link to that file is …/library/the-secure-act/?wpdmdl=26075&ind=1577459810472
You answered 1 of my three questions. ๐
Thanks for showing me how to add the pop up. The link is on a membership site that’s not released yet.
Still wondering:
#1. How do I add fields to the pop up form?
#2. With the pop up form, do they have to fill out the form for every document it’s used to lock? Or can they enter their email once and be able to download documents on any visit?
Excellent. I created a custom Link Template. It’s working on the Category and now the Tag page. Excellent!
My Link Template doesn’t include the Featured Image. Some places where I’m using that Link Template, like the Archive Page, the Sidebar, etc it’s not showing up. But, it is showing up on the Category and Tag page and I don’t want it to. I don’t see any options for the featured image on the Category Page Options.
It’s showing up above the title. I can hide it with CSS, but I’d rather just disable it if possible.
So, to be clear. The code snippet will make the /tag/ page use whatever I’ve set for the category in the front end settings.
Actually I just discovered that I can use the Elementor Ultimate Add On Post Carousel which is AMAZINGLY flexible.
Excellent! Thanks!
So to clarify, with the archive you can use 1 or none. Correct?
Given that all the other options allow multiples any particular reason the archive doesn’t?
I had to roll back the update as it totally jacked my custom page templates built in the plugin. it seemed like the classes and styles in the update were totally different.
In the shortcode generator cols isn’t an option for the archive page. https://www.screencast.com/t/neSpUssNl
BUT, I placed your shortcode on my site and it worked.
Seems like you may have a problem with another plugin, a Divi issue or something in your installation that support will have to work out with you.
Best of luck. Sorry I couldn’t help.
What’s the shortcode you have on that page?
I’m referring to the page and link templates.
Link Template Code:
<div class=”row wpdm-widget-category-section” style=”font-size: 9pt;”>
<div class=”col-md-auto”>Categories: [categories]</div>
<div class=”col-md-auto”>Tags: [tags] </div>
</div>
Resulting Output: https://www.screencast.com/t/dupZX4e2
Page Template Code:
<li class=”list-group-item”>
<span class=”badge wpdm-packageCategories” style=”background: transparent;”>[categories]</span>
[txt=Categories]
<li class=”list-group-item”>
<span class=”badge wpdm-packageTags” style=”background: transparent;”>[tags]</span>
[txt=Tags]
Resulting Output: https://www.screencast.com/t/OEzRYNd7em
Makes sense. So if I update the core plugin will it overwrite this? Or is it one of the add ons?
Thanks for the snippet and direction.
Is it possible to pull that into a child theme? Or, what will overwrite that when I update it?