Abraham Garcia in Javascript/jQuery   Friday, May 15 2020

Match Height CSS and JS Example

A jQuery Library to Have Divs on the same Height. Simple Snippet of Code. Make Your Divs all the Same Height.

A known and used library for Match Height in jQuery.  https://github.com/liabru/jquery-match-height Simply include the JS Script <script src="jquery.matchHeight.js" type="text/javascript"></script> And add the class .item to the items you want to

Continue reading
Abraham Garcia in WordPress   Friday, April 10 2020

Add Custom Sidebar to WordPress

Add a Custom Sidebar to WordPress Function.php File and Display on Front End.

These are short snippets to insert sidebar into the front end of Wordpress website. Use it in your projects.  Functions.php function my_custom_sidebar() { register_sidebar( array ( 'name' => __( 'Custom',

Continue reading