• I am using Hueman 3.7.11 and I am satisfied, modyfying as I need. Recently I developed child theme to it.

    However, version 3.7.12 works good with Chrome, but didn’t work properly on any other browser like: Avast, FireFox or Edge. Browsers show multicolumn site sequentially.

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

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter Andrzej P.Urbański

    (@unjayec)

    Hueman has been now updated to version 3.7.15.
    But, it steel didn’t correctly update attribute “alt” in footer images(source view of running system where alt attribute is empty despite that in the form was filled):

    <div
    class="hu-pad group"><div
    class="grid one-half">
    <img
    id="footer-logo"  alt="" data-src="https://doktorb.it/wp-content/uploads/logoPP13tvn-s.png" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img
    id="footer-logo" src="https://doktorb.it/wp-content/uploads/logoPP13tvn-s.png" alt=""></noscript><div
    id="copyright"><p><strong><a
    href='https://doktorB.it'>Andrzej P.Urbański ? 2021. All Rights Reserved.</a></strong></p></div></div

    Source code from foorter.php file:
    <img id="footer-logo" src="<?php echo $_footer_logo_img_src; ?>" alt="<?php get_bloginfo('name'); ?>">
    Source code from general-template.php file:

    function get_bloginfo( $show = '', $filter = 'raw' ) {
    ...
    $output = get_option( 'blogname' );
    Theme Author presscustomizr

    (@nikeo)

    Hi @unjayec, this is another issue, please make sure you open a new support topic about this problem.
    Thank you!

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Hueman 3.7.12 destroy columns in many web browsers’ is closed to new replies.