spyke01
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Cached Version Missing StylesThanks, made that change and removed the exclude and styling is working well!
Forum: Plugins
In reply to: [LiteSpeed Cache] Cached Version Missing StylesOk I was able to narrow this down to the CSS Minify setting.
I looked at the css styles and compared the broken ones and found that the wp-content/uploads/elementor/css/post-*.css files were not being included in the minified bundles.I ended up adding the path to the CSS Excludes and it resolved the issue. Not sure why these files were being excluded but seems to temporarily fix the issue. The aos.js might just be a red-herring.
Forum: Plugins
In reply to: [LiteSpeed Cache] Cached Version Missing StylesIf I load the site in a private window I see the problem.
In the network panel I see a few JS scripts that show cancelled for the status in private window but not when logged in. I added these to to the Exclude list but it has no effect.
I tested disabling cache in the Litespeed settings and see the same issue but if I disable the plugin the problem disappears. With the plugin disabled the scripts load fine.
Reactivating the plugin causes the problem to come back.
Forum: Fixing WordPress
In reply to: Site Keeps Being Taken OverHad to reach out to them for the ticket since we never got the ID (no changes on the ticket so no alert sent out). Ticket ID with WooCommerce is 4783259
Forum: Plugins
In reply to: [podPress] 404 on Feed URLIt’s working now after switching again, I don’t know what was up before. Thanks!
Forum: Plugins
In reply to: [podPress] 404 on Feed URLThanks for the reply, I had saved permalinks several times with the first name and it had no effect but since it’s working with the new link I’ll leave it that way.
Thanks!
Forum: Plugins
In reply to: [podPress] 404 on Feed URLI played with the settings and got it to work with a different slug. Tested again with the one above and breaks again so something in the slug is causing it (removed -podcast and its fine now).
Forum: Hacks
In reply to: $wpdb->get_results Stops Page LoadSorry looks like I posted the wrong version, the test site is 3.0.3 and the site its failing on is 3.0.4
Forum: Hacks
In reply to: $wpdb->get_results Stops Page LoadIt actually dumps out a ton of info from that variable leading me to believe the variable is valid but still doesn’t dies at the same spot.
Forum: Hacks
In reply to: $wpdb->get_results Stops Page LoadNope even very basic queries fail, however if i comment the get_results line everything loads fine, very strange issue.
Forum: Hacks
In reply to: $wpdb->get_results Stops Page LoadLooks like its the WP site I’m testing on, not sure its the theme or something else but with a base WP install everything works so something on my end.
Thanks!
Forum: Hacks
In reply to: $wpdb->get_results Stops Page LoadAfter further investigation it appears that pulling from the postmeta table is whats causing the issue, the same code can pull from any other table and using wp_postmeta instead of $wpdb->postmeta causes the same issue. The interesting thing is that if I make the query invalid by changing it to postmeta the query of course fails but the page loads.
Forum: Hacks
In reply to: $wpdb->get_results Stops Page LoadCode is located at http://wordpress.pastebin.com/TkH1AvmA
Forum: Plugins
In reply to: Database Interaction QuestionSorry I just now saw that this should be in the hacks forum. I have marked this topic as resolved.
Forum: Hacks
In reply to: Modification to wp_get_attachment_urlA better way to ask this is how do I replace the hook for wp_get_attachment_url with one of my own?