/donor-dashboard/
/donation-confirmation/
/donation-failed/
/donation-history/
/recurring-donations/
When I generate a PDF from a given Post, I do not what all the content on the PDF. I only need two fields (that currently show at the bottom) to be excluded for full functionality! I see that this plugin has Class/ID excludes in its settings but these do not seem to work. Any help would be appreciated
Best,
Marc
What I did not know or expect was that this plugin would exclude ALL folders on the entire site that are named “Images”.
So later, when I needed to restore the site, it was a disaster. Every plugin that has an “images” directory in it was broken. Every theme was broken because all of the images were missing. I basically had to re-install everything from scratch, rendering the plugin mostly useless.
So it would be a really good fix, if someone excludes a directory, exclude THAT directory only, not all the directories with a similar name!!!
Thanks.
]]>When excluding js from minification/combining these files are also not deferred which causes a low score on GTMetrix for ‘Defer parsing of JavaScript’. Is this intentional? Could excluding from combining and minifying be separated from deferment?
I currently use the code below for some of my excluded js but could this be expanded to accommodate scripts on the list of exclusions as I also exclude all core WP js for compatibility and I don’t really want to list every handle for those?
function defer_js_scripts( $tag, $handle, $src ) {
$defer = array( 'js1', 'js2', 'js3');
if ( in_array( $handle, $defer ) ) {
return '<script id="'.$handle.'" src="' . $src . '" defer></script>' . "\n";
}
return $tag;
}
add_filter( 'script_loader_tag', 'defer_js_scripts', 10, 3 );
Also, is it safe to delete the htaceess backups as indicated in the github post below as they still exist on my server?
https://github.com/litespeedtech/lscache_wp/issues/221
Many thanks for your time
]]>When I select the specific page and then try to select News or Announcements, I get the message: “The search form is configured to only search specific posts of another post type.”
I tried to select all pages, News, and Announcements, and then exclude all but one page, but the plugin won’t let me exclude more than half the pages.
Is there a way for me to search just one page, and all News posts and all Announcement posts?
]]>Now, it excludes the homepage from the magnifying search when typing but when I hit enter and takes me to the results page, I still see the home page as an option.
How can I do a page exclusion and have it affect the results page not just the search when typing?
]]>Are the excludes I added still living on the site somewhere else that I need to delete them in order for the plugin to work the way it did before I tried added custom excludes?
]]>