- This topic has 6 replies, 3 voices, and was last updated 3 years, 7 months ago by
maxbuzz.
- AuthorPosts
- July 4, 2019 at 12:13 pm #17511
maxbuzz
ParticipantHi,
In a trip, i go to tab settings and rename the FAQ tab. This renamed tab shows up in the final page but where do I enter contents for this tab? Nothing shows up in the trip entry form
July 5, 2019 at 4:32 am #17528Support Team
KeymasterHello @maxbuzz,
The FAQ content can be added from the FAQ tab as shown in the screenshot if you have added the FAQ via single trips:
If you have added globally as well then go to WP Travel > Setting > FAQ and add the content.
Hope this helps.
Thank you.
July 5, 2019 at 11:10 am #17546maxbuzz
ParticipantHi,
I don’t seem to get that screen.
Here I have changed the name of the tab
https://tinyurl.com/yx982mksThen when I go to the FAQ tab this is what i see
https://tinyurl.com/y2zqyhvqDo you need to purchase additional utils to use this feature?
July 5, 2019 at 12:03 pm #17548Support Team
KeymasterHello @maxbuzz,
Actually, you have not added the content. There is button “Add new Question” in the FAQS section which is seen in your screenshot as well.
To be clear you can refer to below given screen record as well.
https://www.loom.com/share/2d4eedc118e94fffb524126c2eb7f0bc
You can add the content via the button “Add New Question”
Hope this clears the confusion.
Thank you.
July 5, 2019 at 12:19 pm #17549maxbuzz
ParticipantOk. got it.
Didn’t realise that even if tab name is changed format will be in FAQ style only 🙂Any option if I wanted the content of the tab to be just plain text?
Thanks.
July 8, 2019 at 4:38 am #17604wensolutions
KeymasterHello @maxbuzz
For the FAQ layout format to be on plain text format, please create a file named faq-accordian.php in your child theme and paste the below given code :
Also, please make sure that the newly created script file is also en-queued in the theme file well. Please add the below given snippet in the enqueue function of the child theme functions.php.
wp_enqueue_script( 'child-style',get_stylesheet_directory_uri() . '/faq-accordian.js',array('jquery'));
Hope this helps.
Feel free to reach for for any further query/confusion.
Regards!
July 8, 2019 at 10:45 am #17630maxbuzz
ParticipantHi,
I did all the changes.
even after that in the FAQ tab it is the same UI asking to add a question.
Final page also displays in FAQ /question & answer format - AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.