Umbrovskis.com
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection for Contact Form 7] Error MessagesSame
PHP8 errorsPHP Version:8.0.9 latest CF7 and latest wpcf7-redirect
– Deprecated: Required parameter $action_id follows optional parameter $files (/wpcf7-redirect/classes/class-wpcf7r-leads-manager.php)
– Deprecated: Required parameter $lead_type follows optional parameter $files (/wpcf7-redirect/classes/class-wpcf7r-leads-manager.php in at line 352)public static function insert_lead( $cf7_form_id, $args, $files = array(), $lead_type, $action_id ) {...
… and more…
sure: full if/else block
if ( $count = get_option('akismet_spam_count') ) { $intro = sprintf( _n( '<a href="%1$s">Akismet</a> has protected your site from %2$s spam comment already. ', '<a href="%1$s">Akismet</a> has protected your site from %2$s spam comments already. ', $count, 'akismet' ), 'https://akismet.com/wordpress/', number_format_i18n( $count,0 ), ''); } else { $intro = sprintf( __('<a href="%s">Akismet</a> blocks spam from getting to your blog. ', 'akismet'), 'https://akismet.com/wordpress/' ); }
- This reply was modified 3 years, 6 months ago by Umbrovskis.com.
I know, but somehow attributed error got to this line and adding that empty string, fixed.
As admin used I do not see such issue, only with lower rights (second user).that is for non-admin users.
adding ampty string as 4th argument, fixed issue:
... 'https://akismet.com/wordpress/', number_format_i18n( $count,0 ), '');
??
cool.Sorry, but that option was not clearly visible.
Could spot only 2 options – submit or close (without uninstalling). So I went wp-cli uninstall.Forum: Plugins
In reply to: [WP-REST-API V2 Menus] Equivalent to ‘object_slug’ in new plugin versionThe solution that worked for me:
`…
‘object_slug’ =>
(isset(get_post($item[‘object_id’])->post_name)
&&
!empty(get_post($item[‘object_id’])->post_name))
?
get_post($item[‘object_id’])->post_name
:
null,
…`sorry, wrong plugin ??
- This reply was modified 5 years, 3 months ago by Umbrovskis.com.
Forum: Plugins
In reply to: [itemprop WP for SERP/SEO Rich snippets] W3C Validator Error with itempropHi, yes… there will be soon updates to plugin as there are more required attributes
Hi, sorry for late response.
“Do you know if there is a way to solve this trouble?”
Currently, ONLY post pages are supported, like posts, pages, custom post types. However, plugin self-disabled if WooCoomerce is enabled, as WooCommerce already is tagging correctly product pages.Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] use SSL on custom domainofftopic: @yea73920 , if not secret, where is that documented or that is just nice hack of CNAME?
Forum: Plugins
In reply to: [itemprop WP for SERP/SEO Rich snippets] Woocom productsIt is dissabled when using WooCommerce, as WooCommerce products are correctly marked with microdata
Forum: Plugins
In reply to: [Footnotation] Can’t activate 1.1Fixed myself. Look like weird cache bug.
Forum: Plugins
In reply to: [Instant Articles for WP] Related article not showStill not fixed. even with custom rules doesn’t work ??
depends on what kind caching you are using.
Plugin was tested with W3 Total cache.Unless caching pugin is set with priority 0, this plugin try to shoot everything with priority 1 (default for WordPress plugins is 10). If you plugin respect other plugins priorities, there should not be problems.
Since there is no sure way to implement on .htaccess level for Apache or map option on NGINX, I left this plugin working only on PHP level.
just made update for better domain detection. If still fails, please send your domain’s/site’s address for investigation.