Controlling blogger contact form displaying location in sidebar


Lihat dan hitung, seberapa banyak aplikasi Android yang Anda instal di smartphone Anda? 

Pernahkah terbersit di benak Anda bagaimana cara membuat aplikasi-aplikasi tersebut?

Apakah Anda Saat Ini Ingin Sekali Bisa Bikin Aplikasi Android Sendiri? Seperti aplikasi game edukasi, media pembelajaran, aplikasi berbasis sensor, aplikasi multimedia, dan lain sebagainya?

Tetapi

1. Tidak Ngerti Coding
2. Tidak Tahu Computer Programming
3. Tidak Paham Bahasa Pemrograman Android
4. Dan Sama Sekali Bukan Lulusan IT?

Jangan Khawatir ...
Ternyata, bikin aplikasi Android itu SANGAT MUDAH, bahkan bagi Pemula sekalipun.

Sekarang Anda bisa bikin aplikasi Android dengan Cepat, bahkan TANPA HARUS CODING.

Tak peduli apapun latar belakang Anda, bikin aplikasi Android itu MUDAH, semudah bermain Puzzle.

Anda Hanya Perlu 4 Langkah berikut ini :

1. Drag & drop komponen-komponen yang dibutuhkan
2. Percantik tampilan aplikasi dengan mengatur layout dan desain tampilan
3. Susun blok-blok kode programnya, dan
4. Build aplikasi Anda jadi file instalasi *.APK

Lantas, Bagimana Cara Memulainya?
Mudah kok, karena sudah hadir untuk Anda Di Sini :


Video tutorial yang membahas cara membuat aplikasi Android dengan sangat MUDAH, CEPAT, & TANPA CODING menggunakan tools App Inventor 2. 
Yesterday i explained you what're the advantages of using contact form and how to add Blogger officially released contact form.Today I will teach you how to set the displaying position of contact form gadget in the different positions such as home page,static pages,post pages,archive pages or specific pages.

Contact form is an official blogger widget. Also it has an Id called #contactForm1. So we can controll its displaying location and customize it using styling languages such as CSS. First you should add the contact form on to your blog.Then follow below instructions.

Step 1: Sign in to  your blogger account.
Step 2: Then go to Blogger Dashboard >> Template >> Edit HTML
Step 3: Now find </head> code on your template and paste one of below code,just above/before </head> code.


Hide the Contact form widget in Home page


Home page is a unique page of your blog.If you want to hide the contact form widget in homepage add below code.

<b:if cond='data:blog.url == data:blog.homepageUrl'>
  <style>
#ContactForm1{ display:none!important;}
  </style>
</b:if> 

Hide the contact form widget in static pages


Static pages and stand-alone pages. Static pages don't display in archive page. You can hide the contact form from the static pages using below code.

<b:if cond='data:blog.pageType == "static_page">
  <style>
#ContactForm1{ display:none!important;}
  </style>
</b:if>


Hide the contact form widget in post pages


   <b:if cond='data:blog.pageType == "item"'>
  <style>
#ContactForm1{ display:none!important;}
  </style>
</b:if>


Hide the contact form widget post in specific pages


If you would want to hide the contact form widget in a special post page or static page,add below code and replace URL of the specific page with your specific page URL.

   <b:if cond='data:blog.url == "URL of the specific page"'>
  <style>
#ContactForm1{ display:none!important;}
  </style>
</b:if> 


Step 4: Now save your template.

You're done.If you have any question,i would like to hear them.Happy blogging buddies :)

Pengelola Blog : ABDUL WAHAB

Judul : Controlling blogger contact form displaying location in sidebar
Ditulis oleh : Kejutan Internet pada hari
Rating Blog : 5 dari 5
Terima kasih Anda telah membaca artikel tentang Controlling blogger contact form displaying location in sidebar
Anda boleh menyebar luaskannya atau mengcopy paste-nya jika artikel ini sangat bermanfaat bagi Blog dan teman-teman anda.
Namun jangan lupa harap memberikan link aktif dofollow yang mengarah ke URL ini ya
http://kejutaninternet.blogspot.com/2013/05/controlling-blogger-contact-form.html

Dan Terima kasih sekali lagi atas kunjungan Anda.

Kritik dan saran atau apapun bisa anda sampaikan melalui kotak komentar.
Dan mohon maaf jika komentar atau pertanyaan tidak bisa cepat saya respon,
karena Saya tidak bisa selalu online selama 24 Jam.


Mau Di Buatkan Blog Siap Pakai Seperti Ini ?.

Artikel Terkait

Previous
Next Post »