Open jamalnichols opened 5 years ago
Would the "post comments" element work for this? It looks similar to the reviews tab in the "product data tabs".
It would be nice to move reviews out is there a solution for this?
+1
+1 @jamalnichols did you find a solution for this? I'm looking to do the same thing.
Yeah my solution was to switch to Shopify
On Sat, Jun 6, 2020 at 20:39 Brady Becker notifications@github.com wrote:
+1 @jamalnichols https://github.com/jamalnichols did you find a solution for this? I'm looking to do the same thing.
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/elementor/elementor/issues/7420#issuecomment-640101481, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALRVCARSX5Y5MMPTFTULQ3TRVKENLANCNFSM4G5E66NA .
+1
Following...I was able to hide the other tabs with CSS but the Description tab, although hidden, is still active by default.
I need some JS or alternative guidance to make the Reviews tab active by default...
Was referred here by the support team.
I'm trying to get the WooCommerce reviews to show at the bottom oh the page instead of inside the product data tabs.
This code works on the default WooCommerce single-product.php to generate reviews at the bottom of the product page and outside of the tabs: https://pastebin.com/8CWMv7nK (line 34)
But it doesn't carry over to the custom Elementor Single Product Template I created.
Where does Elementor store its custom templates? I could add the code there.
Thanks
J