Render VisualComposer Content rest API
-
Hello,
I am using the rest API to get content for my app, but on the product page appear visual composer short codes
like screen https://prnt.sc/4cM8S4RVYxn2
I tried to use the Rest API Helper plugin but same problem.
Solution
Hello,
Could you please check how it works with some default WordPress themes like TwentyTwenty or WooCommerce Storefront to understand is it our theme issue or not?
Regards
Hello,
Thanks for your reply, I will try again.
I have another problem on the main page. I displayed categories, but the category name overlay image, and it didn’t appear. Is there a way to change categories view or highlight categories titles?
-I Am using predefined sites, is there a way to import ready footer widgets from other ready sites?
Thanks
Hello,
01. Go to Theme Setting -> Product Archive -> categories styles -> categories design. Choose one of those designs for the categories
Here is a CSS code snippet to hide product category titles on the home page.
.home .cat-design-default .hover-mask {
display: none;
}
02. You need to create an HTML Block and import it from the Xtemos templates library.
Screenshot:
https://gyazo.com/ef34e3e80a732d4db6fb2bda31cbe6c8
Then you need to set the footer from Theme Settings >> Footer.
Best Regards.