Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #469634

    Hi guys,

    I’ve been having an issue with the top pf every page on a site displaying always an empty small light blue bar.
    I would like to remove it so that the fullwidht slideshow image that is on the top displays ‘right’ on the top of the page, with nothing in between.
    Such an image is the first element on each page yet I always get the empty bar before.
    Can you check in my backend and fix this for me please? I’d really appreciate.

    You can see a sample here: http://vacationrentalworldsummit.com/alan-egan-2015/

    Thank you!

    #469848

    Hi Antonio!

    You have an iframe being inserted at the top of your site. If you did not add it yourself then deactivate all of your plugins and reactivate them one by one to see which one is adding it.

    Best regards,
    Elliott

    #470054

    Hi Elliot,

    Thank you for your prompt reply. Please see the comment below from a tech person who helps me out with the site.

    I don’t really know what that means nor how can I solve that. Can you look into it with the login credentials I sent you in my previous message?

    Thank you. Private content below:

    #470442

    Hey!

    It’s not from the theme. It’s most likely from some kind of google ads plugin or perhaps your site was hacked and someone added it in there. Deactivating all of your plugins and uploading a fresh copy of the theme will fix it.

    Or if you just want to hide it and forget about it then the following CSS will work.

    body > iframe:first-child {
      display: none;
    }

    Regards,
    Elliott

    #475376

    Problem solved! Thanks Elliott. You can mark this as closed.

    Antonio

    #475633

    Hi Antonio,

    Great, glad you got it fixed :-)

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Issue with top of the page’ is closed to new replies.