filoveg
Forum Replies Created
-
Forum: Plugins
In reply to: [Query Monitor - The developer tools panel for WordPress] Queries Per HourJust a thought, it would be great if Query Monitor could trigger page refresh like 100 times so we can see average total values on how long it takes to generate a page, memory usage etc..:)
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Hide filter on start pageCan we disable inline CSS fully? Especially on pages where filter is not used, I see that they are loading even on front page
Forum: Plugins
In reply to: [Redirection] Red_Item::create throws errorThanks, I have solved it like this
include_once WP_PLUGIN_DIR . ‘/redirection/models/group.php’;
Forum: Plugins
In reply to: [Post Expiration Date] Order By Expiration Date In a WP QueryMeta field is called “expires” so try something like this (I didn’t test it)
$q = new WP_Query(
array(
‘meta_key’ => ‘expires’
)
);Forum: Plugins
In reply to: [Advanced AJAX Product Filters] How to sort tag filter by name?Thank you for the answer, I am not sure how I missed that. :/
Forum: Plugins
In reply to: [Classic Editor] Yoast seoI am unable to edit title and description in Yoast plugin under pages, only works if I disable Classic Editor. Pls fix
Forum: Fixing WordPress
In reply to: Can’t insert single image into contentThank you, I have tried it but it still didn’t work. But after a while I have found out that I need to disable ModSecurity in cPanel, for some reason it got turned on, now it works ok ??
Yeah, they really fucked up this update… It is a small thing but if I need to see that on every website we maintain I would rather start using something else
+1 pls pls pls pls
Forum: Plugins
In reply to: [CorvusPay WooCommerce Payment Gateway] Warning when activating this plugin+1
Forum: Plugins
In reply to: [User Access Manager] File restriction not working?Thank you, it works nice now
Forum: Plugins
In reply to: [Redirection] Installation problem – Fatal error, unknown collactionThanks, lol it worked!
Forum: Plugins
In reply to: [Redirection] Installation problem – Fatal error, unknown collactionI am not sure as website was created a few years ago.
“Show create table” doesn’t tell much
https://image.prntscr.com/image/tiL5l1gLTtykc8GLBN_PLA.png
but in that table under Operations there is written “utfmb4_unicode_ci”
https://image.prntscr.com/image/H57uqLqBSNmoTriv9tFFDQ.pngForum: Plugins
In reply to: [Redirection] Installation problem – Fatal error, unknown collactionI guess so, in the wp-config.php I can see there is
define(‘DB_COLLATE’, ‘utf8_croatian_ci’);
Forum: Plugins
In reply to: [Theme My Login] Translation problem (Loco translate)Thank you for replying, I noticed that the very next day ??