chealsie
Forum Replies Created
-
This is the first time it has happened. We use a Woocart theme
Forum: Plugins
In reply to: [Strong Testimonials] Navigation buttons don’t show up on most pagesHi Mihaela,
I just disabled the minification setting on my caching plugin (W3 Total Cache) and that seemed to work. Thanks for your help!
Forum: Plugins
In reply to: [Strong Testimonials] Navigation buttons don’t show up on most pageshttps://drive.google.com/drive/folders/1WOxZprnrXI4bB3fon1ZVlhBJl4aOMRcX?usp=sharing
Thanks for the reply! Hope those screenshots help
Hey,
Thanks for helping. If I go to the stats page I can see it so it’s not that big of a deal if the dashboard isn’t loading. There are a few “failed to load” 500 errors in the console. I tried clearing the browser cache but nothing changed.
Forum: Plugins
In reply to: [WooCommerce Admin] Creating and Viewing New Column in the Orders SectionFound the solution. I had to use: get_post_meta( $order->get_id(), ‘Tracking_Number’, true );
I think there is an issue with aggregating the inline css. I deleted and redownloaded the plugin but the glitch continued. Now I unchecked the “Also aggregate inline CSS?” option and it works fine so that may help you.
And by the way thanks for taking the time to help me, I really appreciate it!
If I remove the plugin and reinstall it does the cache file get reinstalled? Or will doing that break my page?
Where can I find the 404 fallback? I will try to reproduce the error when not logged in but I’m not sure providing the page URL will help considering it goes away once the page reloads
No i never specifically call that file. That’s why the error happens randomly and on any page (it isn’t local to a single page). That section of the header loads in wp_head(). I’m not sure what to do now. Will uninstalling and reinstalling the plugin fix my issue?
Sorry let me clarify. When you put that file in the href section (in the header) of this tag:
<link media=”all” href=https://pexhouse.com/wp-content/cache/autoptimize/css/autoptimize_05a7ad6a8910da48bff718dda8fe7953.css”>
the page doesn’t load properly. I did that using the inspect tool on google chrome.
It’s consistently this file that doesn’t load. You can try injecting that in the header in inspect to replicate the error
Update: When I replace a specific this tag in the header of the broken page (I highlighted the difference in tags)
<link media=”all” href=”https://pexhouse.com/wp-content/cache/autoptimize/css/autoptimize_ [THIS SECTION IS DIFFERENT].css” rel=”stylesheet”>
The page loads everything but the searchbar
- This reply was modified 4 years, 5 months ago by chealsie.
It happened again and I looked in inspect to debug. I think part of the problem is the head tag is not loading our stylesheets so all the css for element classes and id’s don’t load. I copied the <head> from a loaded page and replaced it on inspect. This loaded most of the page except the search bar. The glitch looks like this: https://drive.google.com/file/d/1kPWPmlVnNmN4NmQHNo_izWvXZQYlaJJ8/view