pyvt
Forum Replies Created
-
Hi Jen, All good. thx.
Forum: Plugins
In reply to: [Helpie FAQ — Accordion, Docs & Knowledge Base] URLsGreat, thank you.
My email is [email protected]
Thank you.
- This reply was modified 5 years, 3 months ago by Steven Stern (sterndata).
@erania-pinnera
Hi Stef,
Tried that. All looks fine, although I am not the expert so I cannot be sure. Not sure what the problem is. If you have any other ideas, please let me know.
ThxInteresting question, probably should have tried that first. @erania-pinnera
Anyways, I did try and it with real-estate and the code still does not work. Am I missing something obvious?
Thanks
Hi @bruceallen ,
Thanks. I tried the code in my snippets plugin, both with ‘helpie_faq_category/faqs’ and ‘faqs’, but it doesn’t seem to work.
function jetpackme_filter_exclude_category( $filters ) { $filters[] = array( 'not' => array( 'term' => array( 'category.slug' => 'helpie_faq_category/faqs', ), ), ); return $filters; } add_filter( 'jetpack_relatedposts_filter_filters', 'jetpackme_filter_exclude_category' );I’m thinking this might have something to do with the plugin I am using, Helpie Related FAQs, because I created the FAQ category (as well as the FAQ posts) from within the plugin. If you have any suggestions, please let me know.
Thanks
Forum: Plugins
In reply to: [Helpie FAQ — Accordion, Docs & Knowledge Base] URLsHi pauplesupport,
1. Thanks for the reply! On second thought, it’s probably best not to disable it on the sitewide search unless a user can be pointed to the same FAQ on the FAQ page via the sitewide search.
2. Thanks! I look forward to hearing from you.
Two other things I noticed with the plugin:4) The built-in search for the FAQ only seems to pull an answer based on the first two words. Is there a way to make it longer?
5) One more suggestion: If there are no FAQ that coincide with a users typed-in question, have a message that says, “No FAQ Found” or similar. Right now, it’s just blank.Great plugin.
Thanks!
Forum: Plugins
In reply to: [AMP] Featured image appearing on MobileHi Renee,
Boom. Your first suggestion worked. I couldn’t see the plugin you recommended, so I just put the code in the code snippets plugin I have. Seems to have worked fine, let me know if it would be better if I download a custom functions.php plugin.
Thank you