Title: joeco's Replies | WordPress.org

---

# joeco

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Planner - Editorial Calendar, Marketing Content, Kanban Board] user nickname](https://wordpress.org/support/topic/user-nickname/)
 *  Thread Starter [joeco](https://wordpress.org/support/users/joeco/)
 * (@joeco)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/user-nickname/#post-17292664)
 * I finally found the shortcode I was missing!  `[psppno_receiver name]`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Print, PDF, Email by PrintFriendly] Ack! Print technology timed-out](https://wordpress.org/support/topic/ack-print-technology-timed-out-2/)
 *  Thread Starter [joeco](https://wordpress.org/support/users/joeco/)
 * (@joeco)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/ack-print-technology-timed-out-2/#post-16096717)
 * Hello,
 * The Cloudflare fix you described above fixed the URL in question. It worked, 
   thank you! I tried applying this fix to another site on the same server and same
   Cloudflare account, cleared all caches and I’m still getting the Ack! error notice.
 * How can I safely send you the URL for the other site?
 * Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate FAQ Accordion Plugin] ewd-ufaq-faq-title-text change tag to](https://wordpress.org/support/topic/ewd-ufaq-faq-title-text-change-tag-to/)
 *  Thread Starter [joeco](https://wordpress.org/support/users/joeco/)
 * (@joeco)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/ewd-ufaq-faq-title-text-change-tag-to/#post-15932461)
 * Hi,
 * Nevermind, I think I found the solution. Simply remove the two php lines. Correct?
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate FAQ Accordion Plugin] ewd-ufaq-faq-title-text change tag to](https://wordpress.org/support/topic/ewd-ufaq-faq-title-text-change-tag-to/)
 *  Thread Starter [joeco](https://wordpress.org/support/users/joeco/)
 * (@joeco)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/ewd-ufaq-faq-title-text-change-tag-to/#post-15932437)
 * Hi,
 * I followed the instructions and placed the faq-title.php in the ewd-ufaq-templates
   directory in my theme. It works fine except there is unneeded <h4></h4> tags:
 *     ```
       <div class="ewd-ufaq-faq-title-text">
       			<h4></h4>
       <h3>My Title</h3>
   
       </div>
       ```
   
 * Here’s the modified faq-title code:
 *     ```
       <div class='ewd-ufaq-faq-title-text'>
   
       			<<?php echo esc_attr( $this->get_option( 'styling-faq-heading-type' ) ); ?>>
       				<h3><?php echo wp_kses_post( $this->faq_title ); ?></h3>
       			</<?php echo esc_attr( $this->get_option( 'styling-faq-heading-type' ) ); ?>>
   
       		</div>
       ```
   
 * How can I remove the empty <h4></h4> tags?
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Registration Options for BuddyPress] member request profile details](https://wordpress.org/support/topic/member-request-profile-details/)
 *  Thread Starter [joeco](https://wordpress.org/support/users/joeco/)
 * (@joeco)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/member-request-profile-details/#post-15815727)
 * btw — After using it a few times, I’m going to add a target=”_blank” to the link.
 * Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Registration Options for BuddyPress] member request profile details](https://wordpress.org/support/topic/member-request-profile-details/)
 *  Thread Starter [joeco](https://wordpress.org/support/users/joeco/)
 * (@joeco)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/member-request-profile-details/#post-15815015)
 * Hi Michael,
 * Thanks for the plugin! Works great!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Registration Options for BuddyPress] member request profile details](https://wordpress.org/support/topic/member-request-profile-details/)
 *  Thread Starter [joeco](https://wordpress.org/support/users/joeco/)
 * (@joeco)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/member-request-profile-details/#post-15810385)
 * The link below goes to a page in admin where all the info is displayed.
 * whateverforum.com/forums/wp-admin/users.php?page=bp-signups&signup_id=1234&action
   =activate
 * Can you please suggest a function (or better yet a small plugin) to accomplish
   this?
 * Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Registration Options for BuddyPress] member request profile details](https://wordpress.org/support/topic/member-request-profile-details/)
 *  Thread Starter [joeco](https://wordpress.org/support/users/joeco/)
 * (@joeco)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/member-request-profile-details/#post-15809831)
 * a click on the name link in the member request list go to whateverforum.com/forums/
   members/username/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Registration Options for BuddyPress] member request profile details](https://wordpress.org/support/topic/member-request-profile-details/)
 *  Thread Starter [joeco](https://wordpress.org/support/users/joeco/)
 * (@joeco)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/member-request-profile-details/#post-15809636)
 * Hi Michael,
 * The site is health care related. We would like to see all the standard profile
   info that we ask people to fill out: name, location, short bio, relationship,
   How long have you or the person that you are caring for had this disease?
 * from the moderator — “Like whatever a person does or doesn’t fill out when they
   register I need to be able to see when I click on their name in bp registration.”
 * Thanks for looking into this!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Superb Table (SEO Optimized Tables With Schema)] toggle TH tags to top row OR left column](https://wordpress.org/support/topic/toggle-th-tags-to-top-row-or-left-column/)
 *  Thread Starter [joeco](https://wordpress.org/support/users/joeco/)
 * (@joeco)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/toggle-th-tags-to-top-row-or-left-column/#post-15754711)
 * Maybe a function to provide a shortcode maybe something like: [spbtbl_sc id=1
   th=leftcolumn] that would output a table with the TH tags in the left column 
   that would defeat the default TH tags in the top row.
 * Thanks again!
    -  This reply was modified 3 years, 10 months ago by [joeco](https://wordpress.org/support/users/joeco/).
      Reason: added a polite thank you ;)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate FAQ Accordion Plugin] ufaq index page](https://wordpress.org/support/topic/ufaq-index-page/)
 *  Thread Starter [joeco](https://wordpress.org/support/users/joeco/)
 * (@joeco)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/ufaq-index-page/#post-15704355)
 * Hi again,
 * fyi — This script solved the ufaq’s popping up in WP search results:
 *     ```
       add_action( 'init', 'update_my_custom_type', 99 );
   
       function update_my_custom_type() {
       	global $wp_post_types;
   
       	if ( post_type_exists( 'ufaq' ) ) {
   
       		// exclude from search results
       		$wp_post_types['ufaq']->exclude_from_search = true;
       	}
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate FAQ Accordion Plugin] ufaq index page](https://wordpress.org/support/topic/ufaq-index-page/)
 *  Thread Starter [joeco](https://wordpress.org/support/users/joeco/)
 * (@joeco)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/ufaq-index-page/#post-15704275)
 * Hello Jaysupport,
 * I applied your instructions. The /ufaq issue appears to be resolved.
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate FAQ Accordion Plugin] ufaq index page](https://wordpress.org/support/topic/ufaq-index-page/)
 *  Thread Starter [joeco](https://wordpress.org/support/users/joeco/)
 * (@joeco)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/ufaq-index-page/#post-15703579)
 * Hello,
 * Thanks for responding! I set the has_archive to “false” as directed. The /ufaq
   page still exists and the sub pages for each faq under the /ufaq/ post type still
   exist and pop in internal WP searches. Neither of which is desirable in our SEO
   scheme.
 * What needs to happen is to either:
    remove the ufaq generated pages & make sure
   they’re not populated or noindex,nofollow these pages & make sure they don’t 
   pop up in internal search.
 * How can I make this happen?
 * Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSSO Core - Complete Schema Markup and Meta Tags] 40 license option](https://wordpress.org/support/topic/40-license-option/)
 *  Thread Starter [joeco](https://wordpress.org/support/users/joeco/)
 * (@joeco)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/40-license-option/#post-15675743)
 * If we buy 35 licenses at $20/each, can you add 5 more licenses for $20 each please?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSSO Ridiculously Responsive Social Sharing Buttons (RRSSB)] remove CTA from excerpt](https://wordpress.org/support/topic/remove-cta-from-excerpt/)
 *  Thread Starter [joeco](https://wordpress.org/support/users/joeco/)
 * (@joeco)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/remove-cta-from-excerpt/#post-15273948)
 * following up — I removed “Share: ” from the CTA field and then added a little
   CSS to put it back in and move it to place:
 *     ```
       .rrssb-buttons:before {
           content: 'Share:';
           position: relative;
           left: -50px;
           top: 30px;
       }
       ```
   
 * Thanks again!

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

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