futur3int
Forum Replies Created
-
Well I managed to add a custom value to an hidden field with javascript/jquery.
Also its nice to be able to use actions if you wanna add meta when submitting.If anyone interrested in this I can share.
Forum: Fixing WordPress
In reply to: remove twentytwenty one dark mode switch actionHi bc,
I guess if I disable the whole dark mode support I won’t be able to custom it anymore.
Whatever best solution to rewrite the design is with jQuery.
Forum: Plugins
In reply to: [Widgets for Google Reviews] Hide review without comments optionWell i just unchecked the option that displays image within the review and now it is working…
Hi team,
The issue seems to be solved with your last update.
TY.
I tried today in some other browsers. It seems only Chrome Browser is having this display delay on very first load … or hard reload.
Hi team,
Wp Optimize plugin for WordPress is definitely the best cache plugin ever.
Caching a website running on PHP8 is still working but loading is not clean. You can see the website without any style for a few milliseconds before cache is applied which is not good for client side.
Thank you for solving this asap ?? And thank you for your great plugin.
Yes good point, i am seeing this under GT Metrix, is it possible to defer or async the minified files without breaking the site ?
Also @bsteinagel you may look for a pro website, ask me if you need.
Forum: Fixing WordPress
In reply to: Notice: Undefined property: stdClass::$pluginTo let everyone knows.
I managed a fresh install of wp 5.0.3 and then install my website back.
Message is gone.Forum: Fixing WordPress
In reply to: Notice: Undefined property: stdClass::$pluginWell I got the message back for no reason…
Forum: Fixing WordPress
In reply to: Notice: Undefined property: stdClass::$pluginThis notice is caused by the plugin update information cache having
incorrect data in it, installing the classic editor plugin will have
cleared that cache.When deactivating the classic editor the message is gone.
Forum: Fixing WordPress
In reply to: Favicon missingWell best is to put the link in the <head> of your header.php file from your child theme.
as per follow:
<link rel="shortcut icon" href="<?php echo (get_bloginfo('stylesheet_directory'). '/images/favicon.ico');?>" type="image/x-icon">
And put the favicon.ico file via your FTP in your childthemedirectory/images/
Goodluck
Forum: Fixing WordPress
In reply to: Can’t set the featured imageIt might be related to a plugin compatibility, I would disable all active plugin as a test. Also did you try different pictures?
I updated to 5.0.3 with no issue except with the new gutenberg editor (had a warning message). You can try to use the previous editor. Download it in the plugin install under classic editor name.
Goodluck
Forum: Fixing WordPress
In reply to: inserting links in a postHi, you should install previous editor from plugin install, its called classic editor.
I just installed it cos of a visual warning message bug.The new editor is messy, hope they fix it.
Forum: Fixing WordPress
In reply to: Notice: Undefined property: stdClass::$pluginOk folks, I just installed the previous classic editor and the issue is gone. The new editor Gutenberg is the reason of the warning message.
I addressed a bug to WordPress core.
TY
Forum: Fixing WordPress
In reply to: Revslider plugin errorHi, you should contact the plugin dev cos your issue is not related to Fixing WordPress forum. Goodluck