threadi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: URL gives incorrect logoWhat kind of messages are you referring to? Emails? Or on a social media platform?
Do you have a screenshot as an example? See: https://ww.wp.xz.cn/support/forum-user-guide/block-editor/#adding-screenshots
Forum: Fixing WordPress
In reply to: New version 7.0 – adding pages and posts is not workingA blank screen usually indicates a server-side error. For more information, see: https://developer.ww.wp.xz.cn/advanced-administration/wordpress/common-errors/#the-white-screen-of-death
I completely understand where you’re coming from. I often find myself forgetting the notes – or, rather, overlooking them.
Feel free to share your thoughts with the Gutenberg team so they can be properly taken into account: https://github.com/WordPress/gutenberg/issues
Or on Core Trac: https://core.trac.ww.wp.xz.cn/
Forum: Fixing WordPress
In reply to: Editing in WP issue under 7.0 with classic editorWhat exactly is the problem?
Keep in mind: no one here wants to, is allowed to, or should access your backend. You should describe what you see and what’s happening so that we can help you.
Feel free to include a screenshot to illustrate the issue: https://ww.wp.xz.cn/support/forum-user-guide/block-editor/#adding-screenshots
Forum: Fixing WordPress
In reply to: Disable the resize handle metabox?Click the three dots in the top-right corner > then click “Preferences” then “General” and at the very bottom under “Advanced” uncheck everything you can. After that, the entire bottom box will no longer be visible.
The downside: you’ll lose the options available in that section. Before disabling them as described above, you can also move some of the boxes there to the sidebar on the right. Use the arrows next to the box titles to do this.
Forum: Fixing WordPress
In reply to: Plugin suggestion for photo managementNextGen Gallery is still available and, as far as I can tell, is still being actively developed. I’m not sure how you came to that conclusion?
Forum: Fixing WordPress
In reply to: WP_AUTO_UPDATE_CORE ignoredEven if you’ve already marked this as resolved for yourself, here’s a quick note: You can’t use
add_filter()inwp-config.phpbecause the function isn’t recognized there yet. It won’t be recognized until later. If you want to define a hook like this, do so via a child theme, a code snippet plugin, or a custom plugin. The latter can also be set up as a “Must Use” plugin.It works perfectly for me with the current default theme, TwentyTwentyFive. I suspect that, in addition to the Kadence Child Theme, you also have other Kadence plugins that extend your project. If possible, try deactivating them to rule them out as the cause, and switch to a different theme as well. If you find that one of these components is the cause, contact their support team for a solution.
Additionally, something like this could also indicate a possible hack of the website. This is especially true if the content of these posts doesn’t fit with the website in question. I would recommend running a full security scan.
I would recommend that you contact their support forum: https://ww.wp.xz.cn/support/theme/career-development/
Forum: Fixing WordPress
In reply to: Repeated Header in a next.js page using iframe and BBPressI would recommend that you contact the bbPress support forum: https://bbpress.org/forums/
Forum: Fixing WordPress
In reply to: 3D flipbook not working on apple productsI would recommend that you contact the support forum for the 3D flipbook plugin you’re using: https://ww.wp.xz.cn/support/plugin/interactive-3d-flipbook-powered-physics-engine/
Forum: Everything else WordPress
In reply to: Incorrect reply links in forum notification emailsThat is a known bug, see: https://meta.trac.ww.wp.xz.cn/ticket/6443
Forum: Fixing WordPress
In reply to: How to block external CSSWhich approach you take (whether with or without WordPress, whether using a pre-made theme or a custom one, etc.) depends on the goals of your specific project. WordPress can handle all of this, but using WordPress solely to enter HTML code in the Block Editor that’s styled with custom CSS is a bit odd. The main reason is that you have a full-fledged CMS with many features that you don’t even use, yet you still have to keep it up to date even though you’re only utilizing a fraction of its capabilities. I think you see where I’m going with this.
As I said, you still have various options for achieving your goal with WordPress. Based on what you’ve described, the custom classic theme mentioned above would likely be a suitable approach.
Alternatively, you can continue using TwentyTwentyFive and try to trim it down so that as little as possible of what you don’t use is loaded. A child theme could help with this, by the way; see: https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/
And of course, you could also look into building the website without writing HTML yourself. Imagine if you ever had to hand the project over to someone else (which you should never rule out) – the approach of using HTML blocks would likely be just as unfamiliar to them as it is to me right now.
Forum: Fixing WordPress
In reply to: Cannot log in due to critical errorThe error is caused by a plugin that your host, GoDaddy, has installed there. You have the following options to resolve this:
- Contact your host’s support team and ask for assistance with this.
- Or log in via FTP and delete the MU directory located at
/dom374041/wp-content/mu-plugins/, where the plugin appears to be stored. If you have questions about the FTP connection, please also contact your host’s support team.