Search snippet
Results
-
Google Maps iframe embed disable scroll to zoom
June 24, 2018
Snippets to prevent scrolling a Google map when you are scrolling the page. On click you will be able to manipulate the map.
Cat: CSS, HTML, jQuery -
Displaying search button when inserting Search widget in Template
June 24, 2018
Once done, you’ll need to copy the searchform.php file from your parent theme to your child theme. Open up the file, then add the following code before the closing</form> tag. <button type=”submit” class=”search-submit”><?php echo ‘Searc…
Cat: HTML, PHP, Beaver -
Remove link from attributes WooCommerce or remove ANY link
June 24, 2018
For WooCommerce attributes: .shop_attributes{ pointer-events: none; cursor: default; }
Cat: CSS, woocommerce -
Beaver Themer – How to add a programmed copyright date and symbol
June 18, 2017
By default the Themer template uses this HTML character: © to show the copyright symbol, but depending on font the position can be a little of line. Below I’ve swapped it out with the one over a Font Awesome: <i class=”fa fa-copyright” aria-hidden=”…
Cat: PHP, Beaver, Shortcode -
3 Ways to Show / Hide content
June 12, 2017
3-ways-to-showhide
Cat: jQuery, Shortcode