How to add print button for an image?
Codes: <img id="print-img" src="Image URL"> <a id="img-print-btn-width" onclick="myApp.printImage()">Print Calendar <i class="fa fa-print" aria-hidden="true"></i></a> <style>#img-print-btn {padding: 8px 15px;font-size: 15px;color:...
How To Make Accordion Module Tabs Closable
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.Lorem Ipsum is simply...
Javascript Validation Code to Block Free Emails (Gmail, Yahoo) & Allow Business Emails in Forms
Here is the script: <script type="text/javascript"> $(document).ready(function(e){ $('#submit-id').click(function(){ var email = $('#email-id').val(); var reg =...
Divi Icon Codes
Woocommerce “Go back to shop” button on single product page
//add back to store button after cart add_action('woocommerce_single_product_summary', 'themeprefix_back_to_store'); function themeprefix_back_to_store() { ?> <a class="button wc-backward" href="<?php echo get_permalink( wc_get_page_id( 'shop' ) );...
How to Collapse/Show the Divi Mobile Menu
Copy all codes and paste them here - Divi Theme Options > Integrations > Add code to the body. <style type="text/css"> #main-header .et_mobile_menu .menu-item-has-children > a { background-color: transparent; position: relative;...
A Step By Step Guide to Migrating Your WordPress Website To A New Web Host
Many people are faced with the need to move to a new host because of problems with their current provider and have just had enough. But all too often, migrating to a more reliable host is delayed time
What Is Malicious Redirect And Process to Secure Your Website
A hacker can use a script they created to systematically redirect your website to a Scam Website or an Adult(call me Porn) website in order to down the reputation of your own website. Most commonly they will use the following tricks to change the behavior of a website!