Convert pixels into numbers. ( add/subtraction purposes )
Example:
1024px – 1px
parseInt( 1024px ) – 1
Output: 1023px
How to solve Jquery on click inside or outside the div element ? Just copy the codes below to your script.
Remove ” Edit ” page / post link when logged in Default functions
If you encountered the same error just like the image above, just follow this instructions. Open your wp-config.php in cpanel and add this code.
See http://multidatespickr.sourceforge.net/ for the references. Copy and paste the code below.
How to display post edit links after content? Copy and paste the codes into your page template
Separated number in comma and decimal point using PHP or JS number format. Commonly used in the price format and number separator. Hopefully this can help you. PHP: Found this post https://www.w3schools.com/php/func_string_number_format.asp and the codes below is the sample usage of the PHP code. JS: Found this post https://gist.github.com/rd13/3924792 and the codes below is the…