• 28-07-2024, 20:32:32
    #1
    Merhaba,

    aşağıdaki çerez bildirimini kullanıyorum. Andorid de kapat dediğim de bir daha çıkmıyor. Ancak ios da malesef ekran yenilendiğinde tekrar çıkıyor.

    neden kaynaklıdır acaba?

    <p id="cookie-notice">Bu web sitesi, en iyi deneyimi sağlamak için çerezleri kullanır. Daha fazla bilgi için lütfen <a rel="nofollow noreferrer ugc" href="cerez-politikasi" style="text-decoration: none; font-weight: bold; color:#fff;">Çerez Politikamızı</a> okuyun.<br><button onclick="acceptCookie();">Kapat</button></p>
    2
    <style>#cookie-notice{color:#fff;font-family:inherit;background:#596cd5;padding:20px;pos ition:fixed;bottom:10px;left:10px;width:100%;max-width:300px;box-shadow:0 10px 20px rgba(0,0,0,.2);border-radius:5px;margin:0px;visibility:hidden;z-index:1000000;box-sizing:border-box}#cookie-notice button{color:inherit;background:#3842c7;border:0;p adding:10px;margin-top:10px;width:100%;cursorointer}@media only screen and (max-width:600px){#cookie-notice{max-width:100%;bottom:0;left:0;border-radius:0}}</style>
    3
    <script>function acceptCookie(){document.cookie="cookieaccepted=1; expires=Thu, 18 Dec 2030 12:00:00 UTC; path={PHP.cfg.mainurl}",document.getElementById("c ookie-notice").style.visibility="hidden"}document.cookie .indexOf("cookieaccepted")<0&&(document.getElement ById("cookie-notice").style.visibility="visible");</script>
  • 28-07-2024, 20:34:38
    #2
    www.sabamedya.com
    İos ta bahsettiğiniz sorun gözükmğyor bende tek sefer çıkıyor.
  • 02-08-2024, 21:59:01
    #3
    Bende kaybolmuyor nedense?