Neler yeni

Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.

  • Forumdan daha fazla yararlanmak için, profilinizi telefon numaranız 📱 ile doğrulayın ve daha ayrıcalıklı olun 😉
    Daha fazla bilgi!

Çözüldü Anlamsız Sayılar

Bu sorun verilen destek sayesinde çözüme ulaştırılmıştır.

aleov

xFanatik
Kullanıcı
Katılım
24 Eki 2018
Mesajlar
224
Sitemin ana sayfasında çıkan bu sayılar ne anlama geliyor bilen var mı?
 

Ekli dosyalar

  • IMG_6140.PNG
    IMG_6140.PNG
    10.6 KB · Görüntüleme: 46
Kod:
/* unfurl left border color colors */
.bbCodeBlock--unfurl {
    border-left: 2px solid rgb(37,119,177);
}
/* Push notification colors */
.notice-content {
    background: rgb(37,119,177);   
}
.notice.notice--accent a:not(.button--notice) {
    color: yellow;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: rgb(20,20,20);
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(40,40,40);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(67,67,67);
}
.memberHeader-content {
color: white;
}
.hasCover a, .hasCover .contentRow-lesser, .hasCover .pairs>dt {
    color: rgba(112, 170, 201, 0.90) !important;
}
.pairs>dt {
    color: rgba(112, 170, 201, 0.90) !important;
}
.avatar-update {
    background: rgb(205,125,14) !important;
}
/*  XENPORTA BLOCK TITLE COLOR  */
.block-header a {
    color: rgba(255, 255, 204, 0.75);
}
#discord-widget .widget-theme-light .widget-body, #discord-widget .widget-theme-light .widget-footer {
    background-color: #000 !important;
}
/*  XenPorta changes  */
.porta-block-author .porta-author-image img {
    display: block;
    max-width: 125px;
}
.porta-block-author .porta-author-byline {
    max-width: 100% !important;
}
.porta-date-block {
    border: 1px solid rgba(252, 252, 252, 0.25) !important;
}
.porta-block-author .porta-author-byline {
    width: 100%;
    max-width: 300px;
}
/********** Shades of Grey CSS additions **********/
.blockMessage.blockMessage--error {
    border-left: 3px solid #fff;
    background: green;
    color: #fff;
}
.blockMessage--error.blockMessage--iconic:before {
    color: #fff;
}
.p-footer {
    background: #141414;
}
.p-footer a {
    color: rgba(255, 255, 204, 0.8) !important;
}
.p-footer-copyright {
    color: rgb(222, 222, 222);
}
/* Buttons Links */
.button.button--link, a.button.button--link {
    background: #141414;
    border-style: solid;
    border-color: rgb(34,34,34);
}
/* Scroll Buttons */
.button.button--scroll, a.button.button--scroll {
    background: rgb(37,119,177);
    color: #fff !important;
}
/* New Posts & Posts Threads Buttons */
.button, a.button {
    background: rgb(37,119,177);
    border: transparent;
    color: #fff !important;
}
.button:hover {
    background: rgb(70,70,70) !important;
}
.button:focus {
    background: rgb(70,70,70) !important;
}
.select2 .select2-selection ul .select2-search .select2-search__field {
    color: #fff;
}
.node--unread .node-icon i::before {
    color: rgba(242, 147, 13, 0.70);
}
.block-row.block-row--separated + .block-row {
    border-top: 1px solid rgba(252, 252, 252, 0.12);
}
.menu-separator {
    border-top: 1px solid rgba(70, 70, 70, 0.75);
}
/* Border between sticky/normal threads */
.structItemContainer-group--sticky {
    border-bottom: 1px dashed;
    color: rgb(194,117,10);
}
.structItem-status--sticky::before {
    color: green;
}
/* Editor Code Entry in Posts */
.CodeMirror pre {
    color: rgb(222, 222, 222) !important;     
}
.CodeMirror-gutters {
    background-color: green !important;
}
.CodeMirror-linenumber {
    color: rgb(222, 222, 222) !important;
}
/* Flash Message */
.flashMessage {
    background-color: green !important;
    color: rgb(222, 222, 222) !important;
}
/* Code Editor Cursor color */
.CodeMirror-cursor {
    border-left: 1px solid rgb(222, 222, 222) !important;
}

/* Hightlight text color */
.fr-wrapper ::-moz-selection {
    background: green;
    color: white;
}
.fr-wrapper ::selection {
    background: green;
    color: white;
}
/* Block Tab Header */
.block-tabHeader {
    color: rgb(222,222,222);
    background: rgb(23,23,23);
    border-bottom: 1px solid #2f2f2f;
    font-size: 0;
}
.block-tabHeader .tabs-tab {
    border-bottom: 3px solid transparent;
        font-size: 15px;
}
.block-tabHeader .tabs-tab:hover {
    color: #fff;
    background: rgb(44,44,44);
}
.block-tabHeader .tabs-tab.is-active {
    background: transparent;
    font-size: 15px;
    color: rgba(242, 147, 13, 0.90);
    border-color: #cacaca;
    border-bottom: 3px solid rgba(242, 147, 13, 0.90);
}
.block-tabHeader .hScroller-action.hScroller-action--start {
    background: rgba(67,67,67,0.75);
    background: linear-gradient(to right, rgba(67,67,67,0) 0%, rgba(11,11,11,0.75) 33%);
}
.block-tabHeader .hScroller-action.hScroller-action--end {
    background: rgba(67,67,67,0.75);
    background: linear-gradient(to right, rgba(67,67,67,0) 0%, rgba(11,11,11,0.75) 33%);
}
/* Rating Stars color [not selected] */
.br-theme-fontawesome-stars .br-widget a:after {
    color: grey;
}
/*  Editor background  */
.fr-element {
    background: rgb(35,35,35);
}
/*  Editor character count  */
.fr-box .fr-counter {
    color: #fff !important;
    background: rgb(29,29,29) !important;
    border-top: solid 0px rgb(205,125,14) !important;
    border-left: solid 0px rgb(205,125,14) !important;
}

<xf:comment> ONEK CSS Tanimi </xf:comment>
.onek_makale {
    color: rgba(255,255,255,0.8);
    border-radius: 3px;
    display: inline-block;
    position: relative;
    font-size: 90%;
    padding: 0 5px 0 32px;
    cursor: pointer;
    font-size: 80%;
    font-weight: normal;
    &:before {
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        border-top-right-radius: 30px;
        border-right: 4px solid rgba(0, 0, 0, 0.1);
        top: 0;
        bottom: 0;
        left: 0;
        padding: 2px 2px 2px 2px;
        width: 20px;
        .m-faBase();
    }
}


<xf:comment>  ONEK CSS Tanimi </xf:comment>
.makale {
    background-color: #2577B1;
}
.makale:before {
    content: "\f1d8";
}

<xf:comment> ONEK CSS Tanimi </xf:comment>
.onek_kitap {
    color: rgba(255,255,255,0.8);
    border-radius: 3px;
    display: inline-block;
    position: relative;
    font-size: 90%;
    padding: 0 5px 0 32px;
    cursor: pointer;
    font-size: 80%;
    font-weight: normal;
    &:before {
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        border-top-right-radius: 30px;
        border-right: 4px solid rgba(0, 0, 0, 0.1);
        top: 0;
        bottom: 0;
        left: 0;
        padding: 2px 2px 2px 2px;
        width: 20px;
        .m-faBase();
    }
}


<xf:comment>  ONEK CSS Tanimi </xf:comment>
.kitap {
    background-color: #cd5555;
}
.kitap:before {
    content: "\f02d";
}
 
Sitenizin adresini atarsanız eğer daha kolay yardımcı olabiliriz. Büyük ihtimalle bir tasarıma bağlı PHP kodlarının tasarımını sildiniz.
 
Bu tip sorunlar canlı sitede görmeden cevaplanabilecek sorunlar değil. Onun için yardım isterken sitenizin linkini de verin ki kodlara bakıp bir çözüm bulabilelim.
 
Bu tip sorunlar canlı sitede görmeden cevaplanabilecek sorunlar değil. Onun için yardım isterken sitenizin linkini de verin ki kodlara bakıp bir çözüm bulabilelim.


Buyrun site adresim: aciklisederslerim.com burada da aynı sorun var tıkladığınızda ana sayfada göreceksiniz.
 
Verdiğiniz linkte bir hata göremiyorum.
 
Kırmızı çizgiyle işaretledim
 

Ekli dosyalar

  • capture-20190202-182734.png
    capture-20190202-182734.png
    97.4 KB · Görüntüleme: 25
Orası bizde görünmüyor.
 

Ekli dosyalar

  • Capture9.JPG
    Capture9.JPG
    140.5 KB · Görüntüleme: 8

Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.