Viewing 4 reply threads
You must be logged in to reply to this topic.
I’m missing at least a couple of elements in Visual Composer: Accordion does not apear, nor does Tab element. Not sure if there are others that are missing.
I thought this was an issue with having VC embedded within the Specular Theme, so I went ahead and purchased an independent VC license. However, even that does not solve the issue.
Is there Specular code blocking the use of certain VC elements? Or what am I doing wrong?
FYI, newbie with limited coding experience.
Hello,
These two elements are present in Visual Composer list of elements. Please check ‘Content‘ tab of it (screenshot).
Theme does overwrites some of VC elements and has removed others. To add more, please go to file includes/core/codeless_elements.php and comment out the element you want to add.
Example:
//vc_remove_element("vc_btn");
-will let the button element, display in your Visual Composer elements grid.
vc_remove_element("vc_btn");
-will remove it.
To check the overwritten elements files, please go to vc_templates/ folder in your theme.
Let us know.
Best regards!
Thanks. I see both “Old Tabs” and “Old Accordion” in Content element tab. Curious that it appears in Content tab, but not in All tab.
Thanks again.
Hi, I am also looking for accordion. I have it on some older pages of my site and wanted to add it to a new page I am working on, but it is not there. There is no Old Accordion in the content tab…
Hello,
@HDGasmin, Please look out for this line: //vc_remove_element("vc_tta_accordion");
in file \includes\core\codeless_elements.php. Edit it to this: vc_remove_element("vc_tta_accordion");
Then check out the Visual composer, deprecated elements section again.
Let us know.
Best regards!
You must be logged in to reply to this topic.