truxton
Forum Replies Created
-
πYes it’s fixed now. Thanks for your help.
Hi,
I am using
wordpress:latest, mariadb:latestwhen building the docker, so php should be 8.3 and docker env should be Debian. The html tag showsautocomplete OFFbut when I debugged theasl.min.jsfile I founde.o.autocomplete.enabledwas set to “0” rather than 0 soe.autocompleteGoogleOnly()will always be called. Hope it helps.Hi,
I just confused the two options of
autocompleteandkw_suggestions. It should be thekw_suggestionsthat still works on front-end even if it stores “0” in wp_options. I just created a new wordpress docker environment to re-produce this in a private browser window.BTW, this old topic https://ww.wp.xz.cn/support/topic/div-asl_r-results-item-hovered-dissappeared-after-4-10/ seems still not getting fixed
Sorry for creating this useless thread. I messed my php environment with openssl. It resolved.
Yeah it works, thank you π
Forum: Plugins
In reply to: [Code Snippets] [hook not triggered anymore] code_snippets/update_snippetHi,
I got the reason. In the past I restricted the hook api snippet as Only run in administration area. Today I let the snippet run everywhere and it works as usual.
Hi,
Thanks for your help, the problem no longer exists using the CSS snippet.
Forum: Plugins
In reply to: [Easy Table of Contents] line 310~315 in font.js causes TOC jitteringHi,
I updated to the latest version and the issue no longer exists. Thank you!Forum: Plugins
In reply to: [Autoptimize] wp emoji still exists in wordpress-embedGot it. Thanks for your reply π
Forum: Plugins
In reply to: [Autoptimize] wp emoji still exists in wordpress-embedHi,
I just found another place that wp-emoji js still loads: unpublished posts-preview. Although wp-emoji is removed after publishing the post, it still remains in unpublished posts.
Thank you!Forum: Plugins
In reply to: [Autoptimize] wp emoji still exists in wordpress-embedHi,
The only embed type I tested so far is WordPress’s naive embed (provided in wordpress-core), and I embed the same WordPress site’s page.Forum: Plugins
In reply to: [Easy Table of Contents] line 310~315 in font.js causes TOC jitteringHi,
The video is here:
https://postimg.cc/vcJLRJJc
Use pure installed wordpress with official twenty-sixteen theme and no other plugins. It’s easy to reproduce this issue.Forum: Plugins
In reply to: [Easy Table of Contents] line 310~315 in font.js causes TOC jitteringHi,
I have posted a gif here: https://i.postimg.cc/8cvXXgjr/wpgif.gif
Thank you!Forum: Plugins
In reply to: [Easy Table of Contents] Fatal error with latest versionI have php-fpm 100% cpu no response issue in the latest version, and some toc css renderings are incorrectly displayed. I have reverted to the last version.