Title: nirvanagold's Replies | WordPress.org

---

# nirvanagold

  [  ](https://wordpress.org/support/users/nirvanagold/)

 *   [Profile](https://wordpress.org/support/users/nirvanagold/)
 *   [Topics Started](https://wordpress.org/support/users/nirvanagold/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nirvanagold/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nirvanagold/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nirvanagold/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nirvanagold/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nirvanagold/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Fatal error: Uncaught TypeError](https://wordpress.org/support/topic/fatal-error-uncaught-typeerror-37/)
 *  [nirvanagold](https://wordpress.org/support/users/nirvanagold/)
 * (@nirvanagold)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/fatal-error-uncaught-typeerror-37/#post-18243689)
 * Just to say this is no longer an issue for me with latest version of the plugin.
   I’m not sure why, but I’ve been able to re-enable it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search Exclude] Search Exclude crashes Jetpack plugin](https://wordpress.org/support/topic/search-exclude-crashes-jetpack-plugin/)
 *  [nirvanagold](https://wordpress.org/support/users/nirvanagold/)
 * (@nirvanagold)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/search-exclude-crashes-jetpack-plugin/#post-18157723)
 * [@alisonn](https://wordpress.org/support/users/alisonn/) I don’t know if you 
   use any SEO plugin, but I’ve just been configuring [The SEO Framework](https://en-gb.wordpress.org/plugins/autodescription/).
   It produces config options at the bottom of each page (in edit mode) and among
   these is the option to exclude the page from site search results. This seems 
   to be working fine, so I’ve uninstalled Search Exclude. (With The SEO Framework
   you can tweak titles and descriptions, exclude pages from search engines, and
   also redirect pages, so I’ve been able to deactivate the Redirection plugin too.)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Fatal error: Uncaught TypeError](https://wordpress.org/support/topic/fatal-error-uncaught-typeerror-37/)
 *  [nirvanagold](https://wordpress.org/support/users/nirvanagold/)
 * (@nirvanagold)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/fatal-error-uncaught-typeerror-37/#post-18149162)
 * Likewise – same issue and stacktrace. The plugin was configured and all looking
   good, but I discovered this issue after deactivating Complianz then activating
   it again (that’s when it triggered).
 * I had deactivated the plugin because I was noticing that after _any_ plugin update
   or install, WP said it had failed, even though the plugin would actually install.
   I suspect those warnings were related to this issue, as they are not happening
   now with Complianz deactivated. (I disabled all plugins and re-enabled, one by
   one, testing.)
 * I note this plugin is “not tested with version 6.7 of WordPress”. I’ll deactivate
   it and wait until there is a fix for the above.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search Exclude] Search Exclude crashes Jetpack plugin](https://wordpress.org/support/topic/search-exclude-crashes-jetpack-plugin/)
 *  [nirvanagold](https://wordpress.org/support/users/nirvanagold/)
 * (@nirvanagold)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/search-exclude-crashes-jetpack-plugin/#post-18139496)
 * Yes, I’ve seen the same thing – blank Jetpack Settings page. When Search Exclude
   is enabled it also causes messages such as this at the top of pages in Edit mode:
 * _The “jetpack-publicize” plugin has encountered an error and cannot be rendered._
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Minified assets randomly load via HTTPS](https://wordpress.org/support/topic/preloaded-assets-randomly-use-https/)
 *  Thread Starter [nirvanagold](https://wordpress.org/support/users/nirvanagold/)
 * (@nirvanagold)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/preloaded-assets-randomly-use-https/#post-18025062)
 * Many thanks for your full reply.
 * I’m not sure if the _root_ of the problem is not using an SSL certificate, as
   surely the preloading functionality should respect the fact I’m not, and always
   load assets over the specified HTTP protocol (we’re talking about local, minified
   and merged CSS and JSS which is just sometimes being wrongly loaded over HTTPS).
   However, I agree it is much better to have an SSL certificate, and that would
   circumvent the issue. Unfortunately my current host doesn’t accept Let’s Encrypt
   certs (!), however we will still get another one anyway, as it is worth it for
   various reasons including this.
 * Re. the second point, thanks. I had seen these settings but thought that using
   them might have the negative effect of opting those files out of processing completely.
   I’ve now tested both, and in both cases the child styles are still overridden
   by the parent styles:
 * In case 1 (excluding), the link tag for the excluded child CSS is placed _before_
   the link tag for the (minified) parent CSS, thus it is still overridden. In case
   2 (loading asynchronously), the script tag for the deferred child CSS is placed
   _before_ the link tag for the (minified) parent CSS, which seems to matter: even
   though that child CSS file loads _after_ the parent CSS, it is still overridden.
 * So, I tried instead placing the path to the _parent_ theme CSS in these boxes.
   In case 1 (excluding), the link tag for the excluded parent CSS is placed _after
   _the style tag for the (minified) child CSS, thus the child CSS is still overridden.
   In case 2 (loading asynchronously), the script tag for the deferred parent CSS
   is placed _before_ the style tag for the (minified) child CSS – and **this works**,
   even though the parent CSS file loads _after_ the minified CSS file.
 * Although I think there are still underlying issues here, you can mark this as
   resolved, if you like, as we can get around them, at the cost of 1) needing an
   SSL cert and 2) not processing the parent CSS file, or not inlining CSS at all(
   I will probably stick with the latter…).

Viewing 5 replies - 1 through 5 (of 5 total)