shails
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images in Media, But Upload as Blank Square in Posts@camilladowns Could you please retry adding the missing images? It looks like the
srcattributes are currently empty in the code, which is why the images aren’t appearing.Forum: Fixing WordPress
In reply to: Unable to log in – ruby domain errorYou’re absolutely right—what you’re seeing is caused by a plugin or theme (or even custom code) that is triggering output too early in the WordPress loading process, specifically before headers can be sent, which interferes with login and cookies.
This theme is triggering a WordPress translation function too early, before the proper WordPress hooks likeinit, which violates expected loading behavior introduced more strictly in WordPress 6.7.
If you have FTP access bypass the theme temporarily by renaming the theme and WordPress will fall back to a default theme if it will be available .Forum: Fixing WordPress
In reply to: My WordPress will not updateIf the update isn’t going through, it usually means there’s something blocking the process. Have you checked the permissions on your hosting? Low resources on hosting are another issue which might cause this issue.
Please provide the screenshot of the message you receive when you try to update WordPress so that we can help.Thanks
Forum: Fixing WordPress
In reply to: Images in Media, But Upload as Blank Square in PostsThe images are not displaying because the URLs provided are either incorrect, the files have been moved or renamed, or the images have been deleted. As a result, the browser is showing the alt text instead. If you inspect the source code, you’ll see that these image links return a 404 (Not Found) error. To fix this, please double-check the image locations and reinsert them using the correct URLs or upload them again.
Forum: Fixing WordPress
In reply to: New and Killed My Site!Finding Hosting information:
You can do a Whois search to find out the info about your nameservers and hosting. which will help you in fixing the issue. You can use this tool for whois – https://whois.domaintools.com/
Have you received any email from WordPress for the critical error ?
Mostly likely the theme you installed was not compatible with the plugins and version of php on your server.Forum: Fixing WordPress
In reply to: Website broken. Showing code on pageHello There ,
Have you tried running the Elementor plugin in safe mode?Have you tried putting in block.json file for each block folder you are creating?
And try adjusting the package file like following `</p> <p>”scripts”: {<br>”build”: “wp-scripts build src/blocks/* –output-path=build/blocks –blocks-manifest”<br>}`
Forum: Fixing WordPress
In reply to: Two menus not working on laptop & mobile@tonybreadtag As rightly mentioned by @threadi the issue is indeed related to SiteGround optimizer plugin. if you will check the browser console there is an error related to the SiteGround plugin
Uncaught SyntaxError: import declarations may only appear at top level of a module siteground-optimizer-combined-js-2689d8bec10ddebd991fb9dd0a55daf7.js:55:
So you can do the following to figure out the root cause:
Turn off JS combining temporarily to confirm the root cause- Go to SiteGround Optimizer → Frontend → JavaScript section.
- Turn OFF:
- Combine JavaScript Files
- Defer Render-Blocking JS
- Save settings.
- Purge all caches (SG Optimizer + any CDN + browser).
- Test the menus again.
This should resolve the issue. Thanks
Forum: Fixing WordPress
In reply to: How to remove “Suggstion: Add tags” from pre-publish checks.These are informational only and not toggleable directly from that dialog. You’re expected to:
- Click the relevant section (e.g. Categories or Featured Image)
- Be taken to the post sidebar or settings panel to make changes
Forum: Plugins
In reply to: [Post My CF7 Form] Radio Buttons value issueYes, with latest updates it started working. Sorry for late reply.
Forum: Plugins
In reply to: [Post My CF7 Form] Radio Buttons value issue@aurovrata I only experienced it with radio fields
Forum: Plugins
In reply to: [Post My CF7 Form] Radio Buttons value issueIs this fixed in latest version ?
CAn anyone throw some light on why is it happening? After a successful Demo Import we have to Press Save Changes in MC4WP > Forms > Save Changes and then only the form appears.
I did change back to 2021 but it didnt worked there as well.
But if I press save, the form will appear.
can I share login info with you for further checking?