Reply To: Missing input box

#92585
Pablo Pacheco
Participant

Hi Jin,

Sorry for the delay. I couldn’t see the screenshot. Can you please try it again using a different theme, just temporarily?

Can i embed the discussions section to other tab via shortcode or other way?
I must say the plugin was not designed to work like that. I’m not sure if it will work 100% this way. But you can try something like this:

if ( class_exists( 'Alg_WC_Products_Discussions_Tab' ) ) {
	echo alg_wc_products_discussions_tab()->core->get_comments_template();
}