Jb Audras
Forum Replies Created
-
Yes you can opt-out for major releases auto-update by using
define( ‘WP_AUTO_UPDATE_CORE’, ‘minor’ );
. You can also go towp-admin/update-core.php
and click on the link to switch to “maintenance and security releases only”.It is not possible to delay the auto-update natively, but I believe some plugins may help you to do that. Depending on your PHP/WP API skills, you can also code it on your own by using a transient or a Cron task which would prevent the auto-update for 24 hours.
Hello @pumpkinbread,
How old is your website? Starting WordPress 5.6, auto-updates are not for minor release only but for all WordPress core releases. But when WP 5.6 was released, only new installs were concerned by this change.
You can check your settings in wp-admin/update-core.php, where you can opt-out from auto-updates for major releases.
By the way, the documentation need to be changed to mention that auto-updates for major releases is the default setting for all new installations since December 2020. I’ll make sure it’s mentioned as soon as possible, thank you for pointing this out.
- This reply was modified 3 years, 4 months ago by Jb Audras.
Forum: Plugins
In reply to: [Reusable Blocks Extended] Shortcode not rendered in search result excerptsHello @twhb and thank you for your comment!
Sadly, the issue is with your theme, which doesn’t apply the
the_content
filter to short descriptions ??What is the name of your theme? Maybe I can suggest them a better implementation…
(marking this issue as resolved since this is not something I can fix on my side ??)
Hello @jules-colle, @paaljoachim, thank you both for your comments ??
While it’s a great proposal, I think it would be better to implement in a third-party plugin (or somehow in Core, see @paaljoachim ’s comment), because I prefer to stick as much as possible to the WP Core native implementation ??
Forum: Plugins
In reply to: [Reusable Blocks Extended] Reusable Blocks Extended not working with WPMLHello,
This plugin supports Polylang, but not WPML. I don’t have WPML support in the roadmap for now, but any code contribution is welcome ??Forum: Plugins
In reply to: [Reading progressbar] Click on select color not workingCool!
Forum: Plugins
In reply to: [Reading progressbar] Click on select color not workingHello,
That was probably a jQuery error. Does it still occurs now?
Thanks,
JbForum: Plugins
In reply to: [Reading progressbar] Minify the scriptDone in 1.3
Thanks!Forum: Plugins
In reply to: [My WP Glossary] Not compatible with CoBlocksYep! Thanks for the heads up ??
Forum: Plugins
In reply to: [My WP Glossary] Site cassé après update 0.6 : conflit simple_html_domBonjour,
Oui nous sommes déjà au courant pour simple_html_dom, en revanche sauf erreur de ma part, le problème vient sans doute plut?t de cette extension, puisque My WP Glossary charge cette bibliothèque via un include_once. Il faudrait que cette extension en fasse de même.
Pour Yoast, c’est voulu, nous désactivons les réglages de Yoast (que nous utilisons sur nos sites) de fa?on volontaire, puisque les définitions ne disposent pas de page single (on n’accède jamais à une seule définition unique). Les réglages SEO nous semblent donc inutiles puisque inexploitables/non applicables. Qu’en pensez-vous??
Pour le CSS, vous avez faits les modifications sur la feuille de style de l’extension ? Dans ce cas c’est normal qu’elles soient écrasées après mise à jour ??
A suivre !
JbAForum: Plugins
In reply to: [Simple Site Map Page] Menu conflict on site map page?Hi,
Good catch, this can be avoided, indeed. I’ll try to release a new version to fix the issue today or in the next couple days.
Thanks for pointing this out, @magduska106 and sorry for the delay.
- This reply was modified 3 years, 7 months ago by Jb Audras.
Forum: Fixing WordPress
In reply to: Update in 15 years – Plugins and CoreHi,
It looks like a general Cron issue on your website.
Try to check your Cron Tasks using WP-Crontrol plugin, to see if it’s a general issue on all the cron tasks of your website.Forum: Plugins
In reply to: [Reading progressbar] Error with WordPress 5.6Fixed in 1.2.3, thanks all!
Forum: Plugins
In reply to: [Reading progressbar] jQuery error on WordPress 5.5.3 an 5.6Fixed in the current version (1.2.3), thanks @italpasta @chaton666 ??
Forum: Everything else WordPress
In reply to: Auteur / AutriceThanks for the heads up, @tobifjellner!
I’ll make a quick exception and answer in French, sorry for our English speaking friends ??
—Bonjour @sylvere72,
Vous êtes sur un forum anglophone. SI vous avez des demandes de support en fran?ais, vous pouvez utiliser le forum de l’association WPFR: https://wpfr.net/support.
Concernant le fond de votre message, il s’agit d’une décision de l’équipe de traduction de WordPress en fran?ais qui a été annoncée en décembre 2020 ici?: https://fr.www.ads-software.com/2020/11/26/wordpress-5-6-des-changements-visant-a-ameliorer-linclusivite-de-linterface-dadministration/
Je vous invite à consulter ce communiqué pour conna?tre les tenants et aboutissants de ce changement. Vous pouvez également suivre les travaux de l’équipe de traduction sur le site officiel dédié?: https://fr.www.ads-software.com/team
à ce stade, il n’est nullement envisagé de revenir sur ces changements de traductions, mais ces informations et articles vous permettront sans doute d’y voir plus clair sur cette démarche.
- This reply was modified 3 years, 9 months ago by Jb Audras.