joeco
Forum Replies Created
-
I finally found the shortcode I was missing!??
[psppno_receiver name]
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Ack! Print technology timed-outHello,
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
In reply to: [Ultimate FAQ Accordion Plugin] ewd-ufaq-faq-title-text change tag toHi,
Nevermind, I think I found the solution. Simply remove the two php lines. Correct?
Thanks!
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] ewd-ufaq-faq-title-text change tag toHi,
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
In reply to: [Registration Options for BuddyPress] member request profile detailsbtw — After using it a few times, I’m going to add a target=”_blank” to the link.
Thanks again!
Forum: Plugins
In reply to: [Registration Options for BuddyPress] member request profile detailsHi Michael,
Thanks for the plugin! Works great!
Forum: Plugins
In reply to: [Registration Options for BuddyPress] member request profile detailsThe 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
In reply to: [Registration Options for BuddyPress] member request profile detailsa click on the name link in the member request list go to whateverforum.com/forums/members/username/
Forum: Plugins
In reply to: [Registration Options for BuddyPress] member request profile detailsHi 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!
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 2 years, 5 months ago by joeco. Reason: added a polite thank you ;)
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] ufaq index pageHi 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
In reply to: [Ultimate FAQ Accordion Plugin] ufaq index pageHello Jaysupport,
I applied your instructions. The /ufaq issue appears to be resolved.
Thank you!
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] ufaq index pageHello,
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
In reply to: [WPSSO Core - Complete and Optimized Structured Data SEO] 40 license optionIf we buy 35 licenses at $20/each, can you add 5 more licenses for $20 each please?
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!