Home Forums WoodMart support forum Render VisualComposer Content rest API

Render VisualComposer Content rest API

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #471299

    jonecartee
    Participant

    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

    #471452

    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

    #472002

    jonecartee
    Participant

    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

    #472032

    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.

Viewing 4 posts - 1 through 4 (of 4 total)