Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Sports Club Pro – Button targets not functioning

#21416
Grace Themes
Member

Hi,

To solve this problem,

Go to the Appearance -> Editor -> inc/custom-functions.php
find the below code at line no. 833

<a class="button" href="'.$link.'" target"'.$target.'">'.$name.'</a>

Change this code with new code

<a class="button" href="'.$link.'" target="'.$target.'">'.$name.'</a>

Regards
Grace Themes