Plus Beta [Ẩn các Module ở trang chính]
- Vì một số lý do trong thiết kế và sắp đặt blog mà bạn cần làm biến mất một hay nhiều module nào đó. - Thông thường để làm mất module thì ở trên menu đầu blog chọn Blog của tôi, chọn sửa trang :
Khi đó thì các module sẽ có hiện thêm một thanh ở đầu, ở góc phải phía trên các module sẽ có nút dấu X
Để bỏ đi module thì ấn chữ X ở module đó, bảng thông báo hiển thị, ấn Ok
Tuy nhiên vẫn có một số module không có dấu X nên ta không thể xóa theo cách thông thường đó được. Chỉ có một cách là sử dụng Các code CSS tsau đây
1/ Code Ẩn module profile :
#profile_highlight .rc_hd, #profile_highlight .rc_hd div, #profile_highlight .rc_bd, #profile_highlight .rc_bd .rc_bc, #profile_highlight .rc_ft, #profile_highlight .rc_ft div, #profile_highlight .rc_bc .bd,.cta-ss em,.cta-ss strong, .cta-ss, #profile_highlight img{background:transparent !important;border-style:none !important;height:0px;font-size:0px;} |
2/ Code Ẩn module blast :
#blast .rc_hd,#blast .rc_hd div,#blast .rc_bd,#blast .rc_bd .rc_bc,#blast .rc_ft,#blast .rc_ft div,#blast .rc_bc .bd,#blast .tail,#blast div.editbtn a, #blast a{background:transparent !important;border-style:none !important;height:0px;font-size:0px;} |
3/ Code Ẩn module tên blog :
#blog_title .rc_hd, #blog_title .rc_hd div, #blog_title .rc_bd, #blog_title .rc_bd .rc_bc, #blog_title .rc_ft, #blog_title .rc_ft div,#blog_title .rc_bd .rc_bc .bd,#blog_title .rc_bd .rc_bc .pic_container a img{background:transparent !important;border-style:none !important;height:0px !important;font-size:0px !important;} td> |
4/ Code Ẩn module bài viết :
#article_list_module .rc_hd,#article_list_module .rc_hd div,#article_list_module .rc_bd,#article_list_module .rc_bd .rc_bc,#article_list_module .rc_ft,#article_list_module .rc_ft div,#article_list_module .rc_bc .bd,#article_list_module .rc_bd .rc_bc .hd .titlebar .hd,#article_list_module .rc_bd .rc_bc .hd .titlebar,#article_list_module .mod-alist-searchbox.titlebar .bd,#article_list_module .mod-alist-searchbox.titlebar .bd form input,#article_list_module .mod-alist-searchbox.titlebar .bd,#yui-main #article_list_module .mod-alist-searchbox.titlebar .bd form label,.mod-alist .rc_bd .bd .more-posts ul li, ul.moodicons li span,.moodicon em span,.more-posts .thumbnail img,.mod-alist .rc_bd .bd .more-posts .mod-alist-manage ul li,.mod-alist .rc_bd .bd .more-posts .mod-alist-manage ul li a,.mod-alist .rc_bd .bd .more-posts .folder-icons .icon ul li{background:transparent !important;border-style:none !important;height:0px !important;font-size:0px !important;} |
5/ Code Ẩn phần thông tin bản quyền cuối blog :
#ft{background:transparent;}/*olympia41124*/ #ft .info,#ft .rights{background:transparent;font-size:0;} td> |
- Ngoài ra ở trang xem trực tiếp bài viết còn có 3 module : lịch, thư mục riêng, bài mới nhất. Khi ta xóa 3 module này ở ngoài trang chính bằng cách thông thường thì 3 module này vẫn hiện diện ở trang xem trực tiếp bài viết. Muốn xóa đi dùng code sau, lưu ý code sau ảnh hưởng đến 3 module này cả ở ngoài trang chính)
6/ Code Ẩn module Lịch :
#calendar .rc_hd,#calendar .rc_hd div,#calendar .rc_bd,#calendar .rc_bd .rc_bc,#calendar .rc_ft,#calendar .rc_ft div,#calendar .rc_bc .bd,#calendar .rc_bd .rc_bc .hd .titlebar .hd,#calendar .rc_bd .rc_bc .hd .titlebar{background:transparent !important;border-style:none !important;height:0px !important;font-size:0px !important;} td> |
7/ Code Ẩn module thư mục riêng :
#folder .rc_hd,#folder .rc_hd div,#folder .rc_bd,#folder .rc_bd .rc_bc,#folder .rc_ft,#folder .rc_ft div,#folder .rc_bc .bd,#folder .rc_bd .rc_bc .hd .titlebar .hd,#folder .rc_bd .rc_bc .hd .titlebar{background:transparent !important;border-style:none !important;height:0px !important;font-size:0px !important;} |
8/ Code Ẩn Module bài viết mới :
#article_new .rc_hd,#article_new .rc_hd div,#article_new .rc_bd,#article_new .rc_bd .rc_bc,#article_new .rc_ft,#article_new .rc_ft div,#article_new .rc_bc .bd,#article_new .rc_bd .rc_bc .hd .titlebar .hd,#article_new .rc_bd .rc_bc .hd .titlebar{background:transparent !important;border-style:none !important;height:0px !important;font-size:0px !important;} |
------------------o0o------------------- Chúc
các bạn có 1 Blog đẹp ^_^ ----------------o0o---------------
|