I’ve lost every _blank target in my web after installing the child theme. I’m very worried about this because now I’ve tried with another theme and I’ve realized there is no _blank target attribute in the inspector
I didn’t realize until I’ve tested adding external links as new tab target. I’ve only installed the children bricks theme and WPML plugin in order to add tabs elements from this tuto:
I have WPML plugin working without any issues in my stage installation.
What I see is when I try to create a blank link from the rich text widget, I can’t see the option. Very weird
A workaround is to switch to TEXT view and type target="_blank" rel="noreferrer" to the anchor tag in the generated HTML.
Ex.:
<p>Here goes your text ... Select any part of your text to access the <a href="/get-started/" target="_blank" rel="noreferrer">formatting</a> toolbar.</p>
It was an Accessibility plugin problem, I realized deactivating all plugins one by one. After solving it, I can’t go back to the dashboard in the same tab from the builder, it open in new tab everytime
I’ve reinstalled bricks, child theme, deactivated plugins, etc and can’t fix it