kchayka
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Update Crashed My websiteFYI, our issue is resolved – the problem was a corrupted WooCommerce plugin, not Jetpack. Jetpack was just experiencing an error because of it. Re-installing WooCommerce cleared it up. @twomixers might want to try that if you’re still experiencing an error.
Error Details
=============
An error of type E_COMPILE_ERROR was caused in line 30 of the file /wp-content/plugins/jetpack/vendor/jetpack-autoloader/autoload_functions.php. Error message: require_once(): Failed opening required ‘/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Package.php’Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Update Crashed My websiteThank you for the response. FYI I am aware of how to manually remove Jetpack but I don’t have access to the file system at this time. I really just wanted to point out that @twomixers is not the only one experiencing this problem.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Update Crashed My websiteFYI I got the same notification “Since WordPress 5.2…” naming Jetpack as the cause. Am also running the most current version of WooCommerce. The site is down: https://dahlemediagroup.com
Jetpack is apparently required for tax calculations in WC so I need it to work.
Never mind – I see it’s a core WC issue. Changing
WC | Settings | General | Default customer location
to “No location by default” resolves it.Forum: Plugins
In reply to: [W3 Total Cache] My latest posts aren’t showing on my homepage@paleihe your site is showing the latest cached pages. You need to remove the W3TC entries in .htaccess to stop that.
@wfmattr, sorry but it’s not a Windows or Apache problem. As I mentioned, this same issue happened on the remote server (Cloud Linux/Lightspeed) as well, and removing the plugin altogether resolved it. I’m trying to determine whether 6.1.5 resolves it on all sites. The jury is still out on that.
If the problem were the ThreadStackSize, wouldn’t all sites be affected, not just some?
I’m inclined to think it was something else in WF 6.1.4. Version 6.1.5 is not causing the same problems on localhost.
But the problem is not just on localhost. The client sites that have issues on localhost have the same problem on the remote server, too. And once the error comes up the only resolution is to go through FTP and remove the plugin altogether. I don’t even get the option of disabling the plugin or just the WF firewall through WP. ??
Forum: Plugins
In reply to: [The Events Calendar] Extra information about locationsRetrieving the venue ID for the current event is simple enough, but get_the_content() only applies to the current postID, which is the event not the venue. So after getting the venue ID ($i), do:
apply_filters ('the_content',get_post_field('post_content',$i));
Now we’re good. ?? Thanks for your help.Forum: Plugins
In reply to: [The Events Calendar] Extra information about locationsI want to include venue descriptions, too. I copied single-event.php to my theme to modify it.
I’ve been through all the available functions listed for venues and there doesn’t appear to be anything to retrieve the venue description field. The only info returned from other functions is just name and address. There is a community_events function but I’m not using a community calendar and I got a php error when I tried using that function.
Do I have to write a custom query to get the description? I hope not.
Forum: Plugins
In reply to: [YouTube Embed] Unable to override default sizeThanks for the quick response. I have to apologize for my failure to check stylesheet rules before posting. The CSS you noted was not the culprit, but something else in the stylesheet was.
So there’s no way to filter it, to have it pass through
nl2br()
or other function, right?Once WP started allowing HTML in the caption field they should have provided a tinymce control for it, too. Clients don’t like coding anything, even the occasional
<br>
:-\It’s pretty safe to ignore this message. I have flash disabled by default and it pops up all the time. No harm is done.
Cool – thanks bradvin!
If the copy-to-clipboard function is the only thing flash is doing, then I don’t see the big deal dumping it altogether. It might be a convenience for some number of users but it’s pretty much a no-brainer to copy the shortcode without using flash at all.
I, too, personally find it more INconvenient to have this feature, since flash is disabled by default and I get those “outdated” messages popping up repeatedly. They are pretty annoying after a while. Maybe you can take a poll and see what the majority of users want.
Otherwise, FG is a pretty awesome free gallery plugin.