GregF
Forum Replies Created
-
I received the same report.
Thanks for the quick update. The charts now stay put!
Forum: Plugins
In reply to: [ActivityPub] Previously working installation has stoppedThanks! I appreciate the help.
Forum: Plugins
In reply to: [ActivityPub] Previously working installation has stoppedLooks like the problem was object caching in Litespeed. When I turn that off, the curl command returns JSON. Will the 8/7 post now turn up in the feed (I don’t see it at the moment)?
Forum: Plugins
In reply to: [ActivityPub] Previously working installation has stoppedThat’s correct, there’s only one follower (me). Are you seeing the post from 8/7 and the header image?
Perfect, thank you!
Thanks for the response and screenshot, they were very helpful. Now here’s another wrinkle: I’d like to exclude users in the “Wholesale” role from receiving the discount. Is this possible in either the free or pro version?
All 3 products are not required. The discount applies as long as at least 3 products from the list are ordered. Another way of stating it is: After putting at least 3 of any product from the list in the cart, they and all other products on the list receive a n% discount.
I’d like to 2nd this feature request. I too manage many websites and an email notification allows me to proactively troubleshoot any email issues that might come up.
Forum: Plugins
In reply to: [LiteSpeed Cache] PHP warning filling up error_logThanks for pointing that out, I didn’t know it existed. However, changing to the dev version didn’t prevent the error from being recorded in the log.
Forum: Plugins
In reply to: [LiteSpeed Cache] PHP warning filling up error_logWhere can I find the 6.1 beta?
Forum: Plugins
In reply to: [LiteSpeed Cache] PHP warning filling up error_logI will wait until this version is released. How long do you think that will be?
Forum: Plugins
In reply to: [ActivityPub] Blog wide publishing – Avatar and header image?Bard says that there is a hook for setting the header image and suggests this code:
// Add ActivityPub header image metadata add_action( 'activitypub_head', function() { $image_url = get_theme_mod( 'site_header_image' ); if ( $image_url ) { echo '<link rel="image_src" href="' . esc_url( $image_url ) . '">'; } } );
Will this work or is Bard hallucinating?
Thanks.
Forum: Plugins
In reply to: [Connections Business Directory] Carousel BlockThat worked great, thanks! I wouldn’t have figured that one out.
Forum: Plugins
In reply to: [Connections Business Directory] Carousel BlockNew link: https://aaefe.org/
Thanks.