My Bukkitdev page is all weird?

Discussion in 'BukkitDev Information and Feedback' started by Sizableshrimp0, Jan 19, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Sizableshrimp0

    I went onto my bukkit plugin "MyEssentials" page and i wasnt logged into my account. On the right side where it says download and ticket is all the way down and there is a big chunk of opened space. My plugin is here: http://dev.bukkit.org/bukkit-plugins/myessentials/. Could somebody help me fix this because it seems to be on all my plugins.

    It also does it on all my files :(

    <Edited by bwfcwalshy: Merged posts, please use the edit button rather than double posting.>
     
    Last edited by a moderator: Jan 19, 2015
  2. @Sizableshrimp0 This is happening because you have something that is blocking ads. However, it does not remove the space where the advert should have been. I assume you have Curse premium - adverts are not displayed to premium users, and so that's why you didn't see the space when logged in. So don't worry about it, everything is fine :)
     
  3. Offline

    Sizableshrimp0

    But when im logged into my account the space is filled up but when im not in my account its just a blank space with no ad or anything?
     
  4. @Sizableshrimp0 As I said, this is because premium users do not experience ads. Do you have anything that would block ads?
     
  5. Offline

    Sizableshrimp0

    I reached 1000 downloads on MyEssentials so it gave me curse premium. Thats probably why thanks for the help AdamQpzm :)

    Oh one more question. If i go to other plugins like Essentials which have millions of downloads howcome the page isnt messed up there?

    <Edited by bwfcwalshy: Merged posts, please use the edit button rather than double posting.>
     
    AdamQpzm likes this.
  6. Offline

    Sizableshrimp0

    logged out
     
  7. @Sizableshrimp0 Your page is fine to me, logged in and out. Do you have something such as AdBlocker?
     
  8. Offline

    Sizableshrimp0

    I dont have any type of adblocker extension or anything on my computer :/ I also tried on my phone and it did the same thing while i was logged out.
     
  9. @Sizableshrimp0 Can you please provide a screenshot of what these 'weird' spaces look like?
     
  10. Offline

    Sizableshrimp0

    I put the picture here
     
  11. Offline

    lol768

    Please run the following in your browser's JavaScript console and provide the output:

    Code:
    console.log(document.querySelectorAll("body.with-ads").length)
    As has been previously suggested, it looks like something's preventing an ad from loading. This could be an ad-blocker, a missing plugin, a messed up ad, an AV program deciding an ad is malicious and shouldn't be loaded, a hosts file, router config etc.

    Instead of trying to make the ad load, you might be interested in a userstyle/script/addon that hides the blank spaces. Most of them have the ad-box class.
     
    Last edited: Jan 19, 2015
  12. Offline

    Sizableshrimp0

    I got this:
    Code:
    console.log(document.querySelectorAll("body.with-ads").length)
    0 VM112:2
    undefined
     
Thread Status:
Not open for further replies.

Share This Page