الأربعاء، ديسمبر 9

2. ERROR PAGE AUTO REDIRECT

1. FIRST WIDGET


To bring up the layout of the widgets on the First Widget Section, simply add a new widget and then fill with recent or random.



2. ERROR PAGE AUTO REDIRECT

Open Template > Edit HTML > Search for this line

<b:if cond='data:blog.pageType == &quot;error_page&quot;'>
<style type='text/css'>
.ct-wrapper, .header-wrapper, #header, #post-wrapper, #outer-wrapper, #sidebar-wrapper {display:none;}

/* CSS Custom Error Page */
#oopss {background:#eceeee;text-align:center;margin-bottom:50px;font-weight:700;font-size:45px;font-family:&#39;Ruda&#39;,sans-serif;position:fixed;width:100%;height:100%;line-height:1.5em;z-index:9999;}
#error-text {top:30%;position:relative;font-size:40px;color:#666;}
#error-text a{color:#888;}
#error-text p {margin:0!important;}
#error-text span {color:#e47253;font-size:100px;}
#error-text a.back {background:#e47253;color:#fff;padding:10px 20px;font-size:20px;border:double #fff;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);transition:all 0.5s ease-out;}
#error-text a.back:hover {background:#444;color:#fff;border:double #eceeee;}
#error-text a.back:active {-webkit-transform:scale(0.9);-moz-transform:scale(0.9);transform:scale(0.9);background:#333;color:#fff;border:double #eceeee;}

/* CSS Error Page Responsive */
@media only screen and (max-width:640px){
#error-text {color:#888;font-size:20px;}
#error-text span {font-size:60px;}
#error-text a.back {padding:5px 10px;font-size:15px;}
#error-text a.back:hover,#error-text a.back:active {border:0;}}
</style>
</b:if>

Replace all with this line