About brand product tab – section dividers full width
-
Hey, I have problem with section dividers in “About brand” section. I made HTML block and linked it to brand attribute. And now I wanted to have divider full width, but it works just after resizing window size or scrolling there again. This HTML code works fine when I use it in Product Description.
One more thing: Is it possible to make badge or product title like HOT or NEW from my custom attribute? It will be wonderful. Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
It seems to be an issue from our theme and Visual Composer plugin. It needs a bit more time to find the solution. We will back to you soon.
As for hot and new labels, they work with our featured products and our custom option. They can’t be displayed based on your custom attribute.
Kind Regards
Try to add the following code snippet to the Custom JS area in Theme Settings to fix this issue.
jQuery('.tabs > li').click(function() {
setTimeout(function(){
vc_rowBehaviour();
},10);
});
It works fine thanks 🙂
The topic ‘About brand product tab – section dividers full width’ is closed to new replies.