swcomm
Forum Replies Created
-
Thanks for the reply. Yes, completely uninstalling, then reinstalling did work. I did try re-uploading, overwriting the files that were there in case something was corrupted, but apparently I should have uninstalled first. Thanks much for your help.
It would have been a PDF file, but I can’t even get a File Upload button/link to display on the user’s profile page so they CAN upload that PDF.
I won’t be spending any more time on this, as I’ve moved to an alternate solution, but thank you for commenting.
OK. That’s unfortunate. Since File Upload and Image Upload were available to me in the Form Builder, assumed I could use them.
Forum: Plugins
In reply to: [Post My CF7 Form] Odd Problem with the Latest UpdateClosing this thread and following https://ww.wp.xz.cn/support/topic/email-not-sent-30/
Hi – no, I’m not using the Classic block in any of the loops. When I first started troubleshooting this, my initial thought is that it had something to do with sticky posts, as my first two blocks (which always rendered just fine) make extensive use of sticky+categories+offsets, and the third block that stopped working in 6.1.3 excludes sticky posts completely. That wasn’t the case tho.
Hi – sorry for response delay – was out of town. I’m using a custom child theme of Understrap. My homepage template used:
<?php while ( have_posts() ) { the_post(); get_template_part( 'loop-templates/content', 'home' ); } ?>I changed this to use only
<?php get_template_part( 'loop-templates/content', 'home' ); ?>However, why the first worked in 6.1.2 and not in 6.1.3 is a mystery.
Mike, I was able to solve my issue by removing the loop that prefixed the get_template_part in my theme and only used the get_template_part on my home page template. Not really sure why though.
Mike, you’re not the only one with this issue. My frontpage uses 3 query loop blocks, each styled differently. All worked fine up until 6.1.3. I can’t find the changelog for 6.1.3 either and there’s nothing in my error logs. First two blocks fire OK, but the third – nothing. Like it doesn’t exist.
Thanks, this isn’t really important enough to customize the plugin. I’ve tried a couple of template overrides, but none of them work quite right. I’ll have to set that Link Text field to my button text.
Thanks again.
Hi – thanks for the reply and sorry for my response delay. Yes, I know about the Link Text, I just wanted the grab the Link URL field and skip the text. Would kind of like to use a button style link with “Visit Website” on excerpts, but the Link Text on the full record.
Well, that attachment post status tip is useful! Yep, that does it, thanks so much.
Forum: Plugins
In reply to: [Network Posts Extended] PHP WarningThank you, looks like that did resolve the warning. I didn’t use a sort order in the shortcode because the sort is using asc, so didn’t think I’d need it.
Forum: Plugins
In reply to: [Network Posts Extended] PHP WarningSure – using two shortcodes. First one below is on a page using Beaver Builder – not sure if that’s relevant tho!
[netsposts include_blog='4' include_post='7647,7648,7649,7650' shortcode_id='current' hide_source='true' taxonomy='hall-of-fame, 2022' taxonomy_type='category' must_include_categories='true' thumbnail='true' order_by_acf='lastname' use_layout='inline' wrap_title_start='<h5>' wrap_title_end='</h5>' include_link_title='true' read_more_text='Full Bio & Video '][netsposts include_blog='4' shortcode_id='hofgallery' hide_source='true' taxonomy='hall-of-fame' hide_excerpt='true' list='40' limit='200' paginate='true' mid_size='1' end_size='1' thumbnail='true' order_by_acf='lastname' use_layout='inline' wrap_title_start='<h6>' wrap_title_end='</h6>' include_link_title='true' read_more_text=' ']Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Webhook Invalid signature receivedSorry for the response delay. This was indeed a Stripe issue. Two Stripe accounts for two different sites, but one of those accounts is designated the “master” Stripe account (long story due to the biz structure of the two entities) and we manage both accounts under that master account. For some reason, that master account was running the webhooks for itself, and for the other site/URL. Manually disabling the webhook that wasn’t supposed to be running on the master account in Stripe. solved the issue.
Well, this doesn’t really answer my question about the mandatory opt-in in WP plugin guidelines. I’ll just switch to another RSS import plugin. If I needed the features in your Pro version, I’d buy it, but I don’t need them and I don’t think this is a very good method to try and force users to buy something. Your annual Pro fee is simply too high for the non-profit organizations I work with.