• Resolved donalmccaffrey

    (@donalmccaffrey)


    Hi
    I am using a travelify theme and after doing some editing to the header on the theme stylesheet my site title and tagline are both missing from the header section, despite having reset all the original code. What may be part of the problem is that the social icons on the header moved from right to left, though I hadn’t changed anything in that section of the code. I have checked everyhting else and i assume the problem lies somewhere in the code below, though as I say that should now reflect the default setting. Anything else that may have changed? Only other change is that I input the featured slider and removed the header image. All help would be greatly appreciated. My site is donalsmountainwalks.co.uk

    #branding {
    	margin-top: 15px;
    }
    .hgroup-wrap {
    	padding-top: 15px;
    	padding-bottom: 35px;
    }
    .hgroup-wrap a {
    	display: block;
    }
    #site-logo {
    	float: left;
    	margin-top: 32px;
    }
    #site-title
    	font: 36px 'Ubuntu', sans-serif;
    	line-height: 42px;
    }
    #site-title a {
    	color: #57ad68;
    	letter-spacing: -2px;
    }
    #site-title a img {
    	vertical-align: inherit;
    	max-width: 978px;
    
    }
    #site-title a span,#site-title a:hover,#site-title a:focus,#site-title a:active {
    	color: #439f55;
    }
    #site-description
    	font: 14px helvetica, sans-serif;
    	line-height: 20px;
    	color: #999;
    	font-weight: 200;
    }
    .hgroup-right {
    	float: right;
    	margin-top: 38px;
    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • Silkalns

    (@silkalns)

    1. For theme specific questions please ask questions here.

    2. One thing that comes in mind is that you have enabled logo via Appearance >> Theme Options >> Main Options >> Header Options >> Header Logo Only. But haven’t selected logo, so nothing is displayed.

    If you want to use Title and description you should enable “Header Text Only” option.

    Let me know if this is the case.

    Thread Starter donalmccaffrey

    (@donalmccaffrey)

    Hi Sikalns
    Thanks for your your very quick response. I had played around with that trying the various options (using uploaded logo/text only but no success). However I have just enabled it again and the title and site description have suddenly appeared. (a friend has I noticed just set up a child theme which might have had something to do with it?)
    Only problem which remains is that the social icons are still above the site title rather than on the right sdie of the header area. I assume it should be fairly easy to move them back?
    Thanks again Sikalns

    Silkalns

    (@silkalns)

    You can flow social icons to right by adding this code to Theme Options >> Other >> Custom CSS.

    .social-icons {
    	float: right;
    }
    Thread Starter donalmccaffrey

    (@donalmccaffrey)

    Perfect Silkans, that’s great. If you don’t mind I will add one follow on question as it was partly the reason I got into bother in the first place. Is there by any chance a way of removing the header image from the homepage – I want to have it on all other pages but on the welcome page it will be clashing with the featured slider.
    again many thanks Silkalns.

    Silkalns

    (@silkalns)

    You can hide it just on front page by adding this code to the same Custom CSS field I mentioned above. This will work for logo that you are using now and not Custom header image which is not enabled on your website.

    .home #site-title a img {
      display: none;
    }
    Thread Starter donalmccaffrey

    (@donalmccaffrey)

    Yes Silkans, that removes the site logo as you say from the home page. I did intend to insert a custom header (series of randomized images) and it is actually that which I want to remove from the home page (so that it wont be clashing with the feature slider). Would it be the same code only with header-image …as opposed to site-title a img?
    The other option is to input the code to make the feature slider appear across all the pages but I understand from previous posts that this is quite a complicated process?
    I very much appreciate your help in this.

    Thread Starter donalmccaffrey

    (@donalmccaffrey)

    Thanks Silkans,, I have been able to remove the header image from home page also, using the code you suggested.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘site title and tagline missing from header’ is closed to new replies.