• Page 1 of 2
  • 1
  • 2
  • »
Forum moderator: bigblog  
uCoz Community » Communication » uCoz Discussions » Ads From uCoz (Ad Covers my menu)
Ads From uCoz
VZ
Posts: 189
Reputation: 3

Message # 1 | 9:58 PM

Fix it in 2 Days or I will cover the add with my menu on top.
With
Code
z-index:99999999999999999999999;
  or  
iframe {
display:none;
}

Because either of those would work and i do NOT use iframes.

Hit that "Thanks" button. :)
In life there's ALWAYS limits but do not plan above them.
Post edited by VZ - Wednesday, 2014-05-28, 10:05 PM
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 2 | 11:12 PM
This particular concern of yours has been forwarded to the team.
Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
angry_jin
Posts: 53
Reputation: 0

Message # 3 | 5:18 AM
VZ, same problem,
the quieter you become, the more you are able to hear.
Sunny
Posts: 9296
Reputation: 456

Message # 4 | 3:31 PM
VZ, angry_jin, the appearance of the banner has been changed, and this is how it looks now. You have several options:
1. Change the location of the site menu (move it lower).
2. Pay for the ad banner removal.
3. Use the uCoz browser that displays uCoz websites without ads: Uran

I'm not active on the forum anymore. Please contact other forum staff.
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 5 | 7:12 AM
Is there a thread about the new look of the ad banner? It looks awesome and presentable. smile
Cyberdasm
Posts: 639
Reputation: 7

Message # 6 | 9:15 AM
Eriko, yes it is one also a very great update made this year..
1F4BF3B
Sunny
Posts: 9296
Reputation: 456

Message # 7 | 12:15 PM
Eriko, no, there isn't really much to say smile

Quote VZ ()
will cover the add with my menu on top.
With


Btw, I hope you do understand this is a serious violation of the uCoz Terms of Use that leads to website blocking.

I'm not active on the forum anymore. Please contact other forum staff.
angry_jin
Posts: 53
Reputation: 0

Message # 8 | 4:52 PM
Sunny, sunny we have no problem with but, just decrease its size as before it was,:)
the quieter you become, the more you are able to hear.
VZ
Posts: 189
Reputation: 3

Message # 9 | 7:41 AM
Quote Sunny ()
VZ, angry_jin, the appearance of the banner has been changed, and this is how it looks now. You have several options:
1. Change the location of the site menu (move it lower).
2. Pay for the ad banner removal.
3. Use the uCoz browser that displays uCoz websites without ads: Uran

4. uCoz should have left how it was.
In fact my menu is 50px in height and the ad is 40px;, if the menu gets moved the look/idea of the design will be ruined.
So for me option number 1 and 3 are pointless, Especially 2.
Either way i will find a way to get the UGLY ad out of the way.
For example,i will place it at the bottom and shrink the height.
Also, i can produce my own solution of having it stay away, by using cookies*.




*not a violation.

Hit that "Thanks" button. :)
In life there's ALWAYS limits but do not plan above them.
Post edited by VZ - Monday, 2014-06-02, 7:50 AM
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 10 | 9:22 AM
VZ, you can also learn to sound a little more respectful in the way you speak. I understand the new appearance of the ad banner may be frustrating, however, here on the forums I would please ask you try and keep it together.

As to your issue - why are you not able to add a 40px margin to the top of your website for users than aren't logged in? That to me would resolve your problem. I'm unable to see your template code so I can't offer further technical assistance on the matter.

The service is at any time allowed to change the appearance of the ad banner, and personally I would prefer the new banner, rather than the old one as it is more aligned with modern design trend. At the end of the day it is not me or Sunny who will have to deal with the repercussions of hiding or editing the banner in any form - we can simply advise you as we are best capable within our positions.

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
VZ
Posts: 189
Reputation: 3

Message # 11 | 3:08 AM
Quote Paradox ()
VZ, you can also learn to sound a little more respectful in the way you speak...

Respectful?, uCoz should be more respectful before they implement new design changes.
Example:
- Ucoz Ads
*Old Design
*New Design
Just as the new UID login option.
Quote Paradox ()
As to your issue - why are you not able to add a 40px margin to the top of your website for users than aren't logged in? That to me would resolve your problem. I'm unable to see your template code so I can't offer further technical assistance on the matter.

First of all, adding a margin to the top would cost me time.
Secondly, or the CSS code would be longer. Which means additional time to rewrite and restyle the design because margin-top:40px would make the whole page move down 40 pixels, means i add 40px to <div class="container">Where all the page content will be.</div> .container {margin-top:40px;} then iframe:first-child {top:0px;position:absolute;}.
The code would work but would not look professional.
Last of all, these problems give uCoz a bad reputation.

Paradox, try this http://god4life.tk/video and I think my blog has the same problem except the background color doesnt match, so it does not bother me[ http://www.god4life.tk/blog ]

Hit that "Thanks" button. :)
In life there's ALWAYS limits but do not plan above them.
Post edited by VZ - Tuesday, 2014-06-03, 3:13 AM
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 12 | 5:04 AM
Quote VZ ()

First of all, adding a margin to the top would cost me time.
Secondly, or the CSS code would be longer. Which means additional time to rewrite and restyle the design because margin-top:40px would make the whole page move down 40 pixels, means i add 40px to
Where all the page content will be.
.container {margin-top:40px;} then iframe:first-child {top:0px;position:absolute;}.
The code would work but would not look professional.


Code
<?if(!$USER_LOGGED_IN$)?><style>html {margin-top:40px;}</style><?endif?>
I just tested this in 30 seconds. Sometimes the simplest solution is the one that works. wink

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 13 | 2:43 PM
VZ, have you read the terms of use? You should probably read it first before doing something that can lead to the deletion of your website. If I were you, I'd be real careful with my words.
angry_jin
Posts: 53
Reputation: 0

Message # 14 | 3:33 PM
Wow. i m banned why?
Attachments: 1935232.jpg (28.0 Kb)

the quieter you become, the more you are able to hear.
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 15 | 3:56 PM
angry_jin, I don't understand what you're saying? In what manner are you banned? That looks like a temporary server error.
Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
uCoz Community » Communication » uCoz Discussions » Ads From uCoz (Ad Covers my menu)
  • Page 1 of 2
  • 1
  • 2
  • »
Search: