Dion Hulse
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Issue with Underline Rendering in ForumHi @thesheryar
Thanks for sharing the issue with Underline, I’m using this response to test the other various formatting options too.
StrikeSub Super Keyboard InputInline Code
<bdo lang=”ar” dir=”rtl”>Language</bdo> Bold Italic LinkThis is justified.
Edit: Again, Underlined, and Language
- This reply was modified 11 months, 2 weeks ago by Dion Hulse. Reason: testing
Hi @bayejid00,
I’m unable to duplicate this using the latest Query Monitor and Debug bar.
The error you’ve shared suggests that there might be something else in your environment loading Debug Bar, possibly another version of it.
I’ve also tried using the WordPress playground to run a fresh WordPress site with both plugins active, and it doesn’t have the error either: https://playground.wordpress.net/?plugin=query-monitor&plugin=debug-bar
Are you able to duplicate this on a different WordPress site at all?
Forum: Plugins
In reply to: [Memcached Object Cache] Memory limitHi,
This isn’t specifically related to the memcache plugin, but rather what the rest of your site is using the cache for.
Memcache by default garbage-collects data when the memory fills up, removing lesser-used items so that more frequent accessed data can be retained in memory.
The vast majority of WordPress sites (Even WooCommerce, etc) would never need 1024M in a memcache instance, generally 100MB or so would be more than enough.
But to answer the question: No; If the memory cache fills up, old items that are not being used or are expired will be removed by the memcache server (not by this plugin) such that newer items can be stored.
Forum: Plugins
In reply to: [Memcached Object Cache] Cannot be activated, PHP fatal error.This plugin isn’t a plugin per-se, it’s a Object cache drop-in, and requires additional steps in order to use it. Including having a separate Memcache server and configuration in
wp-config.php
as appropriate.Some installation instructions are available in the Installation tab on the plugin page.
This “plugin” can’t be used as a plugin, as it’s required to be loaded before WordPress fully inialises, and before it loads plugins.
I’ve opened an issue to have the plugin activation step lead to something more helpful than a fatal error.
Forum: Plugins
In reply to: [Memcached Object Cache] How to install this plugin?This plugin isn’t a plugin per-se, it’s a Object cache drop-in, and requires additional steps in order to use it. Including having a separate Memcache server and configuration in
wp-config.php
as appropriate.Some installation instructions are available in the Installation tab on the plugin page.
This “plugin” can’t be used as a plugin, as it’s required to be loaded before WordPress fully inialises, and before it loads plugins.
I’ve opened an issue to have the plugin activation step lead to something more helpful than a fatal error.
Forum: Plugins
In reply to: [Test Plugin 3 - Testing plugin] Even more testingLet’s try this.
Forum: Plugins
In reply to: [Test Plugin 3 - Testing plugin] Even more testingOkay. Closer.
Forum: Plugins
In reply to: [Test Plugin 3 - Testing plugin] Even more testingForum: Plugins
In reply to: [Test Plugin 3 - Testing plugin] Even more testingIf there’s something strange in your neighbourhood…
Forum: Plugins
In reply to: [Test Plugin 3 - Testing plugin] Even more testingThanks!
Forum: Plugins
In reply to: [Test Plugin 3 - Testing plugin] Even more testing@dd64 Again, did you get that?
Forum: Plugins
In reply to: [Test Plugin 3 - Testing plugin] Even more testing@dd128 what about you?
Forum: Plugins
In reply to: [Test Plugin 3 - Testing plugin] Even more testing@dd64 did you get that?
Forum: Plugins
In reply to: [Test Plugin 3 - Testing plugin] Even more testingHi testers; just testing you get this email.
Forum: Fixing WordPress
In reply to: Trying to remove cookie consent extensionHi,
You have two different Cookie consents active, one appears to be “usercentrics” (I’m guessing this is the one you’re wanting to use) and the other looks like it’s provided by your theme, Blocksy or via the ‘Blocksy Companion’ plugin.
The Blocksy developers should be able to help you disable it, if you can’t find it in the settings. You can find the forum for their support here. You should be able to disable it by following the directions here to enable it (just disable it instead)