View Single Post
Old 04-05-2020, 02:07 PM  
GoCastaway
Confirmed User
 
Industry Role:
Join Date: Feb 2017
Posts: 829
Quote:
Originally Posted by drexl View Post
This is patch work and totally ridiculous obviously but ...

Example banners YOU can use as a webmaster if you don't have Custom CSS enabled*

Place these in the footer section (the only place you can write code that will show up on all pages):

Code:
<!-- top banner (works against siswet overlay near official sign up) -->
<p style="top:0px;margin:0 auto;width:100%;position:fixed;z-index:3399;"><a href="https://chaturbate.com/accounts/register/"><img style="float:right;margin-right:261px" src="https://ssl-ccstatic.highwebmedia.com/affiliates/banners/728x90-2.gif" /></a></p>

<!-- left banner -->
<p style="top:130px;margin:0 auto;height:100%;position:fixed;z-index:3399;"><a href="https://chaturbate.com/accounts/register/"><img style="float:left" src="https://ssl-ccstatic.highwebmedia.com/affiliates/banners/cb_s120x600_01.jpg" /></a></p>

<!-- bottom banner (works against clara chan floating banner) -->
<p style="bottom:0px;margin:0 auto;width:100%;position:fixed;z-index:3399;"><a href="https://chaturbate.com/accounts/register/"><img style="float:right;margin-right:261px" src="https://ssl-ccstatic.highwebmedia.com/affiliates/banners/728x90-2.gif" /></a></p>
etc...

BONUS: the top one protects you from siswet current banner currently linking to her wl thus bypassing all 'first cookie win' rules (until she or one of her servile subordinates reads this). Likewise for clara chan (aka CC_) and bottom banner.

*This is for illustration purposes only, create a test whitelabel, don't use on the production one right away. Change the images and links accordingly , obviously. Oh and you need to find a way to not display those on mobile... If anyone knows how to do it using inline css...
Maybe make it a <div> instead of a <p>?

This is the standard css way to display on desktop or mobile:

<div id=”content-desktop”>
This is the content that will display on DESKTOPS.
</div>

<div id=”content-mobile”>
This is the content that will display on MOBILE DEVICES.
</div>
GoCastaway is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote