Title: swcomm's Replies | WordPress.org

---

# swcomm

  [  ](https://wordpress.org/support/users/swcomm/)

 *   [Profile](https://wordpress.org/support/users/swcomm/)
 *   [Topics Started](https://wordpress.org/support/users/swcomm/topics/)
 *   [Replies Created](https://wordpress.org/support/users/swcomm/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/swcomm/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/swcomm/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/swcomm/engagements/)
 *   [Favorites](https://wordpress.org/support/users/swcomm/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 84 total)

1 [2](https://wordpress.org/support/users/swcomm/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/swcomm/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/swcomm/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/swcomm/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/swcomm/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/swcomm/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widget Options – Advanced Conditional Visibility for Gutenberg Blocks & Classic Widgets] PHP Warning: Cannot modify header information – headers already sent](https://wordpress.org/support/topic/hp-warning-cannot-modify-header-information-headers-already-sent/)
 *  Thread Starter [swcomm](https://wordpress.org/support/users/swcomm/)
 * (@swcomm)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/hp-warning-cannot-modify-header-information-headers-already-sent/#post-17907980)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] File Upload on Profile Form](https://wordpress.org/support/topic/file-upload-on-profile-form/)
 *  Thread Starter [swcomm](https://wordpress.org/support/users/swcomm/)
 * (@swcomm)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/file-upload-on-profile-form/#post-17727073)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] File Upload on Profile Form](https://wordpress.org/support/topic/file-upload-on-profile-form/)
 *  Thread Starter [swcomm](https://wordpress.org/support/users/swcomm/)
 * (@swcomm)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/file-upload-on-profile-form/#post-17726991)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post My CF7 Form] Odd Problem with the Latest Update](https://wordpress.org/support/topic/odd-problem-with-the-5-6-update/)
 *  Thread Starter [swcomm](https://wordpress.org/support/users/swcomm/)
 * (@swcomm)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/odd-problem-with-the-5-6-update/#post-17085860)
 * Closing this thread and following [https://wordpress.org/support/topic/email-not-sent-30/](https://wordpress.org/support/topic/email-not-sent-30/)
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Query Block works in WP6.1.1 but not WP6.2 with my custom theme](https://wordpress.org/support/topic/query-block-works-in-wp6-1-1-but-not-6-2-with-my-custom-theme/)
 *  [swcomm](https://wordpress.org/support/users/swcomm/)
 * (@swcomm)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/query-block-works-in-wp6-1-1-but-not-6-2-with-my-custom-theme/page/2/#post-16855391)
 * 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.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Query Block works in WP6.1.1 but not WP6.2 with my custom theme](https://wordpress.org/support/topic/query-block-works-in-wp6-1-1-but-not-6-2-with-my-custom-theme/)
 *  [swcomm](https://wordpress.org/support/users/swcomm/)
 * (@swcomm)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/query-block-works-in-wp6-1-1-but-not-6-2-with-my-custom-theme/page/2/#post-16830977)
 * Hi – sorry for response delay – was out of town. I’m using a custom child theme
   of Understrap. My homepage template used:
 *     ```wp-block-code
       <?php while ( have_posts() ) { 
       the_post();
       get_template_part( 'loop-templates/content', 'home' );
       }
       ?>
       ```
   
 * I changed this to use only
 *     ```wp-block-code
       <?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.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Query Block works in WP6.1.1 but not WP6.2 with my custom theme](https://wordpress.org/support/topic/query-block-works-in-wp6-1-1-but-not-6-2-with-my-custom-theme/)
 *  [swcomm](https://wordpress.org/support/users/swcomm/)
 * (@swcomm)
 * [3 years ago](https://wordpress.org/support/topic/query-block-works-in-wp6-1-1-but-not-6-2-with-my-custom-theme/#post-16812667)
 * 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.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Query Block works in WP6.1.1 but not WP6.2 with my custom theme](https://wordpress.org/support/topic/query-block-works-in-wp6-1-1-but-not-6-2-with-my-custom-theme/)
 *  [swcomm](https://wordpress.org/support/users/swcomm/)
 * (@swcomm)
 * [3 years ago](https://wordpress.org/support/topic/query-block-works-in-wp6-1-1-but-not-6-2-with-my-custom-theme/#post-16807665)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Business Directory Plugin - Easy Listing Directories for WordPress] Customize website field display](https://wordpress.org/support/topic/customize-website-field-display/)
 *  Thread Starter [swcomm](https://wordpress.org/support/users/swcomm/)
 * (@swcomm)
 * [3 years ago](https://wordpress.org/support/topic/customize-website-field-display/#post-16769401)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Business Directory Plugin - Easy Listing Directories for WordPress] Customize website field display](https://wordpress.org/support/topic/customize-website-field-display/)
 *  Thread Starter [swcomm](https://wordpress.org/support/users/swcomm/)
 * (@swcomm)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/customize-website-field-display/#post-16742406)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Display Posts - Easy lists, grids, navigation, and more] Post Type=Attachment](https://wordpress.org/support/topic/post-typeattachment/)
 *  Thread Starter [swcomm](https://wordpress.org/support/users/swcomm/)
 * (@swcomm)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/post-typeattachment/#post-16742394)
 * Well, that attachment post status tip is useful! Yep, that does it, thanks so
   much.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Network Posts Extended] PHP Warning](https://wordpress.org/support/topic/php-warning-406/)
 *  Thread Starter [swcomm](https://wordpress.org/support/users/swcomm/)
 * (@swcomm)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/php-warning-406/#post-16495747)
 * Thank 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Network Posts Extended] PHP Warning](https://wordpress.org/support/topic/php-warning-406/)
 *  Thread Starter [swcomm](https://wordpress.org/support/users/swcomm/)
 * (@swcomm)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/php-warning-406/#post-16488330)
 * Sure – using two shortcodes. First one below is on a page using Beaver Builder–
   not sure if that’s relevant tho!
 *     ```wp-block-code
       [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 &amp; Video ']
       ```
   
 *     ```wp-block-code
       [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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Payment Plugins for Stripe WooCommerce] Webhook Invalid signature received](https://wordpress.org/support/topic/webhook-invalid-signature-received/)
 *  Thread Starter [swcomm](https://wordpress.org/support/users/swcomm/)
 * (@swcomm)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/webhook-invalid-signature-received/#post-16378715)
 * Sorry 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator] Remove Generated by Feedzy](https://wordpress.org/support/topic/remove-generated-by-feedzy/)
 *  Thread Starter [swcomm](https://wordpress.org/support/users/swcomm/)
 * (@swcomm)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/remove-generated-by-feedzy/#post-16356328)
 * 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.

Viewing 15 replies - 1 through 15 (of 84 total)

1 [2](https://wordpress.org/support/users/swcomm/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/swcomm/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/swcomm/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/swcomm/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/swcomm/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/swcomm/replies/page/2/?output_format=md)