• Hi there to the team,

    After updating to version 3.3.8, the header advertising widget has stopped displaying (in mobile devices – iPhones & iPad).

    In one of the old threads BD Brown had sorted out this issue for me (for a previous version of Hueman and it was working fine until the last update) with the following CSS:

    /* always display header widgets */
    #header-widgets {
        display: block !important;
    }
    #header-widgets {
        max-width: 728px;
        width: 100%;
    }@media only screen and (max-width: 728px) {
      #header-widgets {
        display: block !important;
      }
    }
    /* changes for iPad viewport */
    @media only screen and (max-width: 1200px){
        /* remove top padding */
        #header .pad {
            padding-top: 0;
        }
        /* adjust and center title */
        .site-title {
            padding: 30px 0;
            width: 100%;
            float: none;
            line-height: 50px;
        }
        .site-title a {
            text-align: center;
        }
        /* hide description */
        .site-description {
    	display: none;
        }
        /* center ads widget container */
        #header-widgets {
            max-width: 728px;
            width: 100%;
    	float: none;
    	margin: 0 auto;
        }
    }

    The code above made the header widget ad appear & properly centered on all the devices – Desktop, mobile & tablets. But after updating to 3.3.8 the header ad widget is not appearing at all. (in mobile & tablets) Here & Here.

    The header ad widget is a very prominent advertising position in all devices particularly in mobile & tablet.

    Any help in this regard is very much appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Deb M

    (@papul)

    Hi there,

    I have placed a simple html image code in the header widget.

    <a href="https://www.pinkblue.in" target="_blank"><img class="aligncenter size-full" src="https://popspics.files.wordpress.com/2017/04/one-stop-shop.png" width="728" height="90" /></a>

    Upon checking, the ads are visible only on Desktop or laptop. But not visible on mobile or tablets. See the Screencast

    I hope I was able to explain the issue.

    Waiting for your suggestion.

    Regards.

    Theme Author presscustomizr

    (@nikeo)

    A fix is on the way for version v3.3.9

    Thread Starter Deb M

    (@papul)

    @nikeo

    Thank your very much Mr.Nicolas.

    A great many thank for providing a great theme.

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Version 3.3.8 issue : Header Widget Not Displaying’ is closed to new replies.