Bigul Malayi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Editor Flickering and ErrorHi @rmcole,
We hope you are now using the latest version of WordPress (7.0). Does this issue occur when all plugins are disabled and the theme is set to the default 2025?Have you tried disabling the browser extensions? Does the same issue occur with all Post Types, such as Pages or a custom post type?
Also, are there any additional errors in the browser’s Developer Console or WordPress Debug Log? https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/#example-wp-config-php-for-debugging
Forum: Everything else WordPress
In reply to: Profile username is displayed instead of display nameHi @davidspeyer,
Normally, WordPress displays the Display Name publicly, not the username. If the username is shown instead, it will be a compatibility issue with the theme or plugins.
Are you using a Role Editor plugin? Which theme are you currently using?
Where is the Username displayed now(author archive or blog posts)? Hope you have edited the user (like first name, last name, display name, etc.) in Users >> Profile or Users >> All Users? Does it happen with multiple users?Maybe updating the user profile and clearing all caches helps fix the issue. If the issues exist, please switch to the default 2025 theme after a full site backup and make sure they exist.
Also, as a workaround, you can try with the get_the_author_meta function: https://developer.wordpress.org/reference/functions/get_the_author_meta/Forum: Fixing WordPress
In reply to: Block Spacing, Width, Alignment, HeadingHi @petewatterschatsworth,
Just to make sure, are you using the default full-width layout of the Twenty Twenty Five theme? Please refer to this documentation for more details – https://wordpress.com/support/wordpress-editor/change-the-width-of-a-block/If the issue exists, it would be helpful if you could share a screenshot of the editor showing the block hierarchy (Group → Row → Heading).
Does it happen with a new Page?
Forum: Fixing WordPress
In reply to: Fatal error on siteHi @marijanova,
Have you enabled WordPress Debug Mode? It will help us to track the specific error you are getting. Please refer to this documentation URL for more details: https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/#example-wp-config-php-for-debugging
Please try to access the site files via FTP after a full site backup. Then visit the wp-content/plugins folder and rename the folder for the *Tagembed Social Feeds Widget* plugin.
After that, visit your site’s backend and make sure the bug exists. Renaming the folder name will help to deactivate the plugin.Forum: Fixing WordPress
In reply to: New Posts keep overriding old posts instead of making NewHi @starhorsepax2,
Hope you are using the latest version of WordPress (7.0). This may be a compatibility issue. Please make sure you are using the latest versions of plugins and the theme.
If the issue is occurring, please make sure the bug is reproducible in a minimal setup (by switching to the default WordPress theme and deactivating all plugins). Please take a full site backup before the troubleshooting steps.
Forum: Fixing WordPress
In reply to: Elimentor – All pages have different top positions to header menuHi @heal986,
This sounds like the issue is more related to the Elementor template, header settings, or page layout settings rather than WordPress. So, for more specific guidance, please contact Elementor support –
https://wordpress.org/support/plugin/elementor/Forum: Fixing WordPress
In reply to: Create a start pageHi @boktoken.
This is possible in WordPress, but the exact steps depend on the theme you are using.In general, you can create a page and:
- Set a full-width background image that covers the entire page.
- Add a Heading block or Text block on top of the image.
- Adjust the text color, size, and background overlay to ensure it remains readable.
If you are using the Block Editor, you can achieve this with a Cover block:
- Add a Cover block.
- Upload your background image.
- Set the image to cover the entire area.
- Add your text inside the Cover block.
- Adjust the overlay and text color as needed.
Forum: Fixing WordPress
In reply to: Uploaded webp files get -1 added to nameHi @sdarte,
You are welcome. I am glad you were able to identify the cause.
Since you already have JPG files with the same filename (including the SKU), WordPress treats the new WebP uploads as duplicates and automatically appends-1to make the filename unique.For the future, you can try one of the following approaches:
- Use a WebP plugin such as EWWW Image Optimizer or ShortPixel. These plugins can automatically generate and serve WebP images while keeping the original JPG files. This is usually the easiest long-term solution.
- If you are uploading WebP files manually, consider adding a suffix such as
-webpto the filename before uploading. This will help avoid filename conflicts. - If you already have many files with
-1in the name, a media renaming plugin may help clean them up.
The
-1suffix is normal WordPress behavior and does not negatively affect your site’s functionality or SEO.Forum: Fixing WordPress
In reply to: Uploaded webp files get -1 added to nameHi @sdarte,
What you are seeing is normal WordPress behavior when it detects a potential filename or slug conflict.When a file is uploaded, WordPress checks whether the filename or slug is already being used. If it finds a match, it automatically appends
-1,-2, and so on to make it unique. Similar behavior occurs with posts and pages, where WordPress adds a suffix to the permalink if the slug is already in use.Even if the original JPG file is no longer present in the
2026/06uploads folder, WordPress may still detect a conflict with:- An existing Media Library item.
- A previously uploaded attachment that used the same filename.
- A post, page, product, or custom post type that has the same slug.
- An image optimization or WebP plugin that modifies uploads.
Could you please check the following?
- Search the Media Library for an existing image with the same filename.
- Check whether there is a post, page, product, or other content with a matching slug.
- Let us know if the WebP files are uploaded directly or generated by a plugin.
- If you are using a WebP or image optimization plugin, try temporarily disabling it and test uploading a new file.
Please let us know what you find. This should help determine whether WordPress is detecting a slug conflict or whether a plugin is modifying the filename during upload.
Forum: Fixing WordPress
In reply to: dashboard not displaying correctlyHi @maxsalad
The earlier “Could not create directory” error may be related to the current issue.
Could you please try the following after a full site backup:
- Clear all caches:
- Any caching plugin or server-side cache
- Browser cache (Ctrl + Shift + R)
- Disable all plugins:
- Rename the
/wp-content/plugins/folder toplugins-oldusing FTP. - Refresh the Dashboard.
- If the menu returns, rename the
/wp-content/plugins/folder back, then reactivate the plugins one by one to identify the problematic plugin.
- Rename the
- Switch to a default theme:
- Temporarily rename your active theme folder in
/wp-content/themes/. - WordPress should automatically fall back to a default theme if one is installed.
- Temporarily rename your active theme folder in
- Reinstall WordPress core:
- Download the latest WordPress package from WordPress.org.
- Replace the contents of the
wp-adminandwp-includesfolders. - Do not overwrite
wp-config.phpor thewp-contentfolder.
Also, since you previously saw “Could not create directory” errors, please check the file permissions:
- Folders: 755
- Files: 644
Please let us know whether the admin menu returns after disabling the plugins, and share your PHP version if possible.
Forum: Fixing WordPress
In reply to: Reset/Manage Prototype EnvironmentHi @xrl8,
Thank you for the clarification. Based on the environment names you mentioned (link, dev, prototype, archive, and syndicate), this appears to be a custom or legacy WCMS rather than a standard WordPress site feature.
As a quick check, look for any Bulk Actions, Select All, or List View options that may allow publishing multiple files at once. You could also check the Prototype environment for any Publish All, Sync, or Reset options.
Since this is a legacy government system, the fastest help will likely come from your agency’s internal web/CMS team or CDC support. If you can share the exact name of the system, we may be able to point you to more specific documentation.
Forum: Fixing WordPress
In reply to: Analytics Not LoadingHi @supplementplace,
This error is usually caused by a JavaScript conflict, a plugin/theme conflict, or corrupted WooCommerce Analytics data.As a first step, could you please try the following after a full site backup?
- Clear all caches, including your browser cache, site cache (WP Rocket, LiteSpeed Cache, etc.), and CDN cache if applicable.
- Temporarily switch to a default theme such as Storefront or Twenty Twenty-Four and check whether Analytics loads correctly.
- Disable other plugins one by one, especially analytics, optimization, or security plugins, to identify any conflicts. It may be helpful to start with recently installed or updated plugins.
Could you also let us know:
- Which versions of WordPress and WooCommerce are you currently using?
- Are there any additional errors shown in the browser’s Developer Console?
- Have there been any recent updates or changes on the site before the issue started?
These details should help us narrow down the cause of the issue.
Forum: Fixing WordPress
In reply to: Reset/Manage Prototype EnvironmentHi @xrl8,
Please check if your hosting provider offers a staging environment, you may be able to use it to test changes without affecting the live site.
However, if the publishing restrictions are coming from the WCMS platform itself, you may need to check the WCMS documentation or contact their support team for further guidance.
Could you please provide a bit more information?
- Which platform/hosting or application is this prototype environment part of?
- Are all files affected, or only specific ones?
- Do you see any option to reset or recreate the prototype environment?
These details will help us better understand the setup and suggest the most appropriate next steps.
Forum: Developing with WordPress
In reply to: wp_get_attachment_image_attributes ignores fetchpriorityHi @webec,
Have you received any feedback from Astra Pro or WP Rocket support regarding this issue? If so, could you please share their findings or recommendations?
Maybe you can try the following functions:
https://developer.wordpress.org/reference/functions/wp_get_loading_optimization_attributes/
https://developer.wordpress.org/reference/functions/the_post_thumbnail/
WordPress manages fetchpriority through its loading optimization system, so these functions should be a good place to start when testing fetchpriority=”high” on a featured image.
Forum: Fixing WordPress
In reply to: Fatal error: Uncaught TypeError: call_user_func_array()It looks like the issue is due to a core file version mismatch in your WordPress installation. Have you migrated the site recently or manually upgraded WordPress?
Try the following steps after a full site backup (especially wp-config.php and the wp-content folder).
- Check your current WordPress version in wp-includes/version.php.
- Download the exact same version of WordPress from wordpress.org.
- Unzip it and replace all files in:
- wp-includes/ folder
- wp-admin/ folder
- Root files (like wp-settings.php, wp-load.php, etc.)
- DO NOT overwrite wp-config.php or anything inside the wp-content/ folder.
- Clear your browser cache and any site/server cache.
This fixes most cases where core files got mixed up during a manual or failed update.
If it still doesn’t work, try disabling all plugins (by renaming the plugins folder) and switching to a default theme, such as Twenty Twenty Four.
Let me know your current WordPress and PHP versions if the problem persists.
A similar issue: https://stackoverflow.com/questions/79904023/wp-is-valid-utf8-is-undefined-wordpress-6-9-1