Tegid
Forum Replies Created
-
Amazing, thank you for the timely response! I installed it and can confirm that the fatal error is resolved in this new branch.
Toggled broken header in Advanced Plugin settings, that seemed to fix it. Not sure why this started happening.
Forum: Plugins
In reply to: [WP Add Custom CSS] Plugin being flagged as abandoned again@emgb_520 Unless the author responds, I would consider it abandoned. To answer your question from another thread about how to find posts/pages with Custom CSS, you can run an SQL query in the database:
SELECT p.ID, p.post_title, pm.meta_value AS custom_css
FROM wp_posts p
JOIN wp_postmeta pm ON p.ID = pm.post_id
WHERE pm.meta_key = '_single_add_custom_css';
You will need to customize the query for table names if you have a different database prefix. This will return a list of post titles and the custom CSS that is written in each one. This way you can start to transition away from the plugin.Forum: Plugins
In reply to: [Disable Admin Notices - Hide Dashboard Notifications] PatchFor those that are concerned, the only way to avoid the issue is to deactivate and uninstall the plugin. If the plugin author is not addressing security issues in a timely manner, you should not use that product.
+1. The last successful post with an image was on June 14, 2021.
Hi Jaime, that would be great, thanks! This website has used the same filter function for several years and we would really like to keep it.
I should also mention that the filters are still working, so the data must still be there in the database. However, after updating we don’t have the ability to specify tags for any new galleries or change them for existing ones.
Watching this thread as well for an update. I have a similar issue, though it only affects one tag archive in the blog: view-source:https://equi-stimlegsaver.com/tag/horse-owners-2/page/4/
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Update to 3.1.33 Broke My SiteEchoing the above, and subscribed to this thread. Can provide system info export if needed.
PHP Fatal error: Uncaught Error: Call to undefined method GuzzleHttp\Utils::chooseHandler() in /wp-content/plugins/google-calendar-events/vendor/guzzlehttp/guzzle/src/functions.php:61
Forum: Plugins
In reply to: [WP Add Custom CSS] Conflict with Avada Fusion BuilderThis is an issue in particular with WordPress 5.5. I’m afraid this is the end of the road for me as the conflict is quite serious. I will be uninstalling this on all my sites and looking for a different solution.
Forum: Plugins
In reply to: [The Events Calendar] Datepicker only works once (V5.1.0)Seconded. In my case the month datepicker doesn’t even work at all – clicking does nothing.
Forum: Plugins
In reply to: [Autoptimize] plugin not deferring, 72 items listed in GPSIThank you so much! I believe this was caused by the Convert Plus plugin (they called out something about buffer in the 3.5.3 changelog).
Thank you for being so generous with your time – I should have done a complete plugin check before posting but I got ahead of myself!
Forum: Plugins
In reply to: [Autoptimize] plugin not deferring, 72 items listed in GPSISure thing.
Issue is on: https://tradingpostbrewing.com
Similar site with AO working: https://relishcateringco.com
Forum: Plugins
In reply to: [Autoptimize] plugin not deferring, 72 items listed in GPSII have the same problem with my site. I have specified the CDN url and the issue persists – both js and css are not combined. I’ve noticed that this only happens when logged out of WordPress. When logged in, the combining/minification works. I tried downgrading to 2.5.1 but that did not change anything.
I have another site using AO on the same webhost/CDN, same wordpress theme – AO works just fine there. Really not sure what the difference is between the two sites and why it works for one and not the other.
Forum: Plugins
In reply to: [Lazy Loader] Not reported by PageSpeed Insights on mobileGreat thanks! Looks like its working now (and I’m on my way to that elusive 100 PSI score!). No issue, I set the markup manually for a few images so that’s why I was asking.
Oh, hey Frank 🙂
Thank you for clarifying, much appreciated. I agree that an all-or-nothing result is expected, and those reCaptcha scripts are excluded so I’m fairly certain that AO is not the cause. My reference to it is mainly to demonstrate to the CF7 team that I’ve considered other possibilities. Thanks again!