Comments Fergumungus started the conversationOctober 23, 2018 at 11:29pmIs it possible to have the Top Area Button Link open in a new browser window? 7,095Oliver repliedOctober 24, 2018 at 8:25amHi,Via FTP copy template:/wp-content/themes/thegem/top_area.phpTo the main folder of the child theme, and change the line 18 to this one: <div class="top-area-button"><?php thegem_button(array( 'target' => '_blank', 'href' => thegem_get_option('top_area_button_link'), 'text' => stripslashes(thegem_get_option('top_area_button_text')), 'size' => 'tiny', 'no-uppercase' => true), true); ?></div> Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverFergumungus repliedOctober 24, 2018 at 3:04pmWorks like a charm. Thank you! 7,095Oliver repliedOctober 25, 2018 at 7:31amWelcome!Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Is it possible to have the Top Area Button Link open in a new browser window?
Hi,
Via FTP copy template:
/wp-content/themes/thegem/top_area.php
To the main folder of the child theme, and change the line 18 to this one:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Works like a charm. Thank you!
Welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver