SKT Corp / Missing tagline in PRO version

Home Forums SKT Full Width Forum SKT Corp / Missing tagline in PRO version

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7870
    Petr ZemlaPetr Zemla
    Participant
    • Topics: 5
    • Replies: 2
    • Total: 7
    Member since: May 14, 2015

    after installing paid full version, tagline disappeared. It’s not present in HTML code and I haven’t found way how to enable it.

    #7871
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6987
    • Total: 6997
    Member since: June 12, 2013

    Hi,

    Sorry for the same. Do you mind send us email: [email protected] with your WordPress admin details and site url.

    Will fix this for you.

    Regards,
    Shri

    #7899
    Petr ZemlaPetr Zemla
    Participant
    • Topics: 5
    • Replies: 2
    • Total: 7
    Member since: May 14, 2015

    Thank you,

    admin credentials sent from WordPress create account of domain www.improwave.com

    #7969
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6987
    • Total: 6997
    Member since: June 12, 2013

    Hi,

    Via admin we can’t edit any of the files. It seems you have hardened security. So here is your answer. Kindly check header.php file in SKT Corp Pro and check this line of code:

    <div id=”logo”><a href=”<?php echo home_url(‘/’);?>”>

    <?php if( of_get_option(‘logo’, true) != ” ) { ?>

    <img src=”<?php echo esc_url( of_get_option(‘logo’, true) ); ?>” />

    <?php } else { ?>

    <h1><?php bloginfo( ‘name’ ); ?></h1>

    <p><?php bloginfo(‘description’); ?></p>

    <?php } ?>

    </a>

    </div>

    Under  <img src=”<?php echo esc_url( of_get_option(‘logo’, true) ); ?>” /> Place this code: 

    <p><?php bloginfo(‘description’); ?></p>

    Regards,

    Shri

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.