How to Hide Message in Status Page Label

Message that appear when we search or click label of blog that it's platform is Blogger
Ok this day post about hiding Message in Status Page Label. Status Mwssage always appear when we search through blog or select a label. "Status Message Bar" seems less elegant and attractive when the status message label / search appears at the top of a collection of posts grouped by label or search results. For some people, this view would damage the overall blog design. Who want know what we clicked ? It seem like not atractive
If you use Google Custom Search, of course this message will not appear.

There are many other variations of the message used on the label and search and query dependent parameters are used.

'Message status is regulated through the Blogger engine and server request a specific XML tag. So, as the concept of Blogger template structure, Status Message Bar is still "widgetized", is a widget, just like the post, sidebar widgets, etc.. Then, still on the Blogger server, the message is set default zoom through CSS'.


Well, of the two concepts used by the Blogger, we can do a small hack to remove or eliminate the status message at the label and search pages in two ways:
1. Deleting an XML tag status message bar.
2. Hiding the message status bar display using the new CSS


Eliminate Message Status Label / Tag Search by Removing the Tag

1. Go to dashboard> Template> Edit HTML.
2. Check the "Expand Widgets Template" in the upper right corner.
3. Find the following tag:
<b:include data='top' name='status-message'/>


4. Remove tag. Note: on certain templates there are usually two or more, delete them.
5. Save the template.



Cara ini digunakan untuk benar-benar menghapus permintaan pesan status pada halaman label dan halaman search. Jadi tidak akan ada perintah kepada Blogger untuk menampilkan pesan tersebut.


Hiding Message Status Label / Search with CSS


This method is quite simple, using display property to hide:
1. Go to dashboard> Template> Edit HTML (do not need to "expand widget templates")
2. Enter the following CSS code, just above ]]> </ b: skin>:
.status-msg-wrap{display:none !important;}
3. Save template.


After doing one of the above, see the results on the label and search pages. If do right, the status message will not appear.

Conclusion and Tips


I present two methods above hack in order to choose which one is best to use. However, as a suggestion, you should use the second way, because in this way tend to be more secure and does not change the composition of the map any tag in a template.

From the use of hack through CSS, means obtained also concluded that we could do more for his design. Want to make an appearance on the Status Message Bar blog more interesting? In the next opportunity, I will be sharing some of his designs.


Note also we can not change the message because all set in the Blogger engine ( every message is different on other country ), instead of the template.

Source : www.buka-rahasia.blogspot.com ( Indonesia )

Advertisement