• Resolved marthaki

    (@marthaki)


    Hello!
    Your theme is amazing and I’m almost ready to launch my website.

    Can you please advise how to complement the Button Styling Shortcode (i.e. [button url=’FULL URL’ color=’#HEX-COLOR’ bgcolor=’#HEX-COLOR’ size=’large, medium or small’]Click Here[/button])
    in order for the URL to open in a new window?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    are you using the not-so-shortcode plugin from my site?
    if yea, open wp-content/plugins/notso-shortcodes/class-shortcodes.php and look nss_button() and look for

    return "<a href='$url'

    edit to

    return "<a target='_blank' href='$url'

    Thread Starter marthaki

    (@marthaki)

    thanks, it worked nice!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buttons: How to make target URL open in a new window’ is closed to new replies.