BGM

Forum Replies Created

Viewing 25 posts - 26 through 50 (of 82 total)
in reply to: Fully Remove WPDM and Settings #127023

BGM
Participant

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.


BGM
Participant

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.


BGM
Participant

I have reverted to a backup, so my site isn’t broken anymore. However, there is something that’s preventing me from updating from 4.9 to 5.0.7

  • This reply was modified 5 years, 1 month ago by BGM.

BGM
Participant
This reply has been marked as private.
in reply to: PDF Viewer Add On #125289

BGM
Participant

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.

in reply to: Issue with documents preview feature #125075

BGM
Participant

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!

in reply to: Direct Download of Document in Package #118938

BGM
Participant
This reply has been marked as private.
in reply to: Direct Download of Document in Package #118893

BGM
Participant

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.

in reply to: Direct Download of Document in Package #118874

BGM
Participant

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?

in reply to: Direct Download of Document in Package #118702

BGM
Participant

I appears the image didn’t work.

in reply to: Direct Download of Document in Package #118681

BGM
Participant

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.

in reply to: Direct Download of Document in Package #118392

BGM
Participant

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.

in reply to: Direct Download of Document in Package #118348

BGM
Participant

Thanks for the reply. Ok, so I have a package, PackageID 26075, that has 4 files in it. As shown here.
Pa

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

in reply to: Email Lock Questions #117894

BGM
Participant

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?

in reply to: Custom /Tag/ Page Template #115190

BGM
Participant

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.

in reply to: Custom /Tag/ Page Template #115164

BGM
Participant

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.

in reply to: Carousel / Slider #114847

BGM
Participant

Actually I just discovered that I can use the Elementor Ultimate Add On Post Carousel which is AMAZINGLY flexible.

in reply to: Package Counts #114814

BGM
Participant

Excellent! Thanks!

in reply to: Multiple Categories in Archive #114366

BGM
Participant

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?


BGM
Participant

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 reply to: Problem: displaying categories #114189

BGM
Participant

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.
2019-10-31_1302

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.

in reply to: Problem: displaying categories #114182

BGM
Participant

What’s the shortcode you have on that page?

in reply to: Edit Tag Styling #114147

BGM
Participant

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

in reply to: showcount hide if 0 #114121

BGM
Participant

Makes sense. So if I update the core plugin will it overwrite this? Or is it one of the add ons?

in reply to: showcount hide if 0 #114076

BGM
Participant

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?

Viewing 25 posts - 26 through 50 (of 82 total)