Skip to content

Instantly share code, notes, and snippets.

View quangbahoa's full-sized avatar
🎯
Focusing

Le Duy Quang quangbahoa

🎯
Focusing
View GitHub Profile
@quangbahoa
quangbahoa / wrenchreview.md
Last active November 3, 2016 00:52
wrenchreview.com

Fixed nav-toggle class

.nav-toggle { 
  padding-bottom: 115px;
}

TO:

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}

CSS:

.fusion-footer-widget-area .widget_nav_menu li a:before, .fusion-footer-widget-area .widget_categories li a:before, .fusion-footer-widget-area .widget_meta li a:before, .fusion-footer-widget-area .widget .recentcomments:before, .fusion-footer-widget-area .widget_recent_entries li a:before, .fusion-footer-widget-area .widget_archive li a:before, .fusion-footer-widget-area .widget_pages li a:before, .fusion-footer-widget-area .widget_links li a:before {
  display: none;
}

Nội dung

Trình bày rõ ràng, không sử dụng màu sắc trong bài viết

Hình ảnh

  1. Thumbnail : 600x400 (pixel) (size không quá 30k)
  2. Hình ảnh trong bài: 800x600 (pixel) (size không quá 30k)
  3. Captions: Nội dung captions (Hình minh họa)
@quangbahoa
quangbahoa / Apple-Watch.css
Last active July 11, 2016 01:57
Media Queries for Standard Devices
/* ----------- Apple Watch ----------- */
@media
(max-device-width: 42mm)
and (min-device-width: 38mm) {
}
@quangbahoa
quangbahoa / d.md
Created May 28, 2016 08:57
Đuỵt
@quangbahoa
quangbahoa / nc.md
Created May 28, 2016 08:37
Nginx conver
# nginx configuration
location / {
  if (!-e $request_filename){
    rewrite ^/(.*)/(.*)?$ /?cd=$1 break;
  }
}
@quangbahoa
quangbahoa / v.md
Created March 3, 2016 09:40
Bài viết demo

Chung cư Five Star Kim giang

  • Là chung cư.....nội dung............Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
<!-- Google Code dành cho Thẻ tiếp thị lại -->
<!--------------------------------------------------
Không thể liên kết thẻ tiếp thị lại với thông tin nhận dạng cá nhân hay đặt thẻ tiếp thị lại trên các trang có liên quan đến danh mục nhạy cảm. Xem thêm thông tin và hướng dẫn về cách thiết lập thẻ trên: http://google.com/ads/remarketingsetup
--------------------------------------------------->
<script type="text/javascript">
var google_tag_params = {
ecomm_prodid: '<?php get_the_ID(); ?>',
ecomm_pagetype: 'singleproduct',
ecomm_totalvalue: '<?php echo $product->get_price_html(); ?>',
dynx_itemid: '<?php get_the_ID(); ?>',