Is there a way to add an ID to a normal row/column of a page so the submenu will link to it? It works for the full-width color section, but then I can’t have a sidebar. I need to add ID’s to regular text boxes etc and keep my sidebar!
Hey CrosbyInteractive,
Please refer to the following:
Best regards,
Jordan Shannon
Yea that is checked, but it only shows on the full-width elements like grid row and color section, I need to have it on a regular row or column so that it won’t be forced full width and remove the sidebar from my page.
Hi,
Can you provide a link to the section that you need help with and where you would like to add the id? This can possible be done by injecting an ID via JavaScript.
Best regards,
Jordan Shannon
I am going to want to do it on multiple pages of the site I’m working on.
Is your Enfold theme compatible with Visual Composer? That would easily do what I need it to do on any section.
Hi,
We can’t guarantee 100% compatibility with VC as our elements are built to run on the themes proprietary AVIA Layout Builder.
Best regards,
Jordan Shannon
So how do I do it with Javascript?
Hi,
If you are familiar with JQuery you would want to inject the id using the .attr command:
https://www.w3schools.com/jquery/jquery_dom_set.asp
Best regards,
Jordan Shannon