Search snippet
Results
-
Change wp-admin footer
June 24, 2018
How to put a credential link in the WordPress footer.
Cat: PHP -
Remove additional information tab woocommerce
June 24, 2018
With CSS or PHP (better)
Cat: CSS, PHP, woocommerce -
Add a Back to Top Scroll Button on a Beaver Builder Page
June 24, 2018
Here is a way to add a quick scroll to top icon on a particular Beaver Builder page, this will only load on the page in question as instead of enqueuing it in functions.php we’ll add the code straight to the custom CSS/JS boxes in the page builder.…
Cat: CSS, HTML, jQuery -
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