Change register Buttom

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Wed Jan 21, 2015 12:58 pm
Hello,

I need to change the Register Now button.
I want to put a second logo.

At the top then I will have two logo images. One on the left which is the default template and another in right that must be in place of the button.

Example Attachment:

Thanks
User avatar
Fresh Boarder

GK User
Wed Jan 21, 2015 1:44 pm
Hi,

The code responsible for the logo may be found in Fest/layouts/header.php file:
Code: Select all
<?php if(get_option($tpl->name . "_branding_logo_type", 'css') != 'none') : ?>
         <h1>
            <a href="<?php echo home_url(); ?>" class="<?php echo get_option($tpl->name . "_branding_logo_type", 'css'); ?>Logo"><?php gk_blog_logo(); ?></a>
         </h1>
         <?php endif; ?>


and below is the line responsible for the register now button:
Code: Select all
<a href="<?php echo get_option($tpl->name . "_register_link", '#'); ?>"><?php _e('Register Now', GKTPLNAME); ?></a>

You can replace this line with <img .. > code with your second logo image..
User avatar
Moderator

GK User
Fri Jul 10, 2015 10:05 pm
Where would one insert a url, the the button directs to?

Thanks,

Brandon
User avatar
Fresh Boarder

GK User
Mon Jul 13, 2015 12:13 am
Please check Fest -> Template Options -> Features tab, here you can find "Register button URL" option to change the URL.
User avatar
Moderator


cron