Michael Burridge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: The site on WordPress 6.1 does not look the same as beforeBTW someone else has reported on the issue that if you click a little further to the right then the + button does appear. I can confirm this behaviour.
Hopefully this will work for you as a workaround until the bug is fixed.
Forum: Fixing WordPress
In reply to: Creating a slug-tag for pagesBy default pages don’t have categories or tags, only posts do. If you want to have categories and tags on pages you can use the https://ww.wp.xz.cn/plugins/pages-with-category-and-tag/ plugin.
Forum: Accessibility
In reply to: inaccessible backendPlease check the file permissions.
All files should be 644.
All directories should be 755.For more info please see this page.
Forum: Fixing WordPress
In reply to: The site on WordPress 6.1 does not look the same as beforeOK thanks, I created this issue. Please feel free to add further detail to it as you see fit.
Forum: Fixing WordPress
In reply to: The site on WordPress 6.1 does not look the same as beforeHi, could you deactivate all the plugins on your site and see if the issue persists please.
Forum: Fixing WordPress
In reply to: The site on WordPress 6.1 does not look the same as beforeIf you’re on a Mac you should also have Safari, and if you’re on Windows you should also have Edge. Failing that try installing Firefox so you can see if the problem occurs in another browser.
The fact that it’s on two of your sites leads me to think it might be your browser. Other things to try might be to clear your browser cache and reboot your computer just to make sure it’s not a JavaScript runtime problem.
Forum: Fixing WordPress
In reply to: The site on WordPress 6.1 does not look the same as beforeDoes the problem happen on another computer or in another browser?
Forum: Fixing WordPress
In reply to: The site on WordPress 6.1 does not look the same as beforeIn addition, the “+” now does not appear automatically in the editor and to insert a new block you have to constantly press “/”.
Are you able to access the Block Inserter via the blue + button in top left of the editor?
Forum: Accessibility
In reply to: inaccessible backendBTW how did you try to disable the plugins? Did you rename the
wp-content/pluginsdirectory?Forum: Accessibility
In reply to: inaccessible backendTry renaming the .htaccess file (but don’t delete it). Create a blank .htaccess file and see if you can log in then.
Put this in your new
.htaccessfile:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressIf you can’t see the .htaccess file check that your FTP client is showing hidden files.
- This reply was modified 3 years, 5 months ago by Michael Burridge.
Forum: Fixing WordPress
In reply to: 500 Internal Server ErrorSorry to hear that Bluehost are not being helpful.
Do you have FTP access to your site? Try some of the strategies on this page to try to resolve the issue.
If you have FTP access you could try renaming the
.htaccessfile, or rename thewp-contentdirectory. Renaming thewp-contentdirectory will disable all the plugins which should at least give you access to the site so that you can troubleshoot further.Note: ensure that you rename things rather than delete them, so that they can be changed back if necessary. Before doing anything take a backup of the files locally.
Forum: Fixing WordPress
In reply to: How to change header image?Hi, what theme or page builder are you using?
Forum: Fixing WordPress
In reply to: The site on WordPress 6.1 does not look the same as beforeYou have the following defined on line 336 of the file
6luor.css:figure { margin: 0; }If you remove that it should solve the problem.
Forum: Fixing WordPress
In reply to: Creating a slug-tag for pagesHi
Are the courses a custom post type? If so you can set a custom slug for it. Please see this page for how to do it.
Hope this helps.
Forum: Fixing WordPress
In reply to: Can’t set static home page in wordpress websiteHi
Sorry you’re experiencing this issue. Here’s a link to a page that provides some strategies for resolving that problem.
Hope it helps you to resolve the issue.