0
Here’s the excerpt, I’m using Bootstrap.
[button-group]
[button link="#" dropdown="true" data="toggle,dropdown"] Projetos e Parcerias: [caret][/button]
[dropdown]
[dropdown-item link=" ... "] Plano de Trabalho [/dropdown-item]
[/dropdown]
[/button-group]
he is opening the link on the same page, I need you to open in new window.
recalling that I am in wordpress and am using a plugin that allows you to create shortcodes to insert into text fields and be parsed for html in the template.
Tried to use target=_Blank ?
– Gustavo André Richter
I tried yes in some ways and without results, if you want to leave an example I would appreciate it very much.
– EnzoG
Puts a <a> tag with target="_Blank" inside the button
– lvr7
an example for you https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_a_target
– Gustavo André Richter
Personal before you downvote the question note that he is on the wordpress platform and he may be using a plugin like this which allows user to create shortcodes to insert into text fields and be parsed for html in template.
– Vinicius.Silva
is exactly the situation @Vinicius.Silva
– EnzoG
@lvr7 could expose how the line would look? I’m trying unsuccessfully.
– EnzoG