Column Text delets links when combine a div with a link
Hello, since one of the last updates I have problems with the 'Column Text' element. When I combine a div with a link, the link is removed again after closing the 'Column Text' element. I am assuming this is a bug because it has worked without any problems so far. Is there a workaround for this or an alternative element to insert HTML?
Example
While editing 'Column Text' Element
<div class="container">
<a href="'somelink">
<div class="a">
<h3>Some Content</h3>
</div>
<div class="b">
<p>Some Content</p>
</div>
</a>
</div>
After Closing 'Column Text' Element
<div class="container">
<div class="a">
<h3>Some Content</h3>
</div>
<div class="b">
<p>Some Content</p>
</div>
</div>
Comments
Hi,
Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.
Thanks
You can not see this Problem until you are logged in to open the BeBuilder. I would like to give you an access so that you can see the problem.
Please send us WordPress dashboard access privately thru the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason.
Notice!
Please attach a link to this forum discussion.
Thanks
It is because of the Visual version on the Column text editor.
When you switch it to the Code, it should not change the structure of your code. It can be modified in the Builder settings.
I have changed it on your environment so that you can test that.
Thanks
Thanks a lot. I did not know this option. Does this setting always apply only to the page or does it apply globally?
It is applied globally, so you do not have to choose it for each page.
Thanks
ok thank you for your support!