threadi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Photos randomly not showingSo, if you create a completely new post and insert any image into it, it works, and the problem only affects posts from 2010/11? If so, it could be a historical issue – they may have been linked incorrectly back then.
But if it also happens with new posts, I’d recommend ruling out the theme and plugins as the cause. Deactivate plugins (except Classic Editor, probably) and switch the theme as a test.
Forum: Fixing WordPress
In reply to: Photos randomly not showingHow do you insert the images into your page so they appear there? Is this perhaps a feature of your commercial theme “The Fox”? If so, you’ll need to contact their support team for clarification: https://themeforest.net/item/the-fox-contemporary-magazine-theme-for-creators/11103012/support – questions about commercial products cannot be answered here in the forum.
Forum: Fixing WordPress
In reply to: Limit concurrent media uploads on GutenbergYour screenshot shows the Gallery block, where you can also drag and drop files. If you’d like to see improvements made to this feature, I’d recommend submitting a request to the Gutenberg team: https://github.com/WordPress/gutenberg/issues/ – their developers can review it there.
Forum: Fixing WordPress
In reply to: not recognizing changingYou’re using the “Bluehost Blueprint” theme for your site: https://ww.wp.xz.cn/themes/bluehost-blueprint/
You’re also using the Elementor Page Builder to design your content. The button you inserted is apparently an Elementor widget, which you’re also styling there. I would therefore recommend that you contact their support forum with any questions regarding the styling of Elementor widgets: https://ww.wp.xz.cn/support/plugin/elementor/ – as far as I can tell, the theme doesn’t interfere with this at all.
Forum: Fixing WordPress
In reply to: Photos randomly not showingI’m a bit puzzled by the URLs of the photos. These aren’t the kind of files typically used in a WordPress media library. It seems you’ve changed the path to the upload directory, or you’re uploading them via FTP and linking to them manually.
As for why the URL you mentioned leads to a 404 page, that’s easy to explain: the URL is incorrect because the file extension is misspelled. It says
JPG, but it should bejpg. As soon as you spell it correctly, the file will be accessible.When using files in URLs, you should pay very close attention to uppercase and lowercase letters. If the files were managed through WordPress (I’m not sure about that), WordPress would handle that for you.
Forum: Fixing WordPress
In reply to: 3XX page receives organic trafficThere isn’t actually a 3xx page either. That’s the name of an HTTP status code which, in the case of 301, tells search engines that the content of the requested URL can now be found elsewhere and redirects them there.
So if this status appears when a URL is accessed, it’s actually good for search engines. If you want to change this, you’d have to create a page at that exact URL so the content is directly accessible there. Or change the URL to which the redirect occurs to that URL.
Forum: Fixing WordPress
In reply to: Remove title text in media library thumbnails?This is a change that was introduced in WordPress 7.0. It is intended to help users see file names more quickly. To my knowledge, there is no option to disable this.
The only way to achieve this is with custom CSS for the backend:
.wp-core-ui .attachment:not(:has(.filename))::after { display: none }This plugin might be helpful: https://ww.wp.xz.cn/plugins/add-admin-css/
Forum: Fixing WordPress
In reply to: Limit concurrent media uploads on GutenbergHow exactly do you upload images in the Block Editor? For example, when I create a gallery, I see the Media Library dialog. There, I can upload multiple images, and as far as I can tell, they are uploaded one after the other. I’m referring to this view:
https://snipboard.io/K3S1gF.jpg
How do you do it?
Note: Work is currently underway on changes related to images in the Block Editor. For example, here is a link to the issue for an improved image editor: https://github.com/WordPress/gutenberg/issues/73771
You may find an issue on the Gutenberg team’s site that better suits your situation, or you can create one yourself: https://github.com/WordPress/gutenberg/issues
Please note that this forum is not intended for posting job requests. If you are looking for someone to provide you with personal assistance with your issue, you may find them here: https://jobs.wordpress.net
Forum: Fixing WordPress
In reply to: Text link window missingYou’ve already marked your question as “resolved” here. Is that correct?
If not, it would be interesting to know exactly how you insert links into the text. There’s a separate button for that in the paragraph block: https://ww.wp.xz.cn/documentation/article/link-editing/
Forum: Fixing WordPress
In reply to: I keep trying to add “PAGE” but it keeps adding “POSTS”Yes, your theme is called Outreach Pro. It’s a commercial theme that was originally developed by “Studiopress”. However, as far as I can tell, it’s no longer being developed, and there doesn’t seem to be any support for it either. That presents you with a new challenge.
But first, I’d recommend simply testing to see if the issue is really caused by the theme. Create a backup of the website and then switch the theme to the default TwentyTwentyFive theme, which, according to the screenshot, is also available on your site. Just activate it and try creating a page. If that works, Outreach Pro is to blame.
And if the theme really is to blame, then it might have something to do with the age of the theme. Something isn’t compatible with it, although the effect when creating a page is quite unusual.
Since we don’t have access to commercial themes here – especially if they’ve been discontinued for years – we can’t help you further with this commercial product. In that case, you have the following options:
- Find someone who can look into this with you in person. You can find someone like that here, for example: https://jobs.wordpress.net
- Change your website’s theme. This may also mean rebuilding the content and, in particular, the design.
Forum: Fixing WordPress
In reply to: Can’t change admin emailI’m guessing you’re referring to the admin email address in WordPress. You can change this admin email address in several ways even without using a confirm email:
- Use phpmyadmin from your hosting control panel. Open the “options” table (has a prefix like “wp_” and change the value of “admin_email” to your address.
- Or go to
/wp-admin/options.php. Search for “admin_email” and enter the new address there. Save the form then. - Or use the plugin: https://ww.wp.xz.cn/plugins/change-admin-email-setting-without-outbound-email/
Forum: Installing WordPress
In reply to: 403 forbidden at install.php but other php files workA 403 error usually indicates a permissions issue on your hosting provider’s end. It’s possible that something on their end is blocking access to the files you’re trying to access, or that the files have the wrong permissions set. I recommend checking this with your hosting provider’s support team.
Forum: Fixing WordPress
In reply to: Chart.js is not displayingTo me, this looks more like a plugin you’re using – rather than WordPress itself – is optimizing the output. Are you using any optimization plugins? If so, deactivate them to rule them out as the cause.
If you’re using server-side technology for this (such as Litespeed or Cloudflare), you should also take a closer look at those.
Forum: Fixing WordPress
In reply to: Chart.js is not displayingThere’s a typo in the URL in your code snippet. Take a closer look at what comes after “http”.