badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

cocopel12

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Slider to not freeze on hover #3492
    cocopel12
    Participant

    BRILLIANT!
    Thank you Sanjip. This has worked perfectly.
    You are very kind.

    in reply to: Making the header into 2 links image #3275
    cocopel12
    Participant

    Hi,

    Just to update, I managed to make a new header that is a link by adding this code…

    <?php $header_image = get_header_image();
                if( !empty( $header_image ) ) :?>
                    <a href="mailto:[email protected]"><img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a>

    to line 244 of this file in a child theme.
    wp-content/themes/attitude/library/structure/header-extensions.php

    😀

    in reply to: Making the header into 2 links image #3019
    cocopel12
    Participant

    Thank you Sanjip. I will give it a try.
    You guys are great and so is your theme.

Viewing 3 posts - 1 through 3 (of 3 total)