• Is there a way to make the logo show up on other pages besides the homepage? Or – is there a way to not make the background website color change the shade of your image that you upload as a header? I’d like our logo on each page, but when I use it as a logo it only shows on the homepage and when I upload the same image as the header it shades my white background into a sort of green/white blend. Transparency option or something? Thank you!

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 16 total)
  • Hi there,

    Thank you for getting in touch with us.

    The logo in Kale should show up on all pages. I had a look at your site: http://hearthealthyfamily.com/ and couple of posts and the logo is visible on all these pages. Are you still experiencing any issue with this?

    Kind regards

    Thread Starter hearthealthyfamily

    (@hearthealthyfamily)

    I guess it just wasn’t showing up for some reason, but now it is. Is there also a way to only have 1 or the other (navigation bar wise). I’d like to get rid of the bottom one – or at least change the grayish background over the home button to white..or get rid of the lines? Just trying to keep the site as “clean” as possible. Thank you!

    Here is the code to hide main navigation:

    .header-row-3 {
        display: none;
    }

    or get rid of the background of active link:

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        background-color: transparent;
    }

    or finally remove borders:

    .navbar-default {
        border: none;
    }

    Insert the code you need to Appearance → Customize → Additional CSS field.

    Best

    Thread Starter hearthealthyfamily

    (@hearthealthyfamily)

    Amazing! Those are super helpful. I went ahead and looked up online how to move the menu down and to the bottom right and also how to keep it to the right of my logo. Only problem now is on mobile the menu shows up as a little box with 3 lines…which would probably be okay, but…it is pushed down and hovering over my first blog post. I’m guessing it has something to do with me moving the menu down and to the right with

    .navbar-default {
    z-index: 9999999999999;
    position: relative;
    top: 115px;
    right: 25px;
    border: none;

    Thanks again so much for your help – sorry for so many questions.

    Sorry for the delay on response. Insert this code to Appearance → Customize → Additional CSS field:

    @media (max-width: 767px) {
        .logo .custom-logo-link {
            display: block;
        }
    
        .logo img.custom-logo {
            float: none;
        }
    
        .navbar.navbar-default {
            top: 0;
        }
    }

    It should fix mobile menu.

    Kind regards

    Thread Starter hearthealthyfamily

    (@hearthealthyfamily)

    I’ve decided I need to learn css ; )

    How would I remove the lines/borders from my footer?

    https://hearthealthyfamily.com/screen-shot-2019-01-24-at-1-53-58-am/

    That’s a very good decision, hearthealthyfamily. And it is not that complicated as it might seem. 🙂

    In the meantime try this CSS:

    .row.two-columns ~ hr {
    	display: none;
    }
    .row.footer-row-2 ~ hr {
    	display: none;
    }

    Just FYI, one line is in the blog feed and another one is in the footer.

    Kind regards.

    Thread Starter hearthealthyfamily

    (@hearthealthyfamily)

    Thank you so much – no wonder I couldn’t find it! =)

    The couple test recipes I have posted stopped displaying all of a sudden…when I click the links it just shows a white blank screen. Any ideas on that? Been trying to figure it out for hours.

    You’re welcome. 🙂

    If you’re referring to http://hearthealthyfamily.com/2018/12/11/test-recipe-3/ yes, the page is blank.
    Since you’re using the free Kale you must be using some plugin for the recipes?

    The white page means that there’s some conflict, and if you’ve updated any plugin before this happened you’ll need to do some troubleshooting.
    Start from temporarily disabling all plugins except Kirki and that one for the recipe.

    If the page shows up normally, start enabling plugins one by one while reloading the page, until it breaks again. Then you’ll know which one is causing it.

    If the recipe doesn’t show even after leaving only those two plugins active, try to temporarily switch the theme to one of Twenty-something standard WordPress themes and see what happens.

    Please let me know how it goes.

    Kind regards.

    Thread Starter hearthealthyfamily

    (@hearthealthyfamily)

    Will I lose all my kale options and changes to the layout I’ve made if I switch themes and then back to Kale? It is still white with just the recipe plugin enabled.

    Thread Starter hearthealthyfamily

    (@hearthealthyfamily)

    Just noticed my page, blog resources, isn’t showing up either. It just shows the widget at the bottom. When I go into wordpress and check the revisions, the “current” one shows the html for the information I had on the page (as if everything is fine and should be showing)

    Thread Starter hearthealthyfamily

    (@hearthealthyfamily)

    Ok, so when I did a live preview of the 2015 theme they worked. When I changed it to live preview of kale they weren’t working. =( . The blog resources page was not showing up when I clicked it during live preview on either one…but the recipes worked in 2015.

    Not sure if this helps or means anything, but…when I was in preview mode with kale and I clicked on a recipe…it just showed the pig loading icon and then ended up staying on the home page. When I clicked the Blog Resources link it actually went to a new page and it had the title and the footer widget I have for my email list…but there was no content (which i can still see as the most recent revision in my wordpress editor)

    Just switching the themes back and forth will not change any settings you’ve already done.

    Now, since you have the same issue with the blog resources not showing in either Kale or TwentyFifteen, could you install and activate https://wordpress.org/plugins/send-system-info/ and see what gets reported for PHP and MySQL versions?

    If any of those is below version 5.6.x please contact your hosting support and ask them to do the update. If that’s OK, i.e. MySQL is 5.6.x and PHP is 5.6.x or 7.x we’d need to take a closer look in order to resolve this.

    For that please go to https://www.lyrathemes.com/support/ and open a new support ticket.

    Kind regards.

    Thread Starter hearthealthyfamily

    (@hearthealthyfamily)

    =(

    PHP Version: 7.2.6
    MySQL Version: 5.6.39-cll-lve
    Web Server Info: Apache

    Thread Starter hearthealthyfamily

    (@hearthealthyfamily)

    Just noticed something…not sure if this means anything or has to do with my site security. I had to go about getting it secure a really weird way…I don’t even remember all the steps I took, but it took me tons of searching and trial and error. A link to my recipe http://hearthealthyfamily.com/2018/12/13/pumpkin-oatmeal-cookies/ is NOT secure. Could the white page be related to security or an issue with that?

    Ok weird…I just checked the others and they are secure…and then when I clicked on the link I just posted to you…it showed secure again.

Viewing 15 replies - 1 through 15 (of 16 total)

The topic ‘Logo on Pages?’ is closed to new replies.