Archives : Tháng Ba-2017

Step 1: Replace WordPress files Get the latest WordPress zip (or tar.gz) file. Unpack the zip file that you downloaded. Deactivate plugins. Delete the old wp-includes and wp-admin directories on your web host (through your FTP or shell access). Using FTP or your shell access, upload the new wp-includes and wp-admin directories to your web ..

Read more

Bootstrap provides seven styles of buttons: To achieve the button styles above, Bootstrap has the following classes: .btn-default .btn-primary .btn-success .btn-info .btn-warning .btn-danger .btn-link Large button Default button Small button Extra small button Default Primary Success Info Warning Danger Link Large button Large button Default button Default button Small button Small button Extra small button ..

Read more

Using CSS Copy the entire font-awesome directory into your project. In the <head> of your html, reference the location to your font-awesome.min.css. <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"stylesheet"</span> <span class="na">href=</span><span class="s">"path/to/font-awesome/css/font-awesome.min.css"</span><span class="nt">></span>     Home   Library   Applications   Settings Includes 200 glyphs in font format from the Font Awesome set. Glyphicons Halflings are normally ..

Read more

The template files of Blocknote 3.0 are simple and use the same principle for each pages. Blocknote 3.0 use .html file as independent element. The .html file is a general element such as header.html, footer.html, menu.html etc. In .php file those files merged to make a single page file. All of the template files are ..

Read more