Hi Tony,
We check your product page, it looks like you are using some kind of ajax loading screen in your page. Some times screen loaders give an issue with other JavaScript files in same page. So, for temporary if you disable ajax loading screen and check or create new temporary page with out ajax loading screen function and check FAQ toggle is giving an issue or not?
For the FAQ single post pages, it would be your theme that controls the look and layout. Because the FAQs are just a custom post type, the single post page for FAQ posts would, by default, make use of your theme’s single.php template file. If you’d like to modify the single post page for FAQs, we’d suggest duplicating your single.php file and creating one specifically for our post type, as discussed here: https://codex.ww.wp.xz.cn/Post_Type_Templates. Our post type is called “ufaq”, so you’d want to call your template file “single-ufaq.php”.
Thank you
Thread Starter
trwst
(@tonyrwest)
Ok we’ll check for Ajax and see what happens