threadi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Happy Moment Plugin installed itself on my WordPress siteKeep in mind that simply deleting user accounts may not be enough. Once hackers have gained access, you must consider the entire project to be compromised. They may have already planted software that could allow them to regain access at any time or disrupt your website in some other way. The approach I described above, even though it may be difficult, is the one that offers the greatest security for your project.
Forum: Fixing WordPress
In reply to: How to change symbolTo answer your question, I’d need to know how your website is set up. The currency symbols sound a lot like they’re from a shopping cart system. Those systems usually have settings where you can change them. Which shopping cart plugin are you using?
The theme you mentioned, Deala, could also be responsible for this. However, it is a commercial theme, so we cannot help you with it here in the forum. If necessary, please contact their support: https://themeforest.net/item/deala-coupons-and-deals-affiliate-wordpress-theme/59652745/support
Forum: Fixing WordPress
In reply to: Media Library Problem after update to WordPress 7.0Try following the troubleshooting guide mentioned here first: https://ww.wp.xz.cn/support/topic/read-this-first-wordpress-7-0/
Forum: Fixing WordPress
In reply to: Happy Moment Plugin installed itself on my WordPress siteSo something is indeed wrong with your project – it has probably been hacked.
My recommendation: first read this article:
FAQ My site was hacked
After that I would recommend checking whether you still have a clean backup. If necessary, ask the support of your hoster. If so, delete all files and the database and restore the backup. Then change all access data in the hosting (also FTP, hosting login ..).
So if you still have a clean backup of your website, use that.
Forum: Fixing WordPress
In reply to: WordPress 7.0 – custom HTMLI see what you mean; I’m experiencing the same thing. I’d recommend opening a ticket with the Gutenberg team so they can address this in one of the upcoming updates: https://github.com/WordPress/gutenberg/issues
Forum: Fixing WordPress
In reply to: WordPress 7.0 – custom HTMLBased on the description, I’m not quite sure what exactly you’re referring to. Could you please provide a screenshot of what you’re seeing? See: https://ww.wp.xz.cn/support/forum-user-guide/block-editor/#adding-screenshots
Forum: Fixing WordPress
In reply to: How to block external CSSIf you want to prevent individual CSS files from being included, you can do so in PHP using https://developer.ww.wp.xz.cn/reference/functions/wp_dequeue_style/. Check out the examples there to see how to use it.
Forum: Fixing WordPress
In reply to: Parse error: Robo GalleryYes, your web hosting provider should be able to provide you with access for that. Contact their support team to ask about it.
Forum: Fixing WordPress
In reply to: New 7.0 admin default colour schemeIf you’d like to see changes made here, it’s best to submit a request on Core Trac. I haven’t been able to find anyone else there yet who has requested the same thing: https://core.trac.ww.wp.xz.cn/newticket
However, it will likely be difficult to make changes to this after the fact. I don’t know how your projects are managed, but maybe you could also send out an update to everyone for your profile settings – that should be doable with WP CLI or MySQL.
Forum: Fixing WordPress
In reply to: Editor font is wrongYes, that’s correct. If your theme doesn’t include fonts for this new view in WordPress 7.0, it will be empty. You can add fonts yourself, but your theme must also recognize and support them. Please contact the support team for the theme you’re using.
Forum: Fixing WordPress
In reply to: Parse error: Robo GalleryThe error you mentioned is occurring in the “Robo Gallery” plugin you’re using. It appears there is a character error in the code.
To get rid of the error message for now, you should delete the plugin via FTP. Log in via FTP and delete the directory /var/www/gullhov.se/public_html/wordpress/wp-content/plugins/robo-gallery/. After that, your website should be accessible again—just without the galleries. Then you can try reinstalling the latest version of Robo Gallery via the backend.
If you have questions about Robo Gallery and why this is happening, please contact their support forum: https://ww.wp.xz.cn/support/plugin/robo-gallery/
I am unsure whether you are referring to specific OpenAI models or to entirely different AI API providers that utilize the same structural framework as OpenAI for their own models.
If you are referring to OpenAI models, it is already possible to specify your desired model within the PHP code that utilizes the AI Connector. Details regarding this can be found here: https://ww.wp.xz.cn/support/topic/how-can-i-connect-another-ai-model-that-is-compatible-with-the-openai-api/
If you are not a developer yourself, you are dependent on the specific plugin you use for your particular use case (e.g., a plugin that generates alt text for images) being configured to call the AI Connector using the specific OpenAI model you desire. You would need to discuss the details of this with the developer of that specific plugin.
If you are referring to other AI API providers, a dedicated connector plugin would be required for each of them. This plugin would then need to call that provider’s specific API endpoint in order to utilize their AI.
If you happen to be a developer yourself, you could copy the existing OpenAI Connector plugin, rename it, and then configure the copy to use the alternative API endpoint.
If you are not a developer, you would need to wait until someone develops this solution for you. You might also be able to find other interested users within the community of the specific AI API provider you are using.
Forum: Fixing WordPress
In reply to: New 7.0 admin default colour schemeThe original color scheme is still available. It’s called “Fresh” and can be found right next to “Standard”:
https://snipboard.io/uF0aBP.jpg
Just select it and you’ll have it back.
Forum: Fixing WordPress
In reply to: Disable draggable metabox and the pop up Custom HTMLI’m guessing you’re referring to the Block Editor and the boxes displayed below the editor area. You can hide the entire section by clicking the three dots in the top-right corner > Preferences > General, and then unchecking all the options under “Advanced”. At least for me, that hides the entire section below the editor.
Forum: Fixing WordPress
In reply to: Editor font is wrongAs I mentioned earlier, I also think this is more likely related to the theme you’re using. For example, I can’t reproduce the issue in the Playground at all.
I would therefore recommend that you take a closer look at where this is coming from. See also: https://ww.wp.xz.cn/support/topic/read-this-first-wordpress-7-0/