Viewing 2 reply threads
You must be logged in to reply to this topic.
Using Specular theme, several VC elements are missing. Can you tell me how to re-enable them? Most importantly: Single Image and Call to Action.
Thank you,
Hello,
You add back elements in Visual Composer by commenting out the element’s line in file includes/core/codeless_elements.php.
Example: Find this line: vc_remove_element("vc_single_image");
Edit to this: //vc_remove_element("vc_single_image");
to bring back the single image element.
and this line: vc_remove_element("vc_cta");
To this: //vc_remove_element("vc_cta");
For the Call To Action element.
Let us know.
Best regards!
You must be logged in to reply to this topic.