• Theme Author Sami Keijonen

    (@samikeijonen)


    Hi all.

    Soon you’ll get an update of Toivo Lite theme.

    The biggest change is that theme is now using WordPress Custom Logo feature. Before logo was from Jetpack plugin.

    Unfortunately you might need to set up your logo again.

    1. Go to Appearance >> Customize
    2. In there go to Site Identity
    3. Click Change logo and select your logo again
    4. Save & Publish

    List of all updates.

    • Update using WordPress Custom Logo feature. Before logo was from Jetpack.
    • Update media grapper script.
    • Update theme tags.
    • Fix skip to content script.
    • Remove rel=”designer” from the footer.
    • Add theme support for refresh widgets.
    • Update screen-reader-text class by adding word-wrap: normal.
    • Update screenshot.png.
Viewing 9 replies - 1 through 9 (of 9 total)
  • Doesn’t work.

    Any other solution? My customer is going nuts…

    Theme Author Sami Keijonen

    (@samikeijonen)

    In what way it doesn’t work on your end?

    I did what you said and still no logo.

    The site is:

    https://bethnalgreenmetalworks.co.uk

    Here are the changes I have made to CSS

    }

    .site-title a {
    border-color: #ffffff;
    https://bethnalgreenmetalworks.co.uk/wp-content/uploads/2016/11/Logo6.png
    }

    .site-logo, .site-header .avatar {
    border: none; !important
    }
    .site-logo, .site-header .avatar {
    margin-top: 0px; !important
    }
    .site-logo, .site-header .avatar {
    margin-top: 5em; !important
    max-width: 400px; !important
    max-height: 400px; !important
    position: relative; !important
    }
    .site-logo, .avatar, .entry-testimonial img, img.attachment-toivo-testimonial {
    border-radius: 0%; !important
    }

    .top-menus-disabled #top-header {
    height: 0px; !important
    }

    h1, .site-title {
    font-size: 0px; !important
    }

    .site-title a {
    border-color: #fff0;
    visibility: hidden;
    }

    .site-logo, .site-header .avatar {
    margin-top: 1em;
    max-width: 250px !important;
    max-height: 250px !important;
    position: relative;
    }

    .custom-header-image .site-branding {
    padding: 0px 0;
    margin-bottom: 40px;
    margin-top: 40px;
    }

    .site-title, .site-title a, .site-description, .site-description a {
    color: #000; !important
    }

    .entry-inner, #comments, .layout-1c #sidebar-primary {
    padding: 0% 6%;
    margin-bottom: 5%;
    }

    #top-header {
    border-bottom: 6px solid #fff;
    }

    .home #content > .wrap {
    padding-top: 1%;
    }

    #menu-primary a {
    color: #002594;
    }

    element {
    }
    .site-header
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
    }

    #top-header {
    background: #6f9cb9;
    }

    .widget-title, .widgettitle {
    border-bottom: 2px solid #002594;
    }

    a, a:visited, #top-header {
    color: #002594 !important;
    }

    element {
    background-image: url(https://bethnalgreenmetalworks.co.uk/wp-content/uploads/2016/11/Header-7.jpg); !important
    }

    Theme Author Sami Keijonen

    (@samikeijonen)

    Do you have header.php file in your child theme?

    There are two spots where is new code for WP logo feature, here and here.

    After that we might need to fix your styles also.

    That just broke the site

    I need to fix this asap, I am in danger of losing my customer (£360 per year) and I look incompetent.

    Parse error: syntax error, unexpected ‘id’ (T_STRING) in /home/beth/public_html/wp-content/themes/bethnal_greenmw/header.php on line 29

    OK, I’ve managed to fix this now.

    Thanks for your help.

    Theme Author Sami Keijonen

    (@samikeijonen)

    OK, I’ve managed to fix this now.

    Good to hear!

    In future reference make all modifications in your own localhost (own computer) first. Then when everything is working you can move modifications to live site.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Toivo Lite updated – you might have to set up logo again’ is closed to new replies.