crmb
Forum Replies Created
-
Forum: Plugins
In reply to: [TinyMCE Clear Float] Any update or alternative ?Thank you for responding.
This error fire when editing a page, or on media library :
Uncaught TypeError: tinyMCE.addI18n(…) is not a functionForum: Plugins
In reply to: [Fly Dynamic Image Resizer] RIP ?? — Links to alternativesThanks will check this out.
Forum: Plugins
In reply to: [Advanced Editor Tools] PHP error by Advanced Editor ToolsThis is a PHP 8 deprecation notice.
This is something to be fixed by the plugin developer(s).Forum: Plugins
In reply to: [Multiple Domain] PHP 8 CompatibilityA small update would be great to get rid of this error
Forum: Plugins
In reply to: [Yoast SEO] So, is 14.0.4 safe?i reverted to 13.5
broken admin’ edit post with 14.0.4PHP Warning: strlen() expects parameter 1 to be string, object given in /wp-content/plugins/wordpress-seo/src/models/indexable.php on line 160 PHP message: PHP Warning: md5() expects parameter 1 to be string, object given in /wp-content/plugins/wordpress-seo/src/models/indexable.php on line 160 PHP message: PHP Warning: mysqli_real_escape_string() expects parameter 2 to be string, object given in /wp-includes/wp-db.php on line 1158 PHP message: PHP Warning: trim() expects parameter 1 to be string, object given in /wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php on line 48 PHP message: PHP Recoverable fatal error: Object of class WP_Error could not be converted to string in /wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php on line 45′, referer: /wp-admin/edit.php
i don’t know about sitemap, i use another plugin for that (bwp sitemap)
- This reply was modified 4 years, 10 months ago by crmb.
Forum: Plugins
In reply to: [Better WordPress Minify] Is it still working?yes i use it on a lot of sites.
I wish it would be updated though. An option to enable a mtime cachebuster (without minification) would be great for developing purpose.Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Why are we required to sync the store?I am also installing the plugin right now and not sure what is going on.
Actually we are using multiple lists (by language) and adding users with mailchimp api (custom code in form and user acount).
I choose one of them but i am afraid i will make a mess.
My goal was to have various reporting (by campagin/user) but not to mess with my contacts.But i see zero reason to collapse it by default. There is plenty of space.
The WP admin must be convenient, not “design”Forum: Plugins
In reply to: [Multiple Domain] hook get_option(‘multiple-domain-domains’)Thank you.
I think it may work with the hook in a mu-plugin because they are loaded before regular plugins. But all my code is in the theme right now for convenience, i will go with the programmatically update option value way then.Forum: Plugins
In reply to: [Multiple Domain] hook get_option(‘multiple-domain-domains’)But i am not sure it works during initAttributes();
I have to try again.Forum: Plugins
In reply to: [Multiple Domain] Broken again the WP address and site addressHello,
I guess this is related : https://github.com/straube/multiple-domain/issues/55Forum: Plugins
In reply to: [Multiple Domain] remove hreflang tagThank you.
By the way, something broke starting 0.11 with ajax.
I am trying to troubleshoot. Maybe something like MULTPLE_DOMAIN_DOMAIN not set when using ajax. Still trying to understand.Forum: Plugins
In reply to: [Multiple Domain] remove hreflang taganswering myself :
function remove_multipledomain_hreflang(){ global $multipleDomain; remove_action('wp_head', array($multipleDomain, 'addHrefLangHeader')); } add_action('init', 'remove_multipledomain_hreflang');
- This reply was modified 5 years, 11 months ago by crmb.
Forum: Reviews
In reply to: [Multiple Domain] Very unprofessionalAt this point i think he is trolling you
works for me with php7