Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi,
I have updates Visual Composer to v 4.11.2.1. Now Iám missing the ‘Widgetised Sidebar’option.
Is that correct? How can I show the ‘Sidebar pages’ on this page https://dev.abmaschreurs.nl/familie-en-relatie/
?
Hello,
I see you already fixed it. The widgetized side bar is removed from developer in the latest theme release. But you can add it by going to file includes/core/codeless_elements.php. Find and delete (or comment) this line:
vc_remove_element("vc_widget_sidebar");
Best regards!
Hello,
Yes, you need to delete it. Or comment it (example: //vc_remove_element(“vc_widget_sidebar”);) The line is in codeless_elements.php file. you can find it faster with Ctrl+F keys pressed at the same time. Or send us your ftp credentials in a private reply. So we can do it for you.
Best regards!
You must be logged in to reply to this topic.