Hosting Unlimited Indonesia

HEADLINE NEWS

Icon Menu Mobile DetikStyle Hilang, Ini Cara Mengatasinya

GAMBAR Icon Menu Mobile DetikStyle Hilang di template lama. Ini Cara Mengatasinya:

Icon Menu Mobile DetikStyle Hilang, Ini Cara Mengatasinya

1. Tema > Edit HTML
2. Cari dan GANTI kode:

#menu1 input:after,#menu1 label:after{content:"";background:url(//1.bp.blogspot.com/-P2RRijDirXA/U8ftwSomm6I/AAAAAAAAEbo/tLU4c5dk2K4/s1600/nav-icon.png) no-repeat;width:30px;height:30px;display:inline-block;position:absolute;right:15px;top:17px}

DENGAN:

#menu1 input:after,#menu1 label:after{content: "\f03a";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: none;font-size: 20px;color: #fff;display: inline-block;position: absolute;right: 0;top: 20%;margin-right:18px;line-height: 30px;}

3. Save!

MENGATASI ERROR SCHEMA Breadcrumbs

Ganti kode:

<div class='breadcrumbs'>
<span itemscope='' itemtype='http://data-vocabulary.org/Breadcrumb'>
<a expr:href='data:blog.homepageUrl' itemprop='url' title='Home'><span itemprop='title'>Home</span></a></span>
<b:loop values='data:post.labels' var='label'> &#187;
<span itemscope='' itemtype='http://data-vocabulary.org/Breadcrumb'><a expr:href='data:label.url + &quot;?&amp;max-results=7&quot;' expr:title='data:label.name' itemprop='url'><span itemprop='title'><data:label.name/></span></a></span>
</b:loop> &#187; <span><data:post.title/></span>
</div>

dengan kode:

<div class='breadcrumbs'>
<a expr:href='data:blog.homepageUrl' itemprop='url' title='Home'>Home</a>
<b:loop values='data:post.labels' var='label'> &#187;
<a expr:href='data:label.url + &quot;?&amp;max-results=7&quot;' expr:title='data:label.name' itemprop='url'><data:label.name/></a>
</b:loop> &#187; <span><data:post.title/></span>
</div>



Previous
« Prev Post
Show comments
Hide comments

Contact Form

Name

Email *

Message *