Comments 1veronica started the conversationApril 5, 2022 at 7:16amHi,the button link in elementor opens the links in new pages target. How can I open links on _self target?thanks 1,972Support repliedApril 5, 2022 at 4:39pmHello Veronica, if you can provide wp admin access in a private comment we can modify the Antro Elementor Blocks for button link URL to open in the same windowThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 1veronica repliedApril 6, 2022 at 6:37amI'm sorry but the site is not online. I can do it? 1,972Support repliedApril 6, 2022 at 3:25pmHello Veronica if you go to /wp-content/plugins/antro-elementor-blocks/widgets/button-link-widget.php and change line 142 fromecho '<a target="_blank" href="' . esc_url( $settings['url'] ) . '">';toecho '<a target="_self" href="' . esc_url( $settings['url'] ) . '">';https://prnt.sc/XrBV2qfgHP72Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hi,
the button link in elementor opens the links in new pages target. How can I open links on _self target?
thanks
Hello Veronica,
if you can provide wp admin access in a private comment we can modify the Antro Elementor Blocks for button link URL to open in the same window
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
I'm sorry but the site is not online. I can do it?
Hello Veronica if you go to /wp-content/plugins/antro-elementor-blocks/widgets/button-link-widget.php and change line 142 from
echo '<a target="_blank" href="' . esc_url( $settings['url'] ) . '">';
to
echo '<a target="_self" href="' . esc_url( $settings['url'] ) . '">';
https://prnt.sc/XrBV2qfgHP72
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy