• Resolved Deb M

    (@papul)


    Hi,
    We are using the header ad widget to place responsive ad codes – but the ads don’t appear.
    When replaced with non responsive 728×90 ad code – Ad appears. But when seeing in Mobile the Header Ad Widget does not appear at all.

    Question – How can we place responsive ad codes in the header ad widget and it works ? A solution will be appreciated and thank you for a great theme.

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

    (@papul)

    Hi I checked that link and tried the codes.
    What I noticed the following – in relation to ad codes

    1)only 728 x 90 ad codes appear when placed alone. But they don’t obviously resize as per the device thus don’t look good.
    2)then I put only the responsive ad codes – but the ads don’t appear at all.
    3)then I put both the 728×90 ad code and the responsive ad code together and both ads appear but they are still not responsive.

    I hope I explained the issue properly. Hoping for suggestion to sort out the issue.

    Thread Starter Deb M

    (@papul)

    If I can get a clear instructions on how to implement the codes, I will be tankful.

    Thread Starter Deb M

    (@papul)

    Point 2 is needed to resolve issue – The header widget doesn’t seem to support the responsive ad codes. They don’t appear at all after placing.

    I don’t believe it’s designed to be responsive. That’s why the default is to hide it on mobile viewports.

    Thread Starter Deb M

    (@papul)

    Hi there ,

    I tried these Custom CSS codes using a Simple Custom Code Plugin. I used responsive ad codes.
    Seems to be working. I hope some one from the developer team checks and verifies this.

    #header-widgets {
        max-width: 728px;
        width: 100%;
    }
    @media only screen and (max-width: 728px) {
      #header-widgets {
        display: block !important;
      }
    }

    It does 2 things –
    Centres the website Name
    The Responsive Ads appear now in all devices.

    Request – I request the developer team to verify this and also give a more easier solution to the issue.

    Thank you again for the theme and the support.

    Thread Starter Deb M

    (@papul)

    Hi there, Any inputs on the codes I used.
    Is there any easier way to achieve the results ?

    Or can you suggest me whether to simplify the codes I used more as I am a beginner in Coding.

    At this time your solution is probably the easiest since you don’t have to modify the theme templates. It’s straight-forward and, if it works, I’d just use it.

    Thread Starter Deb M

    (@papul)

    Well I hope The Excellent Team behind Hueman gives a direct solution to it in the next update. Cheers !

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Header Ad Widget Does not support resposive Code and Does not Work in Mobiles’ is closed to new replies.