Benjamin Pongy AXOME
Forum Replies Created
-
https://www.mailpoet.com/blog/multisite-newsletter/
“Update: the new MailPoet version 3 doesn’t officially support Multisite.”
WHAT???
Forum: Fixing WordPress
In reply to: Not creating table wp-blogmetaHere is the MySQL command to create this table. I hope it can help.
CREATE TABLE IF NOT EXISTS
wp_blogmeta(
meta_idbigint(20) unsigned NOT NULL AUTO_INCREMENT,
blog_idbigint(20) NOT NULL DEFAULT ‘0’,
meta_keyvarchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
meta_valuelongtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (meta_id),
KEYmeta_key(meta_key(191)),
KEYblog_id(blog_id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci AUTO_INCREMENT=1 ;- This reply was modified 7 years, 3 months ago by Benjamin Pongy AXOME.
Forum: Reviews
In reply to: [FileBird - WordPress Media Library Folders & File Manager] what should i sayThe plugin description says :
“UNLIMITED FOLDERS/ SUBFOLDERS
You can create unlimited folders/subfolders for all your media files.”This is misleading.
Forum: Plugins
In reply to: [WP Super Cache] Network activation & delete cache buttonThanx a lot Saša for your answer.
If I understand correctly, I need to edit the plugin source code?I want to find another solution, to avoid problems after plugin update.
Thanx again.
Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] What is public.css being used for?WoW thank you Martin !
Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] What is public.css being used for?Optimization.
Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] What is public.css being used for?Hi,
Is it possible to totally disable CSS (file or inline) ?
Thanx for your help.I’ve already done that. But no answer.
Hi, thanx for your answer. Unfortunately, table is already in utf8mb4_general_ci interclassment. And mbstring is enabled.
Here is another fatal error, with another Instagram feed :
flow\db\SafeMySQL: Data too long for column location at row 1.Thanx for your help.
Forum: Plugins
In reply to: [Restricted Site Access] Unable to put image in Restriction messageAn idea :
This field is filtered with wp_kses function, and $allowedtags parameter.Possible to add tags only for this field ?
Forum: Plugins
In reply to: [Contact Listing for WP Job Manager] Javascript error in Gravity Forms scriptFYI here is my dirty dirty patch, in single template :
<?php $contenu = apply_filters('the_content', get_the_content()); $contenu = str_replace(' && ! ', ' && ! ', $contenu); echo $contenu; ?>up
Forum: Plugins
In reply to: [Markup (JSON-LD) structured in schema.org] override, hooks, filters?up.
Forum: Plugins
In reply to: [Loco Translate] Loco translate and constant variableYay! Thanx a lot for your quick and clear answer.
The “*” tip works like a charm.- This reply was modified 8 years, 9 months ago by Benjamin Pongy AXOME.
Forum: Plugins
In reply to: [WP-HTML-Compression] WP-HTML-Compression removing https from external linkssame bug for me. no solution.