Viewing 8 reply threads
You must be logged in to reply to this topic.
I purchased the Specular theme, and the Single Image element is missing from the VC Backend Editor. There are many shortcodes throughout the theme which refer to this element, but they don’t work and simply show up as text.
How can I get the Single Image element to appear in my theme?
Hello,
You can use Media element to show single image on site.
Best regards!
Thanks for your help. The media element does not provide any sort of styling for images, such as a border or shadow. This styling does exist with the Single Image element in Visual Composer.
Is there a simple way to add styles to single images in the Specular Theme?
Hello,
To add ‘Single image’ to your Visual Composer elements list, please go to file: includes\core\codeless_elements.php find this line:
vc_remove_element("vc_single_image");
and replace with this: //vc_remove_element("vc_single_image");
After this, download this file, and add it to folder vc_templates. Refresh and you will see Single Image element added to your Visual Composer.
If
Best regards!
WHY Do you have to hide that feature!?!?!!?!? Thats one of the most used elements on WPBakery!!! Now i have to deal with this bullshit everytime i update the them!!!! :@
Hello,
Theme has it’s own elements. It is build using the list of elements available in the included version of Visual Composer. Each of them is customized to fit theme style and be fully compatible with theme.
Best regards!
I can’t keep reactivating this line of code everytime you do an update! How do i keep that permanent?
Hello,
Use a child theme. Add the edited file in the child theme. Make sure to keep the very same file path: includes\core\codeless_elements.php
Best regards!
Hello support,
I am using the Latest version of the theme, And the Single Image element is missing from the VC Backend Editor.
How we can add that again?
Hi @livesupport365,
Kindly open your own tickets as we don’t reply on such tickets which are not belonging to you.
Thanks,
You must be logged in to reply to this topic.