threadi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems after installing WP 7.0Of course, you can try asking this question in Minnow’s support forum to see if you can find someone who can help you: https://ww.wp.xz.cn/support/theme/minnow/—but I think the chances of that are pretty slim.
Alternatively, you can also look for someone who can assist you. You can find someone like that here, for example: https://jobs.wordpress.net
As for Mailpoet, as I mentioned above, I would recommend asking in their support forum: https://ww.wp.xz.cn/support/plugin/mailpoet/
Forum: Fixing WordPress
In reply to: Help with updates and PayPal buttonsYou can disable automatic updates. You can do this either in the backend for each individual plugin, or under “Updates” for the WordPress core. There are also plugins that can help you with this: https://de.ww.wp.xz.cn/plugins/tags/disable-updates/
Alternatively, you can also control the plugins yourself using PHP code: https://kinsta.com/blog/wordpress-automatic-updates/
Regarding the PayPal issue, I would recommend contacting the support team for the plugin you’re using. They’ll be best able to help you with this.
Forum: Fixing WordPress
In reply to: Problems after installing WP 7.0Minnow itself was last updated 11 years ago. It’s highly likely that it’s not compatible with WordPress. And yes, switching themes would solve your display issue – but you can also ignore it for now, since it only affects your view in the editor. However, given the age of the theme, it’s only a matter of time before other problems arise, such as incompatibility with the PHP version you’re using.
Forum: Fixing WordPress
In reply to: Problems after installing WP 7.0You’re definitely using the Block Editor. I’m not sure exactly how your content should look, since I’m not familiar with your website. However, the styling is determined by the theme you’re using. It might not be compatible with WordPress 7.0 yet. Which theme are you using?
By the way, you should post your question about the Mail Poet plugin on their support forum: https://ww.wp.xz.cn/support/plugin/mailpoet/ – they know the plugin’s features best.
Forum: Fixing WordPress
In reply to: Files cookiesI see a “Support” section there that appears to be a forum. I think that’s where you should post: https://forum.profreehost.com/user-guide
Or you could just wait for the problem to resolve itself. It’s hard to say if that will happen or how long it might take.
Alternatively, your only other option is to move your project to a different hosting provider. To do this, you first need to find another hosting provider and then migrate the project. How to do this is described here, for example: https://developer.ww.wp.xz.cn/advanced-administration/upgrade/migrating/#moving-to-a-new-server
Just a reminder: the message displayed does not come from WordPress. It comes from your hosting provider’s system. It cannot be influenced or changed by WordPress.
Check out this article: https://developer.ww.wp.xz.cn/block-editor/how-to-guides/enqueueing-assets-in-the-editor/
It describes the options for incorporating styles into the Block Editor. For your situation with the custom CSS settings, I would recommend following the instructions in the article starting with “The following example sets the default text color for all paragraphs to green.” When I tested this just now, I was able to easily add custom CSS styles to the blocks without any issues.
Forum: Fixing WordPress
In reply to: Files cookiesThis appears to be an error caused by your hosting provider. It seems you’re using a free hosting service, and several users are currently reporting this issue. See: https://forum.infinityfree.com/t/cookies-not-enabled-message-has-just-appeared-blocking-access-to-my-website/118961 – WordPress can’t help with this; it needs to be resolved by your hosting provider. Contact their support team for clarification.
Forum: Plugins
In reply to: [Classic Widgets] Stopped workingYour screenshots show that you’re using the Classic Block in the Block Editor. This has absolutely nothing to do with Classic Widgets, as they serve completely different functions – and you’re asking your question in the wrong forum . When the plugin Classsic Widgets is activated and you’re using a classic theme, you manage Classic Widgets under Appearance > Widgets. They are not used in the Block Editor.
The Classic Block interface, which is visible in your screenshots, was updated in one of the recent updates from the Gutenberg team; I believe the popup shown in your screenshot was introduced with WordPress 6.9. This was done in preparation for the change to the Block Editor interface that came in version 7.0. It was necessary to ensure that the Classic Editor could still be used within the Classic Block in this new version.
So you’ve ended up in the wrong support forum with your issue, which is why I was confused by your questions. Now that I understand it better, I’d recommend that you contact the Gutenberg team with your concern: https://github.com/WordPress/gutenberg/issues
Forum: Fixing WordPress
In reply to: Decoupling Title Block to Page Title BehaviourAh, yes, that title block that always displays the title of the current post or page. If you change anything in there, it changes the title set by WordPress (which you’re actually supposed to enter in the field I described). I don’t use it enough 😀
There’s no “best practice.” You have to choose the approach that’s best for you and your project and that you’re most comfortable with. No one can make that decision for you. Based on your description, though, I’d recommend an SEO plugin. But it’s up to you which one you use—if any at all.
Forum: Fixing WordPress
In reply to: 3XX page receives organic trafficYou can provide screenshots as described here: https://ww.wp.xz.cn/support/forum-user-guide/block-editor/#adding-screenshots
Regardless, I would like to reiterate the points I made above. The post itself is quite good, even for search engines; you just need to decide for yourself how to handle the content.
Forum: Fixing WordPress
In reply to: Problems after installing WP 7.0I’m a little surprised by your editor’s display. Could you please show me a screenshot of it? See: https://ww.wp.xz.cn/support/forum-user-guide/block-editor/#adding-screenshots
Forum: Themes and Templates
In reply to: [Twenty Twenty-One] How to prevent black borderIt looks like you’re using the “Two images showcase” pattern included with TwentyTwentyOne and have slightly customized it for yourself to display 3 images. That’s perfectly fine, of course 🙂 However, the border color comes directly from that specific pattern in this theme.
Here are your options for resolving this:
- The border color is dictated by the pattern. Unfortunately, there is no option to customize the color. However, it would be possible with custom CSS:
* { --global--color-border: red; }– this will make all borders red. You would need to add the code under Appearance > Customizer > Additional CSS. - Or, instead of using the pattern, you can create a gallery yourself using the Gallery block. This gives you full control over the design via options in the editor.
- Or, for displaying galleries, you can use one of the many gallery plugins available: https://ww.wp.xz.cn/plugins/tags/gallery/
Forum: Fixing WordPress
In reply to: Decoupling Title Block to Page Title BehaviourI’m not quite sure which block you mean by “Title Block”. In the Site Editor, there is a block called “Site Title Block” that displays the website title. This is not the title of an individual page, but rather the title of the entire website. This block is typically used in the header template, not on an individual page.
In the Block Editor, you always have the option at the top to enter the title of the respective page or post. How this appears on the front end of the website depends on the theme you’re using.
In your question, you’re referring to the page title, which appears not only in the browser tab but also in search engine results. This is often the first thing someone sees about your website in search results. Without an SEO plugin, this page title is typically composed of the website title and the title of the page being viewed. WordPress itself does not offer a dedicated input field to customize this – there are plugins for that.
Overall, in my view, you have the following options to achieve your goal:
- Use the title for the page title (in the tab). Hide this title in the frontend—how to do this depends on the theme you’re using. If you have questions, contact their support. Add an H1 heading block directly below it to display a visible title for the page.
- Use an SEO plugin to customize the SEO-relevant page title. There are many to choose from: https://ww.wp.xz.cn/plugins/tags/seo/
Forum: Plugins
In reply to: [Classic Widgets] Stopped workingWordPress doesn’t display a message indicating that a file is being updated. WordPress updates itself, as well as themes, plugins, and language files, but these always come in packages—not as individual files. So I’m still not sure exactly which message you’re referring to. It might be coming from a plugin you’re using that’s notifying you of a necessary update for itself. Without knowing exactly what happened here, it’s hard for me to assess what’s going on in your project.
Feel free to share a screenshot of what you’re seeing. That might make it easier to understand what you’re referring to. See: https://ww.wp.xz.cn/support/forum-user-guide/block-editor/#adding-screenshots
Forum: Fixing WordPress
In reply to: Photos randomly not showingIf this only affects older posts, there are several ways to automate the process. The problem, however, is that none of these options actually checks whether the links are still accessible. But here are a few options anyway:
- Use a plugin for this, e.g., https://ww.wp.xz.cn/plugins/better-search-replace/
- Using WP CLI, you could likely use a command to change JPG to jpg. However, the command could become quite complex. A starting point: https://developer.ww.wp.xz.cn/cli/commands/post/update/
- Using phpMyAdmin or direct access to the database, you could also search for JPG in all posts and replace it with jpg. Whether and how reliably this works, however, depends on the database system. A starting point: https://dev.mysql.com/doc/refman/9.7/en/string-functions.html#function_replace
Disadvantage of all options:
You would have to explicitly limit the replacement to older posts. I’m not sure if that would work reliably.And: be sure to create a backup beforehand.
Alternatively, you can also edit the posts manually. Depending on the number of posts, this might actually be more reliable.
Another alternative would be a custom WP CLI-driven script that performs the replacement. That would likely be the most precise way to achieve this.
- The border color is dictated by the pattern. Unfortunately, there is no option to customize the color. However, it would be possible with custom CSS: