• After upgrade to version 3.6.1 is not displaying logo in header. Problem is probably in html tag ALT in IMG, whis is not closed and in this tag is displaying tag SRC.

    see my page sokollibcice.cz
    thnaks for advice or fix the template

Viewing 8 replies - 16 through 23 (of 23 total)
  • if you have set a page with the slider, try to edit the page yet, set the slider position in there and click Update

    KeithC2O

    (@keithbernardce)

    Hi

    3.6.2 – Not fixed completely
    Logo now shows but alt tag only contains part of name text

    <img id=”logo-image” class=”img-responsive” alt=”All” about swing src=”https://allaboutswing.co.uk/wp-content/uploads/2016/01/aas-logo-2.png”&gt;

    should be

    <img id=”logo-image” class=”img-responsive” alt=”All about swing” src=”https://allaboutswing.co.uk/wp-content/uploads/2016/01/aas-logo-2.png”&gt;

    (Strong/Bold is my emphasis for post in above code)

    Also Slider Position Above/Below in Customize makes no difference – always below

    Also slider not working – no images and css on text not working

    KeithC2O

    (@keithbernardce)

    Hi

    Just tried ediitng page and setting slider from default-below and now images and slider show but getting other boixes underneath!
    Using Parallex slider btw

    KeithC2O

    (@keithbernardce)

    Ok

    Worked out they were widgets in the Header 1 and 2 so edited and ok now
    Disabled Header widgets on page

    Thanks

    sorry about the bug, please open file in evolve\templates\header_v1.php and edit these lines, #42:

    echo "<div class='header-logo-container clearfix'><a href=" . home_url() . "><img id='logo-image' class='img-responsive' alt=" . get_bloginfo('name') . " src=" . $evolve_header_logo . " /></a></div>";
    } else {
    echo "<div class='header-logo-container'><a href=" . home_url() . "><img id='logo-image' class='img-responsive' alt=" .get_bloginfo('name') . " src=" . $evolve_header_logo . " /></a></div>";

    change to:

    echo "<div class='header-logo-container clearfix'><a href=" . home_url() . "><img id='logo-image' class='img-responsive' alt='" . get_bloginfo('name') . "' src=" . $evolve_header_logo . " /></a></div>";
    } else {
    echo "<div class='header-logo-container'><a href=" . home_url() . "><img id='logo-image' class='img-responsive' alt='" .get_bloginfo('name') . "' src=" . $evolve_header_logo . " /></a></div>";

    will be fixed in the next version ??

    KeithC2O

    (@keithbernardce)

    Thanks alt correct now ??

    Hi Romik

    Thanks for the update, logo and bootstrap works on 3 sites using evolve lite. Only issue on one of the site is I got the bootstrap template pictures and description instead of my customized info and pictures. Any insight on how to retrieve customization before update?

    Don’t want to go to ISP to request a restore from 3 days ago. Most of the time they mess-up things even more.

    Thanks

    Dear Romik,
    Thanks very much for the header php code. I changed in my version 3.6.1 and now I have the logo again.
    (the bootstrap slider worked as I had it below menu).
    Thanks for your efforts.

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘Logo is not displayed in version 3.6.1’ is closed to new replies.