Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1207898
    ahurlburt53
    Participant
    #1207939
    Thai
    Moderator

    Hi There,

    To make the tagline appear, you have to change the template a bit.

    Please navigate to your child theme’s /framework/views/global directory create a file named _brand.php and paste the code below:

    <?php
    
    // =============================================================================
    // VIEWS/GLOBAL/_BRAND.PHP
    // -----------------------------------------------------------------------------
    // Outputs the brand.
    // =============================================================================
    
    $site_name        = get_bloginfo( 'name' );
    $site_description = get_bloginfo( 'description' );
    $logo             = x_make_protocol_relative( x_get_option( 'x_logo' ) );
    $site_logo        = '<img src="' . $logo . '" alt="' . $site_description . '">';
    
    ?>
    
    <?php echo '<h1 class="visually-hidden">' . $site_name . '</h1>'; ?>
    
    <a href="<?php echo home_url( '/' ); ?>" class="<?php x_brand_class(); ?>" title="<?php echo $site_description; ?>">
      <?php echo ( $logo == '' ) ? $site_name : $site_logo; ?>
      <span class="x-tagline"><?php echo $site_description; ?></span>
    </a>

    After that add the following CSS:

    span.x-tagline {
        display: block;
        font-size: 14px;
    }

    Hope it helps 🙂

    #1207954
    ahurlburt53
    Participant
    This reply has been marked as private.
    #1208013
    Thai
    Moderator

    Hi There,

    Please provide us with your admin account as well.

    Thanks.

    #1208065
    ahurlburt53
    Participant
    This reply has been marked as private.
    #1208093
    Thai
    Moderator
    This reply has been marked as private.
    #1208433
    ahurlburt53
    Participant

    Why is the tagline lettering so Big? Shouldn’t it be regular paragraph type font? Also the mobile menu disappeared?

    screen shot 1
    http://i.imgur.com/8hgKIDu.png

    screen shot 2
    http://i.imgur.com/vV7B3bo.png

    #1208558
    Christopher
    Moderator

    Hi there,

    Upon checking your site, it seems that you’ve already fixed it, see the attachment.
    Please find this code :

    .x-btn-navbar, .x-btn-navbar.collapsed:hover {
        background-color: rgb(12,113,195);
    }

    And update it to :

    .x-btn-navbar, .x-btn-navbar.collapsed:hover {
        background-color: rgb(12,113,195) !important;
    }

    Hope it helps.

    #1208657
    ahurlburt53
    Participant

    Ty for your support, I got the mobile menu too appear. How about the websites tag line. Would like normal size font, and goes below the websites name

    screen shot
    http://i.imgur.com/0QSWlAQ.png

    #1208667
    Christopher
    Moderator

    Hi there,

    Did you check provided screen shot in my previous replay? It’s how tagline is displaying on my end. Please clear cache and check again.

    Thanks.

    #1208698
    ahurlburt53
    Participant

    Ok ty. Looks good. I found that the blog page needs to have blue background as well. All the other pages are good to go

    screen shot
    http://i.imgur.com/SiTmOQa.png

    #1208708
    Christopher
    Moderator

    Hi there,

    Please update this code :

    .blog header.x-header-landmark, .category header.x-header-landmark {
        background: #2ea3f2;
    }

    To:

    header.x-header-landmark{
        background: #2ea3f2;
    }
    h1.h-landmark span {
        color: #fff;
    }
    

    Hope it helps.

    #1208768
    ahurlburt53
    Participant

    Ty for all your support, means a lot!!!!

    #1208775
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1207898 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>