spencerfcloud
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Block editor no longer working: only shows HTML@jasurdeury Glad I could help!
Forum: Fixing WordPress
In reply to: Block editor no longer working: only shows HTMLThis may be a longshot solution and a very specific scenario for some, but it turns out if your user profile is missing a nickname, the visual editor doesn’t show correctly. I’m not sure exactly what the connection would be between the two, but it sounds like a bug.
The reason my user didn’t have a nickname even though it’s required upon creation was because I created myself as a user directly in the database. This isn’t a common case for everyday WordPress users, but it might be good to verify that all required fields are filled out in the profile section.
Forum: Networking WordPress
In reply to: Can’t Assign Roles on WordPress Multisite (Except Customer)Actually the most recent update of WooCommerce seems to have fixed it.
Thanks for the solution! The most recent update of WooCommerce seems to have fixed it on my site, but if I run into the issue again I’ll be sure to come back here.
Forum: Networking WordPress
In reply to: Can’t Assign Roles on WordPress Multisite (Except Customer)Thanks @bcworkz.
I did the plugin check and it looks like WooCommerce is the one causing the trouble. Oddly, it’s only when it’s activated on the main site, but it’s fine if it’s activated on the other sites in the network.
Forum: Themes and Templates
In reply to: [Understrap] Minified CSS Not Updating ThemeActually I just now found the real reason why this wasn’t working. It had nothing to do with the theme, but I recently started using Hummingbird Pro on my sites and, even in local development, the CSS was getting downloaded using Stackpath instead of the local file. I deactivated it locally and as soon as I did that everything started working right again. I may or may not continue to use it on the live version of the site…
Thanks again!
Forum: Themes and Templates
In reply to: [Understrap] Minified CSS Not Updating ThemeThank you.
It seems that for some reason the issue was coming from the fact that I was calling images from the img folder. While logged out, it would not load anything on the page past the first image. I may have been using the wrong WP function to get the directory for the image source, but I was using <?php echo get_stylesheet_directory_uri() ?>/img/… ?>. It would work while logged in, but not while logged out.
I moved the images to the wp-uploads folder and am using ACF’s fields to fill in the images, which seems to have fixed the issue I’m having.