Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1757949
top area button link
Closed

Comments

  • Fergumungus started the conversation

    Is it possible to have the Top Area Button Link open in a new browser window?

  •  7,095
    Oliver replied

    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:

    <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, Oliver

  • Fergumungus replied

    Works like a charm.  Thank you!

  •  7,095
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver