Angeló Posted March 3, 2012 Share Posted March 3, 2012 You know this ad on top of the Gallery page ?? I've been told there's a code to remove it ... does anyone have that code ?? Quote Link to comment Share on other sites More sharing options...
April Posted March 3, 2012 Share Posted March 3, 2012 I don't believe you can hide ads. You can only have ads removed when you buy premium. It's how Neopets makes money. Quote Link to comment Share on other sites More sharing options...
Aalnius Posted March 4, 2012 Share Posted March 4, 2012 yeh i think you can get frozen or atleast warned for removing ads from pages Quote Link to comment Share on other sites More sharing options...
Angeló Posted March 4, 2012 Author Share Posted March 4, 2012 no .. if you check the gallery spotlight winners , most of them have the Ad removed for layout display purposes Quote Link to comment Share on other sites More sharing options...
barkie Posted March 4, 2012 Share Posted March 4, 2012 Seems ironic that they advertise PLAY NOW for Keyquest and you cannot even load the game...Get it right for gawds sake Maybe you could neomail some of the gallery spotlight winners as they may be able to help you with the code Quote Link to comment Share on other sites More sharing options...
Angeló Posted March 4, 2012 Author Share Posted March 4, 2012 I tried , Barkie ... but you're not allowed to post code in a neomail :mellow: Quote Link to comment Share on other sites More sharing options...
Rune Valentine Posted March 4, 2012 Share Posted March 4, 2012 This: #ad-slug-wrapper, .brand-mamabar, #ban, .adBox2, .ad_wrapper_fixed{display:none;} Should work. If not, can you post your code here (or PM me) so I can see what's going on with it? Quote Link to comment Share on other sites More sharing options...
Angeló Posted March 4, 2012 Author Share Posted March 4, 2012 thank you :) it did work .. but it cut off the whole top of the page as well Quote Link to comment Share on other sites More sharing options...
Rune Valentine Posted March 5, 2012 Share Posted March 5, 2012 Adding: margin-top:80px; to your header tag should fix it :) Quote Link to comment Share on other sites More sharing options...
Angeló Posted March 5, 2012 Author Share Posted March 5, 2012 can you please show me where to add this last bit ? I'm afraid I'm completely clueless when it comes to code .. here's the part where the header is <style>// *{} #ad-slug-wrapper, .brand-mamabar, #ban, .adBox2, .ad_wrapper_fixed{display:none;} img{border:none;} img.footerNifty,#footer,.footerForm {display:none;} .hdr,hr, #nst, #ban,#m,#n,#mb{display:none;} .adbox,#ban,#ban_bottom,.ad_wrapper_fixed, .adBox2,.footOverlay{display:none} .user, .eventIcon {display:none} .sidebar {display:none; background:none;} #header{background:#F7E3AA url('http://img.photobucket.com/albums/v116/solid_119/bgs/TheMusicRoomHeader.jpg') no-repeat;height:421px;width:725px;border-bottom:1px solid black;top:10px;left:10px;} Quote Link to comment Share on other sites More sharing options...
Rune Valentine Posted March 5, 2012 Share Posted March 5, 2012 Whoops - wasn't familiar with how much you knew with coding :( Sorry about that xD I assumed you were OK with code - your gallery is pretty well-coded! <style> // *{} #ad-slug-wrapper, .brand-mamabar, #ban, .adBox2, .ad_wrapper_fixed{display:none;} img{border:none;} img.footerNifty,#footer,.footerForm {display:none;} .hdr,hr, #nst, #ban,#m,#n,#mb{display:none;} .adbox,#ban,#ban_bottom,.ad_wrapper_fixed, .adBox2,.footOverlay{display:none} .user, .eventIcon {display:none} .sidebar {display:none; background:none;} #header{background:#F7E3AA url('http://img.photobucket.com/albums/v116/solid_119/bgs/TheMusicRoomHeader.jpg') no-repeat;height:421px;width:725px;border-bottom:1px solid black;top:10px;left:10px;margin-top:80px;} That should work now! Adding margin-top: 80px; to #header will push it down enough to show everything :) If it still looks weird to you, just adjust 80px more or less. Quote Link to comment Share on other sites More sharing options...
Angeló Posted March 5, 2012 Author Share Posted March 5, 2012 oh , right ... over there in the end ... thanks a lot ... you are really helpful :) Quote Link to comment Share on other sites More sharing options...
MaraquanEyrie Posted March 7, 2012 Share Posted March 7, 2012 Angelo did this work for you? I kept getting an error saying that margin-top and display were disallowed. Kaie is there another way to shift everything down past the ads? Or does this coding only work in a gallery I would like to shift everything down in my shop. Quote Link to comment Share on other sites More sharing options...
Rune Valentine Posted March 7, 2012 Share Posted March 7, 2012 Angelo did this work for you? I kept getting an error saying that margin-top and display were disallowed. Kaie is there another way to shift everything down past the ads? Or does this coding only work in a gallery I would like to shift everything down in my shop. Shop filters are vicious because of scammers, so it doesn't accept 'margin' in the code. You could, however, use padding-top: 10px; (or however much you need to push everything down). Padding works for shops (I've had to do this a couple of times for friends >_>) :) If you're having a hard time finding where exactly to put this code, PM me your shop code and I'll have a look at it. Quote Link to comment Share on other sites More sharing options...
SuperAttackPea Posted March 7, 2012 Share Posted March 7, 2012 yeh i think you can get frozen or atleast warned for removing ads from pages lol no, just use adblock and noscript. Problem solved Quote Link to comment Share on other sites More sharing options...
Angeló Posted March 13, 2012 Author Share Posted March 13, 2012 the code which Kaie posted worked just fine for me :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.