mobile header problem notification not working with it Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    mobile header problem notification not working with it

    Michael_vx
    Michael_vx
    Forumember


    Male Posts : 659
    Reputation : 29
    Language : Arabic and some English
    Location : Egypt

    mobile header problem notification not working with it Empty mobile header problem notification not working with it

    Post by Michael_vx October 12th 2016, 3:28 pm

    mobile header problem notification not working with it
    Code:

        <!DOCTYPE HTML>
        <html lang="{L_LANG_HTML}">
        <head>
            <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
            <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
            <!-- BEGIN switch_canonical_url -->
            <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
            <!-- END switch_canonical_url -->
            {META}
            {META_FAVICO}
            {T_HEAD_STYLESHEET}
            <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no,maximum-scale=1" />
            <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
            <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
            <script src="{JQUERY_PATH}" type="text/javascript"></script>
            <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
            <!-- BEGIN google_analytics_code -->
            <script type="text/javascript">
            //<![CDATA[
             var _gaq = _gaq || [];
             _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
             _gaq.push(['_trackPageview']);

            <!-- BEGIN google_analytics_code_bis -->
            _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
            _gaq.push(['b._trackPageview']);
            <!-- END google_analytics_code_bis -->

             (function() {
                var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
                ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
                var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
             })();
            //]]>
            </script>
            <!-- END google_analytics_code -->
            {HOSTING_JS}
        

        <!-- CSS Stylesheet -->
        <style type="text/css" id="vbulletin_css">
        /**
        * vBulletin 3.8.7 CSS
        * Style: 'النور اون لاين موبايل 3'; Style ID: 38
        */
        body
        {
            margin: 0;
            padding: 0px;
            text-align:center;
            -webkit-text-size-adjust:none;
        }
        .inlinemod
        {
            background: #FFFFCC;
            color: #000000;
        }
        .wysiwyg
        {
            background: #F5F8F2;
            color: #000000;
            font-size: 10pt;
            text-align:left;
        }
        textarea, .bginput
        {
            font-size: 12px;
            padding: 3px;
            width: 100%;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            margin: 5px 0 10px 0;
        }
        .bginput option, .bginput optgroup
        {
            font-size: 12px;
        }
        .button
        {
            color: #4B5E12;
            font-size: 9pt;
            border: 1px solid #6A775B;
            padding: 3px;
            background: #F5F8F2 url(http://www.elnooronline.com/vbskaka/forum/elnooronline-mob3/images/misc/gradient_tcat.gif) repeat-x top left;
            margin: 5px 0 5px 0;
          
        }
        select
        {
            background: #F5F8F2;
            font-size: 12px;
            padding: 3px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            margin: 5px 0 10px 0;
          
        }
        option, optgroup
        {
            font-size: 12px;
        }
        .smallfont
        {
            font-size: 14px;
        }
        legend
        {
            font-size: 15px;
        }

        @font-face {
            font-family: "NeoSans";
            font-style: normal;
            font-weight: normal;
            src: url("//:") format("no404"), url("http://www.elnooronline.com/vbskaka/forum/elnooronline-mob3/elnooronline-mob3/css/NeoSans-regular.ttf") format("truetype");
        }
        body .vBulletin_editor{background-color: #f0f0f0;
            border: solid 1px #ddd
        }
          .hd-logo {
            background-position: center center;
            background-repeat: no-repeat;
            display: block;
            float: right;
            height: 75px;
            width: 250px;
            background: url(http://i35.servimg.com/u/f35/18/97/04/56/217x8s10.png) top center no-repeat!important;
        }
          .des-coprt {
            background-repeat: no-repeat;
            display: block;
            height: 30px;
            margin: 0 auto;
            width: 193px;
           background: url(http://i21.servimg.com/u/f21/16/46/77/76/elnoor11.png) top center no-repeat!important;
        }
          
        /* ازالة الخط من تحت الردود */
        .postbody , .post{
          background: transparent; }
        .postbody:after {
          width: 0%;
          height: 0px;
          background-color: #fff;
          content: '\00a0';
          position: absolute;
          bottom: 0em;
          left: 0%;
          right: 0%;
        }
        /* اخفاء النافبار الاصلي */
        .mobile_title.application_header{
              display:none;
        }

        /* خلفية صندوق الرد  */
         textarea , .inputTxtContainer{  
        font-family:Tahoma;
        font-size:11px;
        font-style:normal;
        font-variant:normal;
        font-weight:normal;
        background:#fff;
        border:1px solid #e6e6e6;
        border-radius:5px 5px 5px 5px;
        color:#777;
        }
        body input[type="submit"]{margin:4px}
        .visitor_message_avatar_margin .list_no_decoration{text-align: center}
        .visitor_message_avatar_margin .list_no_decoration li{display: inline;margin: 0px 4px}
        </style>
        <link rel="stylesheet" type="text/css" href="http://www.elnooronline.com/vbskaka/forum/elnooronline-mob3/clientscript/vbulletin_important.css?v=387" />
        <!-- / CSS Stylesheet -->
        <script type="text/javascript">
        <!--
        var SESSIONURL = "";
        var IMGDIR_MISC = "elnooronline-mob3/misc";
        var vb_disable_ajax = parseInt("0", 10);
        // -->
        </script>
        <script type="application/x-javascript">

            if (!!navigator.userAgent.match(/.*Mobile.*Safari/))
            {
            addEventListener("load", function()
                {
                setTimeout(hideURLbar, 0);
                }, false);
            }

            function hideURLbar()
            {
                window.scrollTo(0, 1);
            }
        </script>
        <link href="http://www.elnooronline.com/vbskaka/forum/elnooronline-mob3/mob.css" rel="stylesheet" type="text/css">
        <link rel="stylesheet" href="elnooronline-mob3/css/slicknav.css" />
        <script type="text/javascript" src="http://www.elnooronline.com/vbskaka/forum/elnooronline-mob3/js/jquery.min.js"></script>
        <script type="text/javascript" src="http://www.elnooronline.com/vbskaka/forum/elnooronline-mob3/js/jquery.easing.1.3.js"></script>
        <script type="text/javascript" src="http://www.elnooronline.com/vbskaka/forum/elnooronline-mob3/js/modernizr.min.js"></script>
        <script type="text/javascript" src="http://www.elnooronline.com/vbskaka/forum/elnooronline-mob3/js/jquery.slicknav.js"></script>
        <script type="text/javascript" src="http://www.elnooronline.com/vbskaka/forum/elnooronline-mob3/js/js.js"></script>

        <body>

        <div id="top--bar">
            <ul class="rightlnks-">
                <li></li>
                <li>
                  <a href="/">الرئيسية</a>
                </li>
                <li>
                    <a href="http://www.sunnset.com/h30-page">تطبيقات</a>
                </li>

            </ul>
            <a href="#" id="shrch"></a>
            <div id="srchbox">
        <form action="search" method="post" style="margin:0px;padding:0px">
            <input type="hidden" name="do" value="process" >
            <input type="hidden" name="quicksearch" value="1" >
            <input type="hidden" name="childforums" value="1" >
            <input type="hidden" name="exactname" value="1" >
            <input type="hidden" name="s" value="" >
            <input type="hidden" name="securitytoken" value="guest" >
            <input type="text" class="bginput" name="search_keywords" tabindex="1001"  onblur="if(this.value=='')this.value='البحث في الموقع ..' " onfocus="if(this.value=='البحث في الموقع ..')this.value=''" type="text" value="البحث في الموقع .." >
            <input type="submit" class="button9" name="go" value="" tabindex="1004" title="إبحث" >
        </form>
        <span class="clr"><!--  --></span>
        </div>
        <ul class="socila-">
        <li><a href="#" title="تابعنا على انستقرام"></a></li>
        <li><a href="#" title="تابعنا على تويتر"></a></li>
        <li><a href="#" title="تابعنا على فيس بوك"></a></li>
        </ul>
        <span class="clr"><!--  --></span>
        </div>
        <div id="bgr_">
        <div id="mob-hd">
          <a href="/" class="hd-logo" title="الصفحة الرئيسية"></a>


        <span class="clr"><!--  --></span>
        </div>


        <ul id="menu">
        <li><a href="#">رابط نصي</a></li>
        <li><a href="#">رابط نصي</a></li>
        <li><a href="#">رابط نصي</a></li>
        <li><a href="#">رابط نصي</a></li>
        </ul>

        <ul class="usr-it">

        </ul>

        <span class="clr"><!-- --></span>





        <div class="page-margin">

        <!-- content table -->
        <div class="page">
        <div>



        <script type="text/javascript">
        <!--
        function log_out()
        {
            ht = document.getElementsByTagName("html");
            ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
            if (confirm('هل أنت متأكد برغبتك في الخروج من المنتدى؟'))
            {
                return true;
            }
            else
            {
                ht[0].style.filter = "";
                return false;
            }
        }
        //-->
        </script>

            <!-- BEGIN switch_user_logged_in -->
          <div class="nav_box">


        <div class="login-box">
              <div align="center" class="smallfont">
             <div>
           <strong><span style="color: Red;">{LOGGED_AS}</span></strong>
          

                </div>
              
                    <div>{LAST_VISIT_DATE}</div>
            
          
        <a href="http://feeds.feedburner.com/sunnset/qPNj"><font color="#000080">جديد: آخر الاخبار</font></a><font color="#000080"> <span lang="ar-sa">|</span>&nbsp; </font>
        <a href="/search?search_id=egosearch"> <font color="#000080">مشاركاتي</font></a><span lang="ar-sa"><font color="#000080">&nbsp; |&nbsp; </font></span>      
        <a href="/privmsg?folder=inbox"> <span style="text-decoration: none"><font color="#000080">الرسائل الخاصة</font></span></a>    
           <span class="clr"><!--  --></span>    
              </div>
          </div>
            </div>
            <!-- END switch_user_logged_in -->
            <!-- BEGIN switch_user_logged_out -->
        <div class="nav_box">
        <div class="login-box">
          
        <!-- login form -->
        <form action="login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
                <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=387"></script>
                <div class="usr-inpt">        <input type="text" class="bginput" name="username" id="navbar_username" accesskey="u" tabindex="101" value="اسم العضو" onfocus="if (this.value == 'اسم العضو') this.value = '';" ></div>
        <div class="usr-inpt pass-icon"><input type="password" class="bginput" name="password" id="navbar_password" tabindex="102" ></div>

              
                <label for="cb_cookieuser_navbar" class="rmmbr-"><input type="checkbox" name="autologin" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />حفظ البيانات؟</label>
                <input type="submit" name="login" class="button" value="دخول" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" >
                <input type="hidden" name="s" value="" >
                <input type="hidden" name="securitytoken" value="guest" >
                <input type="hidden" name="do" value="login" >
                <input type="hidden" name="vb_login_md5password" >
                <input type="hidden" name="vb_login_md5password_utf" >
                </form>  
                          <!-- END switch_user_logged_out -->
                          <!-- / login form -->

        <span class="clr"><!--  --></span>
        </div>


        <span class="clr"><!--  --></span>
        </div>

        <!-- / breadcrumb, login, pm info -->
        </head>
        <body>
            <!--div class="mobile_title">
                        <div class="mobile_title_content">{PAGE_TITLE}</div>
            </div-->
            <div id="mpage-body">
                <div id="top">
                <div class="mobile_title application_header">
                    {NAV_CAT_DESC}
                </div>
                <div style="padding-top:33px;">
            <!-- BEGIN html_validation -->
                </div>
                </div>
            </div>
        </body>
        </html>
        <!-- END html_validation -->
                        
                    

    the request owner cannot speak English so i`m requesting the help instead of him
    the problem owner wrote:بروفسير
    Michael_vx
    Michael_vx
    Forumember


    Male Posts : 659
    Reputation : 29
    Language : Arabic and some English
    Location : Egypt

    mobile header problem notification not working with it Empty Re: mobile header problem notification not working with it

    Post by Michael_vx October 14th 2016, 6:59 pm

    bump
    Michael_vx
    Michael_vx
    Forumember


    Male Posts : 659
    Reputation : 29
    Language : Arabic and some English
    Location : Egypt

    mobile header problem notification not working with it Empty Re: mobile header problem notification not working with it

    Post by Michael_vx October 16th 2016, 8:31 am

    ok
    close the topic to the Garbage
    no need for that request
    thanks and sorry for bothering
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19324
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    mobile header problem notification not working with it Empty Re: mobile header problem notification not working with it

    Post by Ape October 16th 2016, 3:26 pm

    Topic moved to the garbage.
    Please read our forum rules: ESF General Rules



    mobile header problem notification not working with it Left1212mobile header problem notification not working with it Center11mobile header problem notification not working with it Right112
    mobile header problem notification not working with it Ape_b110
    mobile header problem notification not working with it Ape1010