James Huff
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Checkmarks disappeared (6.9 issue?)If the issue continues under the updated Twenty Twenty-Five theme, try adding
define('CONCATENATE_SCRIPTS', false);to your wp-config.php file just below thedefine('DB_HOST'line.To do so, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), and edit the file with a plain text editor. For details: https://developer.ww.wp.xz.cn/apis/wp-config-php/#disable-javascript-concatenation
Forum: Fixing WordPress
In reply to: Checkmarks disappeared (6.9 issue?)Let’s not use edits, they don’t send subscription updates. 😉
Deactivating a caching plugin doesn’t necessarily disable the cache, many just leave the site frozen in the last cached state.
Please try clearing the cache, then disabling the caching plugin.
Does the issue continue?
If it does, then check with all plugins deactivated and the Twenty Twenty-Five theme in use.
Forum: Fixing WordPress
In reply to: Checkmarks disappeared (6.9 issue?)Right, and as mentioned, I’m unable to reproduce the issue with WordPress 6.9 on Firefox 146, Vivaldi 7.7.3851.58 (Chromium 142.0.7444.228), or Safari 26.1. So, I’m not sure what “change in Javascript that apparently introduced an incompatibility” you’re referring to.
Are you using any sort of caching plugin, or do you see a “Clear/Purge Cache” button in your Dashboard or admin bar? If so, would you please try clearing the cache?
Note: You do not need to install a caching plugin at this point just to clear a cache you don’t have. If you don’t have a caching plugin or a way to clear a server-level cache, just say so. 🙂
Forum: Fixing WordPress
In reply to: Checkmarks disappeared (6.9 issue?)Sorry, I got into trying to reproduce the problem and forgot you said you had already tried with all plugins deactivated and the theme switched.
Are you using any sort of caching plugin, or do you see a “Clear/Purge Cache” button in your Dashboard or admin bar? If so, would you please try clearing the cache?
Note: You do not need to install a caching plugin at this point just to clear a cache you don’t have. If you don’t have a caching plugin or a way to clear a server-level cache, just say so. 🙂
Forum: Fixing WordPress
In reply to: Checkmarks disappeared (6.9 issue?)I’m not able to reproduce the issue with WordPress 6.9 on Firefox 146, Vivaldi 7.7.3851.58 (Chromium 142.0.7444.228), or Safari 26.1.
This problem may be a plugin or theme conflict. Please attempt to deactivate all plugins and switch to the default Twenty Twenty-Four theme. If the problem goes away, re-activate them one by one to identify the source of the problem. If you can install plugins, install Health Check. On the troubleshooting tab, you can click the button to deactivate all plugins and change the theme for you while you’re still logged in without affecting normal visitors to your site.
Forum: Everything else WordPress
In reply to: How long does WordPress take to approve new plugin uploads?Also, you can always see the current length of the queue at https://ww.wp.xz.cn/plugins/developers/add/
Currently there are 402 plugins awaiting review.
Keep in mind that everyone working on WordPress is a volunteer, and that includes the plugin review team.
Forum: Fixing WordPress
In reply to: Make it a choice to only upload original size photosMaybe individually, one could tick ‘generate smaller versions’, but I think the relevance is no longer here. Having to code it on functions.php, in a time of ‘let a wizard/UI’ do it doesn’t really seem user-friendly.
To disable WordPress’s automatic resizing, without code, visit Settings -> Media in your site’s Dashboard, and set width and height for all three sizes to 0.
I don’t recommend it though. Not everyone has gigabit broadband.
wordpress.com subdomains [probably a commercial multisite offerer for non-code-savvy people] cannot even use custom themes
To clear up any confusion, WordPress.com and ww.wp.xz.cn are two different entities: https://ww.wp.xz.cn/documentation/article/difference-between-wordpress-org-and-wordpress-com/
WordPress.com has complete documentation and support contacts at https://wordpress.com/support/
Forum: Fixing WordPress
In reply to: Website Crashing Multiples times even when i try to update pluginYou’re saying “update the plugin,” as in one singular plugin.
Does this issue happen when you try to update a specific plugin? If so, which plugin? Or, does it happen when you update any plugin?
Forum: Fixing WordPress
In reply to: Convert from MyISAM to InnoDB & WordPress PerformanceYes, there can be some benefits. For details, see https://developer.ww.wp.xz.cn/advanced-administration/performance/optimization/#optimize-software
Forum: Fixing WordPress
In reply to: Critical Error issue after PHP upgrade; can’t access my siteTry manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause. If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), navigate to /wp-content/themes/ and rename the directory of your currently active theme. Hopefully, this will force the default theme to activate and rule out a theme-specific issue (theme functions can interfere like plugins).
Forum: Fixing WordPress
In reply to: Need Theme with no BlogUse a block theme, and simply either remove any block related to displaying the posts (the Latest Posts or Blog Posts blocks), change the Query Loop block’s settings if that’s used instead, or just avoid any templates designed to display blog posts.
Keep in mind that WordPress is a content management system, and posts are a type of content it manages. The functionality will remain in the backend, but it’s trivial to modify any block theme to never display posts.
These block themes are all free:Â https://ww.wp.xz.cn/themes/tags/full-site-editing/
Block themes use the new Site Editor, meaning that how you can modify a theme is now almost limitless without even having to touch CSS: https://ww.wp.xz.cn/documentation/article/site-editor/
Therefore, the theme can display as much, or as little as you want, you have full control.
There’s also a video tutorial if you prefer that style: https://learn.ww.wp.xz.cn/tutorial/intro-to-the-site-editor-and-template-editor/
If the above didn’t work, I recommend asking at https://ww.wp.xz.cn/support/plugin/duracelltomi-google-tag-manager/ so the plugin’s developers and support community can help you with this.
Forum: Fixing WordPress
In reply to: Changes not showing on view pageWho is your hosting provider? Also, are you using Cloudflare?
Forum: Fixing WordPress
In reply to: Changes not showing on view pageAre you using any sort of caching plugin, or do you see a “Clear/Purge Cache” button in your Dashboard or admin bar? If so, would you please try clearing the cache?
Note: You do not need to install a caching plugin at this point just to clear a cache you don’t have. If you don’t have a caching plugin or a way to clear a server-level cache, just say so. 🙂
Forum: Fixing WordPress
In reply to: All images do not show on phoneOh, is the site fully local? Sorry, I had assumed it was public.
We definitely don’t want any usernames or passwords here: https://ww.wp.xz.cn/support/guidelines/#we-reserve-the-right-to-manage-the-forums-to-the-best-of-our-ability
In that case, you’ll just have to right click and Inspect Element on some of the missing image items, make sure they’re
a href="https://and nota href="http://If they are, try regenerating your SSL certificate.