Trainerswall.com

Webside score Trainerswall.com

 Genereret September 01 2013 14:12 PM

Gammel data? OPDATER !

Scoren er 57/100

SEO Indhold

Titel

Trainers Wall |

Længde : 15

Perfekt, din titel indeholder mellem 10 og 70 bogstaver.

Beskrivelse

Længde : 0

Meget kritisk. Vi kan ikke finde en meta beskrivelse på dit website! Brug denne gratis meta generator til at lave beskrivelser.

Nøgleord

Dårligt! Vi kan ikke finde nogle meta nøgleord på din side! Brug denne gratis online meta generator for at oprette nye nøgleord.

Og Meta Egenskaber

Godt, din side benytter Og egenskaberne

Egenskab Indhold
locale en_US
type website
title Trainers Wall -
url http://www.trainerswall.com/
site_name Trainers Wall

Overskrifter

H1 H2 H3 H4 H5 H6
0 0 4 0 0 0
  • [H3] Login\n\t \tLogout\n\t \tLost Password\n\t \tReset Password\n\t\t\tRegistration Form\n\t\t\tUnder maintenance\n\t\t\n\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\tUnder maintenance\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tUsername\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tPassword\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t Remember Me\n\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tx\n\t\t\t\t\t \n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tUsername or E-mail:\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tNew password\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tConfirm new password\n\t\t\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\tStrength indicator\n\t\t\t\t\tHint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! \" ? $ % ^ & ).\n\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\tUser registration is currently not allowed.\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\n\t\t\tLost your password?\nLog in\nLost your password?\nTerms of Service\nSign Up\n\n\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\t\n\t\n\n"; $(login_form) .hide() .appendTo('body') ; var options = { show:false }; $('#rh-modal-login').modal(options); $('#rh-modal-login').on('hide',function(){ $('.action-section').hide(); }); $('#rh-modal-login').on('hidden',function(){ $('.action-login' ).show(); }); $('#rh-modal-login').on('shown',function(){ if( $('#login-user_login').is(':visible') ){ $('#login-user_login').trigger('focus'); }else if( $('#register-user_login').is(':visible') ){ $('#register-user_login').trigger('focus'); } else if( $('#lost_password_user_login').is(':visible') ){ $('#lost_password_user_login').trigger('focus'); } }); $('#rh-modal-login').on('show',function(){ $('#rh-modal-login').find('.alert').remove(); $('#login-user_login,#user_pass').val(''); $('.action-section').hide(); $('.action-login' ).show(); var rel = $('#rh-modal-login').data('rhl'); if(rel){ var uri = parseUri( rel ); if(uri && uri.queryKey){ if(uri.queryKey.redirect_to ){ $('#rh-modal-login').find('input[name=redirect_to]').val( unescape(uri.queryKey.redirect_to) ); } if(uri.queryKey.action){ $('.action-section').hide(); $('.action-' + uri.queryKey.action ).show(); if('logout'==uri.queryKey.action && 'undefined'==typeof(uri.queryKey.showonly) ){ var args = { 'rhl_action':'logout', 'action':'logout', '_wpnonce':uri.queryKey._wpnonce||'', 'redirect_to': uri.queryKey.redirect_to?unescape(uri.queryKey.redirect_to):ajax_url }; $.post(ajax_url,args,function(data){ if(data.R=='OK'){ window.location = data.redirect_to; } },'json'); } } } } }); //login action $('#rhl_dologin').on('click',function(e){ var btn = this; var jbtn = $(this); $('#rh-modal-login').find('.alert').remove(); $('.rhl-spinner').fadeIn(); jbtn.button('loading'); var args = { 'rhl_action':'login', 'data':$('#loginform').serialize() }; $.post(ajax_url,args,function(data){ jbtn.button('reset'); if(data.R=='OK'){ $('#rh-modal-login').modal('hide'); if(data.redirect_to && data.redirect_to!=''){ window.location = data.redirect_to; }else{ location.reload(); } }else if(data.R=='ERR'){ var _msg = 'x'+data.MSG+''; $('#rh-modal-login').find('.modal-body').prepend(_msg); replace_wp_login(); }else{ $('#rh-modal-login').find('.modal-body').prepend('Unknown error, please reload page and try again.'); } $('.rhl-spinner').hide(); },'json'); }); //lost password action $('#rhl_lostpassword').on('click',function(e){ var btn = this; $('#rh-modal-login').find('.alert').remove(); $('.rhl-spinner').fadeIn(); $(btn).button('loading'); var args = { 'rhl_action':'lostpassword', 'data':$('#lostpasswordform').serialize() }; $.post(ajax_url,args,function(data){ $(btn).button('reset'); if(data.R=='OK'){ var _msg = 'x'+data.MSG+''; $('#rh-modal-login').find('.modal-body').prepend(_msg); }else if(data.R=='ERR'){ var _msg = 'x'+data.MSG+''; $('#rh-modal-login').find('.modal-body').prepend(_msg); replace_wp_login(); }else{ $('#rh-modal-login').find('.modal-body').prepend('Unknown error, please reload page and try again.'); } $('.rhl-spinner').hide(); },'json'); }); //rp action $('#rhl_rp').on('click',function(e){ var btn = this; $('#rh-modal-login').find('.alert').remove(); $('.rhl-spinner').fadeIn(); $(btn).button('loading'); var args = { 'rhl_action':'rp', 'data':$('#resetpassform').serialize() }; $.post(ajax_url,args,function(data){ $(btn).button('reset'); if(data.R=='OK'){ var _msg = 'x'+data.MSG+''; $('#rh-modal-login').find('.modal-body').prepend(_msg); $('#resetpassform,#rhl_rp').hide(); }else if(data.R=='ERR'){ var _msg = 'x'+data.MSG+''; $('#rh-modal-login').find('.modal-body').prepend(_msg); }else{ $('#rh-modal-login').find('.modal-body').prepend('Unknown error, please reload page and try again.'); } replace_wp_login(); $('.rhl-spinner').hide(); },'json'); }); //register action $('#rhl_register').on('click',function(e){ var btn = this; $('#rh-modal-login').find('.alert').remove(); $('.rhl-spinner').fadeIn(); $(btn).button('loading'); var args = { 'rhl_action':'register', 'data':$('#registerform').serialize() }; $.post(ajax_url,args,function(data){ $(btn).button('reset'); if(data.R=='OK'){ var _msg = 'x'+data.MSG+''; $('#rh-modal-login').find('.modal-body').prepend(_msg); }else if(data.R=='ERR'){ var _msg = 'x'+data.MSG+''; $('#rh-modal-login').find('.modal-body').prepend(_msg); }else{ $('#rh-modal-login').find('.modal-body').prepend('Unknown error, please reload page and try again.'); } replace_wp_login(); $('.rhl-spinner').hide(); },'json'); }); //-- replace all links that contain wp-login.php replace_wp_login(); //-- lost password click //-- when used in frontend append the container for the image background try { var bg_html = "\n"; var bg = $(bg_html); $('BODY').prepend(bg.hide()); $('#rh-modal-login').on('show',function(e){ $('BODY').addClass('rhl-modal-opened'); bg.fadeIn(); }); $('#rh-modal-login').on('hide',function(e){ $('BODY').removeClass('rhl-modal-opened'); bg.fadeOut(); }); }catch(e){} /* handle keypress enter */ $(document).keypress(function(e) { if (e.which == "13") { var section = $(':focus').parents('.action-section'); if( section.length>0 ){ if( section.find('.input:last').is(':focus') ){ if( section.hasClass('action-login') ){ $('#rhl_dologin').trigger('click'); return false; }else if( section.hasClass('action-lostpassword') ){ $('#rhl_lostpassword').trigger('click'); return false; }else if( section.hasClass('action-rp') ){ $('#rhl_rp').trigger('click'); return false; }else if( section.hasClass('action-register') ){ $('#rhl_register').trigger('click'); return false; } } } } }); }); .rtmedia-activity-container .rtmedia-list .rtmedia-item-thumbnail,.bp_media_content img{ max-width: 320px; max-height: 240px; } .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail { width: 150px; height: 150px; line-height: 150px; } .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail img { max-width: 150px; max-height: 150px; } .rtmedia-container .rtmedia-list .rtmedia-list-item { width: 170px; height: 170px; } a { color: #e16556; } body { color: #878787; } #featured { background-color: #ff993f; } #featured { -webkit-box-shadow: inset 0 0 250px #bd3905; -moz-box-shadow: inset 0 0 250px #bd3905; box-shadow: inset 0 0 250px #bd3905; } #top-navigation > ul > li.sfHover > a, #top-navigation > ul > li > a:hover, .mobile_nav, #home-tab-area > ul > li.home-tab-active, #footer-bottom li a:hover, .et-product:hover .et-price-button, .et-products li:hover .et-price-button, #callout { background-color: #ff993f; } @media only screen and (max-width: 767px){ #callout > strong { background-color: #ff993f; } } #top-navigation > ul > li.sfHover > a, #top-navigation > ul > li > a:hover, #home-tab-area > ul > li.home-tab-active, #footer-bottom li a:hover, .mobile_nav, #callout { -moz-box-shadow: inset 0 0 30px #d9531f; -webkit-box-shadow: inset 0 0 30px #d9531f; box-shadow: inset 0 0 30px #d9531f; } #progress-time { background-color: #ff993f; } #home-tab-area > ul, .widget h4.widgettitle { border-bottom: 5px solid #ff993f; } var front_ajaxurl = 'http://www.trainerswall.com/wp-admin/admin-ajax.php'; var wpv_calendar_image = 'http://www.trainerswall.com/wp-content/plugins/wp-views/embedded/res/img/calendar.gif'; var wpv_calendar_text = 'Select date'; var j = jQuery; j(document).ready(function(){ j.cookie('buatp_current_page_id',105, { path: '/'}); }); jQuery( document ).ready( function() { jQuery( 'a.confirm').click( function() { if ( confirm( 'Are you sure?' ) ) return true; else return false; }); }); /* Image Text Padding */ #megaMenu .ss-nav-menu-with-img > a > .wpmega-link-title, #megaMenu .ss-nav-menu-with-img > a > .wpmega-link-description, #megaMenu .ss-nav-menu-with-img > a > .wpmega-item-description, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-title, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-description, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-item-description{ padding-left: 23px; } /* Custom Tweaks - UberMenu Style Configuration Settings */ /* Menu Bar */ #megaMenu { border-bottom: none; } /* Top Level Items */ #megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator, .megaMenuToggle { font-size: 14px; color: #f993f; margin-right: 4px; padding: 12px 15px; background-color: #f7f7f7; border: 1px solid #ff993f; border-bottom: none; -moz-border-top-left-radius: 4px 4px; -moz-border-top-right-radius: 4px 4px; -webkit-border-top-left-radius: 4px 4px; -webkit-border-top-right-radius: 4px 4px; border-top-left-radius: 4px 4px; border-top-right-radius: 4px 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* Horizontal Menu Items */ #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > a, #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > span.um-anchoremulator { border-left: 1px solid #ff993f; } /* Vertical Menu Items */ #megaMenu.megaMenuVertical ul.megaMenu > li.menu-item > a, #megaMenu.megaMenuVertical ul.megaMenu > li.menu-item > span.um-anchoremulator { border-top: 1px solid transparent; } /* Menu Items with Dropdowns */ #megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a, #megaMenu ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator, #megaMenu ul li.menu-item.mega-with-sub > a, #megaMenu ul li.menu-item.mega-with-sub > span.um-anchoremulator, #megaMenu ul li.menu-item.ss-nav-menu-mega > a, #megaMenu ul li.menu-item.ss-nav-menu-mega > span.um-anchoremulator { padding-right: 20px; } /* Top Level Menu Item Titles */ #megaMenu ul.megaMenu > li.menu-item > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator span.wpmega-link-title { text-transform: none; text-shadow: none; } /* Top Level Items - Hover */ #megaMenu ul.megaMenu > li.menu-item:hover > a, #megaMenu ul.megaMenu > li.menu-item > a:hover, #megaMenu ul.megaMenu > li.menu-item.megaHover > a, #megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover, #megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator { border-bottom-color: transparent !important; background:#dadada; background-color: #dadada; } /* Top Level Items Title - Hover */ #megaMenu ul.megaMenu > li.menu-item:hover > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > a:hover span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item.megaHover > a span.wpmega-link-title, #megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator span.wpmega-link-title { text-shadow: none; } /* Top Level Items - Current Item */ #megaMenu ul.megaMenu > li.menu-item.current-menu-item > a, #megaMenu ul.megaMenu > li.menu-item.current-menu-parent > a, #megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor > a { background-color: #ff8a1d; -moz-box-shadow: inset 0 0 30px #d9531f; -webkit-box-shadow: inset 0 0 30px #d9531f; box-shadow: inset 0 0 30px #d9531f; color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } /* Sub Menu Container Style */ #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu { border-color: #ff993f; color: #ff993f; text-shadow: 0px 1px 1px #000000; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background:#fff; background-color: rgba(255,255,255, 0.9); } #megaMenu ul.megaMenu ul.sub-menu .wpmega-postlist a { color: #ff993f; } /* Horizontal Sub Menus */ #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.ss-nav-menu-reg > ul.sub-menu { border-top: none; } /* Sub Menu Columns */ #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1 > li.menu-item { width: 200px; } /* Sub Menu Headers */#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item:hover > a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item > span.um-anchoremulator, #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > span.um-anchoremulator, #megaMenu .wpmega-widgetarea h2.widgettitle { color: #ff993f; font-size: 12px; font-weight: bold; text-shadow: 0px 1px 1px #000000; padding-bottom: .4em; border-bottom: 1px solid #ff993f; margin-bottom: 0.6em; } /* Sub Menu Links & Fake Links */ #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > a, #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item > span.um-anchoremulator, #megaMenu ul ul.sub-menu li.menu-item > a, #megaMenu ul ul.sub-menu li.menu-item > span.um-anchoremulator { color: #ff993f; font-size: 12px; text-shadow: 0px 1px 1px #000000; background-color: transparent; } /* Sub Menu Link Hover */ #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item a:hover, #megaMenu ul ul.sub-menu > li.menu-item:hover > a { color: #ff993f; background-color: transparent; } /* Top Level Search Bar */ #megaMenu ul.megaMenu > li.menu-item > .wpmega-nonlink > form#searchform { padding-top: 2px; } #megaMenu ul.megaMenu > li.menu-item > .wpmega-nonlink > form#searchform.ubersearch-v2 input[type="text"]{ background:#f0f0f0; color:#777; } /* Highlight color */ #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-highlight > span.um-anchoremulator { color: #ff993f !important; } /* Image Spacing */ #megaMenu .ss-nav-menu-with-img > a > .wpmega-link-title, #megaMenu .ss-nav-menu-with-img > a > .wpmega-link-description, #megaMenu .ss-nav-menu-with-img > a > .wpmega-item-description, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-title, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-description, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-item-description { padding-left: 25px; } .ss-nav-menu-with-img { min-height: 16px; } /* Item Description */ #megaMenu ul.megaMenu li.menu-item a span.wpmega-item-description, #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.wpmega-item-description { font-size: 9px; color: #bbbbbb; text-transform: uppercase; } /* Arrow Colors */ #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a:after, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after { border-top-color: #ff993f; } #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after { border-left-color: #ff993f; } /* HR */ #megaMenu .wpmega-divider { border-top: 1px solid #ff993f; border-bottom: 1px solid rgba(255, 153, 63, 0.05); } /* Vertical */ #megaMenu.megaMenuVertical > ul > li.menu-item > a, #megaMenu.megaMenuVertical > ul > li.menu-item > span.um-anchoremulator { background-color: transparent; } #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after, #megaMenu.megaMenuVertical ul li.menu-item.mega-with-sub > a:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-mega > a:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after, #megaMenu.megaMenuVertical ul li.menu-item.mega-with-sub > span.um-anchoremulator:after, #megaMenu.megaMenuVertical ul li.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after { border-left-color: #ff993f; } #megaMenu.megaMenuVertical ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #megaMenu.megaMenuVertical ul.megaMenu li.menu-item.ss-nav-menu-reg > ul.sub-menu { border-left: #ff993f; } /* IE7 Hacks */ #megaMenu.megaMenuHorizontal ul.megaMenu { *border-bottom: none; } #megaMenu.megaMenuVertical ul.megaMenu { *border-right: none; } #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > ul.sub-menu.sub-menu-1 { border-radius:0; left:0px; } #megaMenu .megaMenuToggle-icon, .megaMenuToggle-icon:before, .megaMenuToggle-icon:after{ background: #222; background: rgba( 0, 0, 0, .4 ); } /* Media Queries */ @media (max-width: 1199px) { #megaMenu ul.megaMenu > li.menu-item > a, #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator, .megaMenuToggle { font-size: 12px; } } /*Round Avatar*/ #members-dir-list img.avatar { -webkit-border-radius: 25%; -moz-border-radius: 25%; -ms-border-radius: 25%; -o-border-radius: 25%; border-radius: 25%; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; box-shadow: 0 1px 0 #fff; } /*Members List Columns*/ .buatp_loop_column { font-size: 14px; } span.fname{ font-size: 14px; } span.fval { font-size: 14px; } #buatp_members.list_view ul.item-list li .avatar { height: 65px; width: 65px; } /*Copyright*/ a { text-decoration: none; color: #ed6f1d; padding-bottom: 10px; } #copyright { padding: 50px 0; text-align: right; color: #ed6f1d; text-shadow: 1px 1px 0 #fff; font-size: 14px; } #copyright a { color:#ed6f1d; font-weight: 800; } /*Profile Search*/ .tbl {border: none; border: 0 solid white; vertical-align: top; } .bord { text-align: center; border: none; width: 200px; vertical-align: top; } .bord2 { border: none; vertical-align: top; } h3 { padding-bottom: 10px; } .label { padding-left: 20px; padding-right: 15px; } .field_intervention-areas { color: #000; } .field_help-you-with { color: #000; } .field_level-of-training { color: #000; } .field_languages { color: #000; } .field_country { color: #000; } .field_company { color: #000; } .field_user-type { color: #000; } .submit { text-align: center; line-height:400% } @media only screen and (max-width: 1025px) { .bord { width: 20%; } span.fname, span.fval { display: inline-block; } /*Logs*/ .border-event { background-color: rgba(0,0,0,1); /* Has to be 1 alpha or it won't draw */ box-shadow: 5px 5px 2px #FF9134;; border: 0px; } /*Hide Profile Tabs*/ #user-blogs { display: none; } #user-logs { display: none; } #em-button {text-align: right;} #buatp_members.grid_view ul.item-list li { height: 150px; width: 150px } #buatp_members.grid_view ul.item-list li .avatar { height: 150px; width: 150px } #buatp_members.grid_view ul.item-list li { margin-right: 15px; margin-tor: 15px } #buatp_members.grid_view ul.item-list li { border-width: 1px; } #buatp_members.grid_view ul.item-list li { border-color: #dddddd; } #buatp_members.grid_view ul.item-list li span.activity { display: none; } #buatp_members.list_view ul.item-list li .item-title { display: none; } #buatp_members.list_view ul.item-list li span.activity { display: none; } #buatp_members.list_view ul.item-list li .friendship-button { display: none; } /* START modal login custom css */ #rh-modal-login { width:560px; } #rh-modal-login { color:#878787; } #rh-modal-login,#rh-modal-login .rhl-modal-bg2,#rh-modal-login .modal-header { border-top-left-radius:6px; } #rh-modal-login,#rh-modal-login .rhl-modal-bg2,#rh-modal-login .modal-header { border-top-right-radius:6px; } #rh-modal-login,#rh-modal-login .rhl-modal-bg2,#rh-modal-login .modal-footer { border-bottom-left-radius:6px; } #rh-modal-login,#rh-modal-login .rhl-modal-bg2,#rh-modal-login .modal-footer { border-bottom-right-radius:6px; } #rh-modal-login { background-color:#ffffff; } #rh-modal-login { background-repeat:repeat; } #rh-modal-login { background-attachment:scroll; } #rh-modal-login { background-position:left top; } #rh-modal-login .rhl-modal-bg2 { background-color:transparent; } #rh-modal-login .rhl-modal-bg2 { background-repeat:repeat; } #rh-modal-login .rhl-modal-bg2 { background-attachment:scroll; } #rh-modal-login .rhl-modal-bg2 { background-position:left top; } .modal.rhlogin .modal-header { border-bottom-color:#eeeeee; } .modal.rhlogin .modal-header { color:#ff8f34; } .modal.rhlogin .modal-header h3 { margin-top:0px; } #rh-modal-login .modal-header { height:32px; } #rh-modal-login .modal-header { background-color:transparent; } #rh-modal-login .modal-header { background-repeat:repeat; } #rh-modal-login .modal-header { background-attachment:scroll; } #rh-modal-login .modal-header { background-position:left top; } .modal.rhlogin .modal-footer { -webkit-box-shadow:inset 0 1px 0 rgb(255, 255, 255); -moz-box-shadow:inset 0 1px 0 rgb(255, 255, 255); box-shadow:inset 0 1px 0 rgb(255, 255, 255); background-color:#f5f5f5; } .modal.rhlogin .modal-footer { border-top-color:#dddddd; } .modal.rhlogin input[type='text'],.modal.rhlogin input[type='password'],.modal.rhlogin input[type='email'] { height:18px; } .modal.rhlogin input[type='text'],.modal.rhlogin input[type='password'],.modal.rhlogin input[type='email'] { font-size:13px; } .modal.rhlogin input[type='text'],.modal.rhlogin input[type='password'],.modal.rhlogin input[type='email'] { color:#555555; } .modal.rhlogin input[type='text'],.modal.rhlogin input[type='password'],.modal.rhlogin input[type='email'] { background-color:#ffffff; } .modal.rhlogin .btn-default { background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e6e6e6)); background-image:-webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); background-image:-ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); background-image:-o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); background-image:linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); background-image:-moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6); } .modal.rhlogin .btn,.modal.rhlogin .btn:hover,.modal.rhlogin .btn:active,.modal.rhlogin .btn.active,.modal.rhlogin .btn.disabled,.modal.rhlogin .btn[disabled] { background-color:rgb(230, 230, 230); *background-color:rgb(230, 230, 230); } .modal.rhlogin input.btn[disabled] { border-color:rgb(227, 227, 227); } .modal.rhlogin .btn-default { line-height:18px; } .modal.rhlogin .btn-default { font-style:normal; } .modal.rhlogin .btn-default { font-weight:300; } .modal.rhlogin .btn-default { font-size:13px; } .modal.rhlogin .btn-default { color:#333333; } .modal.rhlogin .btn-default { text-shadow:0px 1px 1px #ffffff; } .modal.rhlogin .btn-primary { background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(252, 167, 98, 0.71)), color-stop(1, #ff8f34)); background-image:-webkit-linear-gradient(top, rgba(252, 167, 98, 0.71) 0%, #ff8f34 100%); background-image:-ms-linear-gradient(top, rgba(252, 167, 98, 0.71) 0%, #ff8f34 100%); background-image:-o-linear-gradient(top, rgba(252, 167, 98, 0.71) 0%, #ff8f34 100%); background-image:linear-gradient(to bottom, rgba(252, 167, 98, 0.71) 0%, #ff8f34 100%); background-image:-moz-linear-gradient(top, rgba(252, 167, 98, 0.71) 0%, #ff8f34 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b5fca762, endColorstr=#ff8f34); } .modal.rhlogin .btn-primary,.modal.rhlogin .btn-primary:hover,.modal.rhlogin .btn-primary:active,.modal.rhlogin .btn-primary.active,.modal.rhlogin .btn-primary.disabled,.modal.rhlogin .btn-primary[disabled] { background-color:rgb(255, 143, 51); *background-color:rgb(255, 143, 51); } .modal.rhlogin input.btn-primary[disabled] { border-color:rgb(255, 140, 47); } .modal.rhlogin .btn-primary { line-height:16px; } .modal.rhlogin .btn-primary { font-style:normal; } .modal.rhlogin .btn-primary { font-weight:400; } .modal.rhlogin .btn-primary { font-size:13px; } .modal.rhlogin .btn-primary { color:#ffffff; } .modal.rhlogin .btn-primary { text-shadow:0px -1px 0px #000000; } .rhlogin div.action-section.action-logout { background-image:url(http://www.trainerswall.com/wp-content/plugins/modal-login/css/images/spinner_32x32.gif); } .rhlogin div.action-section.action-logout { background-position:center center; } .rhlogin div.action-section.action-logout { background-size:auto auto; } .modal-backdrop { background-color:#000000; } .modal-backdrop { z-index:101040; } .rhl-bg-container { background-color:transparent; } .rhl-bg-container { background-repeat:repeat; } .rhl-bg-container { background-attachment:scroll; } .rhl-bg-container { background-position:left top; } .rhl-bg-container { background-size:auto auto; } /* valid css only */ /* END modal login custom css */ Menu  About Us ServicesHow it WorksThe TeamPartnersTerms of ServiceFaqContact Community MembersTrainers Directory Companies Directory Training Calendar Shop Checkout CartCheckout → Pay NewsLog inSign Up Navigation Menu The One-Stop Website For Professional Training
  • [H3] Affordable Pricing
  • [H3] Great Customer Support
  • [H3] Quality Members

Billeder

Vi fandt 20 billeder på denne side.

1 alt tags mangler eller er tomme. Tilføj alternativ tekst til dine billeder for at gøre siden mere brugervenlig, og for at optimere din SEO i forhold til søgemaskinerne.

Text/HTML balance

Balance : 39%

Optimalt! Denne sides text til HTML fordeling er mellem 25 og 70 procent.

Flash

Perfekt, ingen Flash objekter er blevet fundet på siden.

iFrame

Perfekt, der er ikke nogen iFrames på din side!

URL Omskrivning

Godt. Dine links ser venlige ud!

Underscores i links

Perfekt! Ingen underscores blev fundet i dine links

On-page links

Vi fandt et total af 9 links inkluderende 0 link(s) til filer

Anker Type Juice
x Intern Sender Juice
The One-Stop Website For Professional Training Ekstern Sender Juice
More results... Intern Sender Juice
Affordable Pricing Ekstern Sender Juice
Great Customer Support Ekstern Sender Juice
Quality Members Ekstern Sender Juice
About Us Ekstern Sender Juice
Partners Ekstern Sender Juice
Lauroscope. ©2013 All Rights Reserved Ekstern Sender Juice

SEO Nøgleord

Nøgleords cloud

solid #megamenu .modal.rhlogin 1px #ff993f; ul.megamenu li.menu-item.ss-nav-menu-mega none; color: li.menu-item

Nøgleords balance

Nøgleord Indhold Titel Nøgleord Beskrivelse Overskrifter
#megamenu 69
ul.megamenu 48
1px 33
none; 31
li.menu-item 29

Brugervenlighed

Link

Domæne : Trainerswall.com

Længde : 16

FavIkon

Godt, din side har et FavIcon!

Printervenlighed

Godt, vi har fundet en printer venlig CSS skabelon.

Sprog

Godt, dit tildelte sprog er en.

Dublin Core

Denne side benytter IKKE Dublin Core principperne.

Dokument

Dokumenttype

HTML 5

Kryptering

Perfekt. Dit Charset er tildelt UTF-8.

W3C Validering

Fejl : 1

Advarsler : 2

Email Privatliv

Godt! Ingen email adresser er blevet fundet i rå tekst!

Udgået HTML

Godt! Vi har ikke fundet udgåede HTML tags i din kildekode

Hastigheds Tips

Alle tiders! Din webside bruger ikke nestede tabeller.
Advarsel! Din webside benytter inline CSS kode!
Dårligt, din webside har for mange CSS filer (mere end 4).
Dårligt, din webside har for mange JavaScript filer (mere end 6).
Ærgerligt, din hjemmeside ikke udnytte gzip.

Mobil

Mobil Optimering

Apple Ikon
Meta Viewport Tag
Flash indhold

Optimering

XML Sitemap

Mangler

Dit websted ikke har en XML sitemap - det kan være problematisk.

Et sitemap lister URL'er, der er tilgængelige for gennemgang og kan indeholde yderligere oplysninger som dit websted seneste opdateringer, hyppigheden af ændringer, og betydningen af de webadresser. Dette gør det muligt søgemaskiner til at gennemgå webstedet mere intelligent.

Robots.txt

Mangler

Dit website har ikke en robots.txt-fil - det kan være problematisk.

En robots.txt-fil kan du begrænse adgangen for søgemaskinen robotter, der gennemgår internettet, og det kan forhindre disse robotter i at få adgang bestemte mapper og sider. Den angiver også, hvor XML sitemap-filen er placeret.

Analytics

Mangler

Vi har ikke registrerer en analyseværktøj installeret på denne hjemmeside.

Web analytics kan du måle besøgendes aktivitet på dit websted. Du bør have mindst én analyseværktøj installeret, men det kan også være godt at installere et sekund for at krydstjekke data.

PageSpeed Insights


Apparat
Kategorier

Website Review

Website Review er et gratis SEO redskab der hjælper med din hjemmeside