I adjusted your CSS so that it’s fixed. The side menu on the interior pages was too narrow and some text on the top part of the downloads page was overlapping.
Here’s the code that seems to be working now (added the wpdm class on that last padding element)
.widget_nav_menu li[class*="current"] > a {
color: #438ac9 !important; }
body.single-wpdmpro #grve-content{
display:inline-flex;
flex-direction: row-reverse;
}
body.single-wpdmpro #grve-content.grve-left-sidebar #grve-main-content {
width: 98% !important;
margin-left: 0% !important;
}
body.single-wpdmpro #grve-content.grve-left-sidebar .grve-content-wrapper{
width:70% !important;
}
body.single-wpdmpro #grve-content.grve-left-sidebar {
padding-left:50px;
}
No, I’m talking about the original fix added to the functions.php document, this code:
add_filter("wpdm_lightbox", function ($lightbox) { return 2; });
Is that code going to be added to a future plugin update?
Thank you that worked. Is this going to be implemented in a future release of the plugin? As I indicated in an earlier message, it appears to be affecting a number of my websites.
It is the same page as I shared before: https://aspiremnstg.wpenginepowered.com/policies/
That works however if the website isn’t scrolled, the top of the PDF shows under the site header so I can’t close the pop-up.
Thank you, yes I just shared URLs and some data in a private message!
Oh, amazing! Thank you! Confirming that this did indeed resolve the issue.
I don’t know how to “turn off” WP Engine. What do you recommend?
I have no way of testing this off WP Engine. WP Engine is my only server.
I’ve checked everything and had my server admin check as well. We can’t find anything amiss. It looks like the w3eden model is loading in the footer rather than a popup which makes me think it’s something in the latest update that caused this. What was updated in the last PDF Viewer update?
I did a ton of testing on other websites I host that use this plugin and the same theme, and are also on WP Engine hosting, and none of my other websites (4 that I tested) have this issue.
Is it possible to get a prior version of the plugin so I can rule out a conflict in the latest version?