• Resolved jcimb

    (@jcimb)


    Looks like a very promising theme, however, the phone and the email in the top bar are not linked. I’ve tried using the Customizer to type the new email address, also tried using <a href, etc. Cannot get it to link.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author marsian

    (@marsian)

    Hyper-linking the email or phone are not enabled, you will have to customize the child theme a bit for that. Child theme link is there on the demo page.

    Thread Starter jcimb

    (@jcimb)

    Ok, thanks. I downloaded the child theme and then customized it.

    @jcimb
    Could you pass on how you customized it please as I’m looking to do the same.
    I have tried using this example and altered it a bit:
    *********************************************************
    “><?php echo $profile[‘contact_number’]; ?>

    **********************************************************

    but go no joy, any help much appreciated.
    KB

    Thread Starter jcimb

    (@jcimb)

    @kroggy,
    I hard-coded it by editing header.php in the child theme like this:

    
                    <?php if ( !empty($top_phone) ) : ?>
    
                    <div class="topphone">
    
                        <i class="topbarico genericon genericon-phone"></i>
    
                        <a href="tel:555-555-5555">555-555-5555</a>
    
                    </div>
    
                    <?php endif; ?>
    
                    
    
                    <?php if ( !empty($top_email) ) : ?>
    
                    <div class="topphone">
    
                        <i class="topbarico genericon genericon-mail"></i>
    
                        <a href="mailto:[email protected]">[email protected]</a>
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Phone and Email Not Linked’ is closed to new replies.