• Resolved kobusdup

    (@kobusdup)


    Good day,
    I have two questions regarding the Tagline: 1) Why don’t I see the Tagline anywhere in my page, even though I’ve specified it under the Tagline header in the Theme Options? 2) Is it possible to place my Tagline under my logo in the main header?
    Thanks for a great theme!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author vpthemes

    (@vpthemes)

    To see Tagline you need to use “Static Front Home Page”. Go to WordPress Dashboard -> Appearance -> Theme Options -> Home Page. Look at Homepage layout manager and move the Tagline to the top on the list. Also in WordPress Dashboard go to Settings -> Reading and make sure that Front page displays: Your latest posts.

    Thread Starter kobusdup

    (@kobusdup)

    Excellent, that was the answer I was looking for!
    One more question regarding the Tagline though, is it possible to reduce the size of the block within which it appears, or to make it part of the main header?
    Look forward to your answer.

    Theme Author vpthemes

    (@vpthemes)

    You will not be able to insert Tagline into header, instead you can add banner, this is what needs to be done:

    1. Edit file name header.php and find the entry starting with <nav id=”site-navigation” class=”main-navigation” role=”navigation”>

    2. Insert the following piece of code just before the <nav id=”site-navigation” class=”main-navigation” role=”navigation”> entry:

    <div id=”banner”>
    <img src=”<?php echo get_template_directory_uri(); ?>/images/banner.jpg” alt=”banner”/>
    </div>

    3. Name banner file – “banner.jpg” and place it inside “images” folder in your theme directory, make sure that banner.jpg width=1024px or less.

    Thread Starter kobusdup

    (@kobusdup)

    Thanks for your helpful response. I don’t seem to find the “‘images’ folder in your theme directory” anywhere though?
    Looking forward to your reply.

    Theme Author vpthemes

    (@vpthemes)

    Use this plugin to upload banner file to “images” folder https://www.ads-software.com/plugins/wp-theme-file-uploader/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Tagline’ is closed to new replies.