threadi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PLugin for chat gpt content creatorIf a plugin you’ve chosen isn’t working as you’d like, I’d recommend reaching out to the support forum for that plugin. They’ll likely be able to help you get it up and running. It might just be a matter of a missing setting.
Forum: Fixing WordPress
In reply to: Canonical Mismatch on Redirected PagesThe answer to that question really depends on what the audit tool is expecting at that point. I’d recommend looking into that first and, if necessary, contacting their support team before you try to tinker with anything in WordPress that might inadvertently cause problems elsewhere.
Forum: Fixing WordPress
In reply to: Linkedin insight tagSince this is a commercial theme, we can’t help you with it here in the forum. I would recommend contacting your theme’s support team: https://bosathemes.com/contact-us/
Forum: Fixing WordPress
In reply to: Fluent form not workingI would recommend that you contact the Fluent Forms support forum: https://ww.wp.xz.cn/support/plugin/fluentform/
Forum: Fixing WordPress
In reply to: Copyright problem of an ımageIf I understand correctly, you want to remove an image from your website for legal reasons. You added it to the media library. In theory, deleting the image from the media library should be sufficient. This should delete both the original file and all thumbnails generated by WordPress.
Deleting the image from a page is not enough. It will remain in the media library and thus on your hosting server.
If you want to be 100% sure it’s gone, make a note of the exact URL and then delete the image from the media library as described above. Afterward, check via FTP in the
/wp-content/uploads/directory to see if the image files are gone. You’ll find the exact path and filename in the URL you noted down.After deleting the image, also verify that the previously noted URL is truly gone. This is the only way to be 100% certain that you are complying with legal requirements.
Also note that you should remove the image from other project copies as well. For example, if you have a staging or development system for your website, remove it there in the same way you did in the live system.
If you have any legal questions regarding this, seek legal counsel who can advise you. These topics are not covered in this forum.
Forum: Fixing WordPress
In reply to: Linkedin insight tagI assume you’re referring to the option described here by LinkedIn: https://business.linkedin.com/advertise/ads/insight-tag
As far as I can tell, this should be inserted at the end of the page’s HTML output. How to do this in WordPress depends heavily on the theme and page builder you’re using. Which ones do you use?
Forum: Requests and Feedback
In reply to: AI Admin Assistant — Feature Idea for WordPress CoreThanks for your suggestion. However, if I understand correctly what you’re describing, that’s exactly what will be included in WordPress 7.0. See: https://make.ww.wp.xz.cn/core/2026/03/24/introducing-the-ai-client-in-wordpress-7-0/
I’m not sure what you’re getting at. As far as I understand, you’ve already managed to fix the issue yourself, but you have suggestions on how to optimize WordPress’s responses to certain situations. Feel free to submit these as tickets in CoreTrak so that developers can review them and consider them if appropriate: https://core.trac.ww.wp.xz.cn/newticket – I think adjusting the text hints in
wp-config.phpwould be particularly interesting. Note that it’s better to create one ticket per topic there rather than combining everything into one.Forum: Fixing WordPress
In reply to: Show Post Excerpts on Post PageSure, that’s definitely possible. But how you go about it depends a lot on your theme. Which one are you using?
Forum: Fixing WordPress
In reply to: Error after auto-updating a blog, cannot login into the adminFollow the instructions provided in the link to upload the files. If you need assistance with this, we recommend contacting your hosting provider’s support team, as they can provide you with the necessary FTP access.
If you need further assistance, you’re sure to find someone here who can help you personally: https://jobs.wordpress.net
Forum: Fixing WordPress
In reply to: Elementor mobile menu works on desktop click but not on mobile touchI recommend getting in touch with Elementors’s support about this via https://elementor.com/support/ if you have Elementor Pro or https://ww.wp.xz.cn/support/plugin/elementor/ if you do not.
Forum: Fixing WordPress
In reply to: iframe tag broken in Custom HTML?First of all, it would be a good idea to use the code block here in the forum so that your HTML code displays correctly. I suspect that the double quotes, which are currently displayed incorrectly here, actually look correct on your end. Like this:
<iframe src="https://www.w3schools.com" title="W3Schools Free Online Web Tutorials"></iframe>I tested the issue you described in the Playground and couldn’t reproduce it there either. My guess would therefore be that either your user permissions aren’t set correctly, a plugin is interfering here (though you’ve already ruled that out yourself) or a serverside error.
Are you logged in as an administrator for this project? An administrator always has full permissions to write HTML code. Users with other roles generally don’t have this permission. If you have a different role, contact your project’s administrator and ask them to grant you permission for this.
It could also be an actual server-side error, for example caused by a security tool on the hosting server, although that would be highly unusual for HTML code containing iframes. You can verify this by checking your host’s error logs. Your host’s support team can help you locate them.
Forum: Plugins
In reply to: [Classic Widgets] Widgets Missing After ActivateYou need a classic theme so that the “Widgets” menu item appears under “Appearance.” Modern block themes no longer have this option.
Which theme are you using?
Forum: Fixing WordPress
In reply to: iframe tag broken in Custom HTML?I can’t seem to reproduce that on my end. Could you please show me the exact code you’re using? And which editor are you using to enter the code?
Note: If you’re using the Block Editor, paste the code into the HTML block. See: https://ww.wp.xz.cn/documentation/article/custom-html/
Forum: Fixing WordPress
In reply to: The blog posts are not visibleIt appears that both the query for and display of posts are controlled by the commercial theme Bridge that you are using. I would recommend that you contact their support team with your question: https://bridgelanding.qodeinteractive.com/ – questions about commercial products cannot be answered here in the forum.
- This reply was modified 2 months, 2 weeks ago by threadi.