elsatrento
Member
Posted 2 years ago #
Something doesn't work :I write the faqs using the plugin box, then I go to a page and I press the "faqs" botton on the wysiwyg editor, and the short code "[faq id="1"]" appears - but when I go to the page the only thing that appears is the short code.
What am I doing wrong?
chicagochristiandj
Member
Posted 2 years ago #
I'm having the same problem. Has anyone found a fix yet? Could other plug-ins be causing it not to work?
I'm All Ears.
elsatrento
Member
Posted 2 years ago #
I contacted the programmer (nicest person), but we didn't find anything. I resolved updating my theme, so no much of a general solution, sorry :(
shansta
Member
Posted 2 years ago #
Had the same problem.
You need to enter the short code like
<code>[faq id="1"]</code>
just typing the shortcode or using the WYSIWYG editor doesn't work because it's not adding <code> </code>
All works fine now :)
juiced01
Member
Posted 1 year ago #
In the normal pages in WordPress, [faq id="1"] works fine. But, I want it in a diferent theme page, like echo do_shortcode('[faq id="1"]');
But, it's not working. How can I use this?
dreamwhisper
Member
Posted 1 year ago #
looks like the shortcode isn't actually registered properly so it won't work in a template php call.