Matthew
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Whole layout goneDoes regenerating the CSS help at all? https://elementor.com/help/troubleshooting-layout-issues/
Forum: Everything else WordPress
In reply to: Warning message appearing on WebsiteYou can add the following define or adjust it in the wp-config.php file:
define( 'WP_DEBUG_DISPLAY', false );
You can find out more about WordPress debugging and logging with the official WordPress Org Codex. https://codex.www.ads-software.com/WP_DEBUG
If you are unsure how to edit the wp-config.php file you may want to see if the hosting provider can help.
Forum: Fixing WordPress
In reply to: AnonymousFox hack on staging website with almost no plugins. How?I’ve been following this post – @pacicio have you thought about scanning and potentially cleaning the computers and/or workstations that the site was built on or where you have worked?
Forum: Fixing WordPress
In reply to: wp-cli issuesWhat’s the output if you append
--skip-plugins
--skip-themes
to the wp-cli command?Forum: Fixing WordPress
In reply to: wp-cli issuesDoes the
wp-config.php
have/** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';
at the bottom of it?
Forum: Fixing WordPress
In reply to: A record issueI’m a bit confused by your explanation. I’m not entirely sure what exactly you are trying to point and what you are NOT trying to point to Bluehost. From what I can see with a DNS lookup there isn’t any A record pointed to the IPv4 address,
50.87.142.20
.host fullhouseprojects.co.uk fullhouseprojects.co.uk has address 94.136.40.51 host www.fullhouseprojects.co.uk www.fullhouseprojects.co.uk has address 94.136.40.51
Forum: Fixing WordPress
In reply to: WordPress Dashboard BrokenI’d say you might try flushing the permalinks.
You can try this from the dashboard but by the context so far you may be unable to.
To do this you will want to head over to **WordPress Dashboard > Settings > Permalinks**. You will want to take note of what the current settings are and *copy/paste* the current custom structure (if there is one) into a notepad.
You will then change the permalinks settings to anything else and then save the new settings. This will flush and refresh the permalink settings. Once this is complete you will then change the settings back to what they were prior and go ahead save once again.
Once you have done all this, please clear your browser cache and any site cache. You can also visit the site with a query string attached to help bust cache, e.g.
https://theroyalts.co.uk/?cachebust
You could try a fresh .htaccess. This is what would be inside the file:
# BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Edit: formatting
- This reply was modified 3 years, 7 months ago by Matthew.
Forum: Fixing WordPress
In reply to: WordPress Dashboard BrokenHello.
What is a browser error console reporting?
Had there been any CDN’s in use?
Forum: Fixing WordPress
In reply to: Password reset not workingI’m not familiar with the hosting provider but if mail is going through their platform it may be good to reach out to the hosting provider to see if there is anything going on with the SMTP server.
It’s definitely possible something with the site is causing the issue but as as Steven mentioned, there a multiple ways to reset your password. The hosting provider should be able to help you determine which method should work for you – I have also found this for you https://www.heartinternet.uk/support/article/change-your-wordpress-password-in-the-database.html
Hope this helps and good luck!
Forum: Fixing WordPress
In reply to: fly wheel sign appears under every blogpostHello.
I’m not too sure how much more integrated FlyWheel is into WPEngine but you may want to see if this may help https://wpengine.com/support/best-practices-uploading-wp-engine-site-another-environment/
I’ve tried looking for similar documentation at Flywheel but didn’t find any.
Hope this helps!
Forum: Fixing WordPress
In reply to: Error: cURL error 35: Unknown SSL protocol errorThis might be due to an older version of cURL or PHP in use. Do you know what version of cURL and PHP the site is using?
Forum: Everything else WordPress
In reply to: woocommerce 400 Bad RequestYou may want to post this over in the WooCommerce forum section.
https://www.ads-software.com/support/plugin/woocommerce/But there is some type of syntax error that is occurring. Some general info can be found here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400
You may want to retrace your steps to see if anything may have been misconfigured.
Forum: Everything else WordPress
In reply to: Recurring Broken PageI’m not entirely sure what’s going on but maybe it’s something with NGINX – I would definitely suggest reaching out to the hosting provider for further help on this though.
I use the Edge browser and seeing this within the debugger when visiting the URL that you have provided.
Resource interpreted as Document but transferred with MIME type application/json: "https://zenandzaatar.com/recipe/avocado-mac-cheese-vegan/".
Checking the headers with the browser debugging I am seeing:
cache-control: max-age=2592000 content-encoding: br content-security-policy: block-all-mixed-content content-type: application/json; charset=utf-8
Then when visiting
https://zenandzaatar.com/recipe/avocado-mac-cheese-vegan/?cachebust
I see some new headers:cache-control: max-age=2592000 content-encoding: br content-security-policy: block-all-mixed-content content-type: text/html; charset=UTF-8
You may want to try a fresh
.htaccess
file and if that doesn’t work then try disabling all plugins and using a default WordPress theme – before disabling all plugins you can try installing https://www.ads-software.com/plugins/health-check/Edit: I want to clarify this – not disable all plugins out-right but disable them methodically, one at a time to see if that may make a difference.
It’s possible this may be some type of plugin/theme conflict which is why I suggested the above.
This is the default
.htaccess
:# BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Hope this helps!
- This reply was modified 3 years, 8 months ago by Matthew.
Forum: Everything else WordPress
In reply to: Logging in with a secondary user accountHow was the secondary user added? Make sure there isn’t any whitespace added to the end of the username.
Forum: Fixing WordPress
In reply to: WordPress database error query executionYou may want to try posting this over at https://www.ads-software.com/support/plugin/woocommerce/