Comments tonyrolfe69 started the conversationMay 20, 2018 at 4:27pmHi there,I would like it so that when someone presses the customer login button at the top of the screen that the link opens in a blank widow. Could you let me know how I can do this?ThanksTony 7,092Oliver repliedMay 21, 2018 at 8:48amHi,Copy file: /wp-content/themes/thegem/top_area.phpto the child theme and change there line 20 to: <div class="top-area-button"><?php thegem_button(array('href' => thegem_get_option('top_area_button_link'), 'text' => 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, Olivertonyrolfe69 repliedMay 22, 2018 at 2:03pmHi,Thanks for this. I have done as you have suggested but nothing has changed. Also, the code you have asked me to add looks exactly the same as the code I have replaced?ThanksTony 7,092Oliver repliedMay 23, 2018 at 7:36amHi,Sorry, my bad, didn't copy the code, use this: <div class="top-area-button"><?php thegem_button(array('href' => thegem_get_option('top_area_button_link'), 'text' => thegem_get_option('top_area_button_text'), 'size' => 'tiny', 'target' => '_blank', 'no-uppercase' => true), true); ?></div> I added 'target' => '_blank',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 ...
Hi there,
I would like it so that when someone presses the customer login button at the top of the screen that the link opens in a blank widow.
Could you let me know how I can do this?
Thanks
Tony
Hi,
Copy file:
/wp-content/themes/thegem/top_area.php
to the child theme and change there line 20 to:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hi,
Thanks for this. I have done as you have suggested but nothing has changed. Also, the code you have asked me to add looks exactly the same as the code I have replaced?
Thanks
Tony
Hi,
Sorry, my bad, didn't copy the code, use this:
I added
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver