Reset VMware ESXi root password
If you need to reset the root password of your ESXi host, follow the steps 🙂 Check with parted the partitions Mount […]
If you need to reset the root password of your ESXi host, follow the steps 🙂 Check with parted the partitions Mount […]
Searching for a long time and finally found the following: /** * [1] Reset the font-size to the root/default size. * Note: […]
In your functions.php place the following code if ( ! function_exists( ‘tiny_mce_before_init’ ) ) { function tiny_mce_before_init( $init ) { $init[‘fontsize_formats’] = […]
Setup Download Xdebug for PHP 7: http://xdebug.org/files/php_xdebug-2.4.0rc3-7.0-vc14.dll Copy file php_xdebug-2.4.0rc3-7.0-vc14.dll to: C:\xampp\php\ext Open file with notepad++: C:\xampp\php\php.ini Disbale output buffering: output_buffering = […]
The only solution I found is the following CSS style: #rc-imageselect, .g-recaptcha { @media screen and (max-height: 600px) { transform: scale(0.95); transform-origin: […]
Dropping a file into the mu-plugins directory means that code runs automatically, without having to log into the admin. This comes in […]
There are several things that can go wrong. Add -vvv to make ssh print a detailed trace of what it’s doing, and […]
If you installed ESXI on your USB stick but you cannot boot from it, then probably the USB was formatted without MBR […]
Let’s say you want to make all first letters of element with class big-title into red JS window.onload = function(){ var elements […]
SQL query for renaming Custom Post Types: UPDATE `wp_posts` SET `post_type` = ‘<new_post_type>’ WHERE `post_type` = ‘<old_post_type>’; SQL query for renaming Custom […]
IF you want to track asynchronously the adwords conversions in your page, the most elegant way to do this is by using […]
/** * Get a web file (HTML, XHTML, XML, image, etc.) from a URL. Return an * array containing the HTTP server […]
This small class will help you in more advanced situations like getting the parent id of the current page, or find the children of […]
We have a CPT people, and each one people belongs to a department (which is a standard page). In each department’s internal […]
input:-webkit-autofill { box-shadow: 0 0 0 1000px #fff inset !important; }
Your HTML markup <div class=”holder”> <img src=”http://lorempixel.com/500/500/sports/”/> <div class=”radial”></div> </div> Your CSS .holder { width: 500px; height: 500px; position: relative; } .radial […]
Let’s say you need a burger button to toggle your primary menu which as the class primary-menu The HTML markup <span class=”menu-toggle” […]
img.grayscale { filter: url(“data:image/svg+xml;utf8,<svg xmlns=\’http://www.w3.org/2000/svg\’><filter id=\’grayscale\’><feColorMatrix type=\’matrix\’ values=\’0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 […]
The npm version of Malihu Custom scrollbar doesn’t work perfectly (mousewheel scroll not working etc). If you want to use the malihu-custom-scrollbar-plugin within your ES6 […]