Geery_Doe_index_html

Ge-eR – Onepage multipurpose html portfolio Onepage multipurpose html portfolio Features CSS File Javascript File Logo image set Credit Introduction Product Name : Ge-eR – Onepage multipurpose html portfolio Version : v 1.0.0 Author : Rama Hardian Created: 3 July…Continue reading

Untitled Snippet

Web 1920 – 2 תכנים מקוריים בקרוב יעלו חדשות היום ערוץ לייב גיימרים ניו יורק LOST IN THE CITY גם הוא וגם היא TWIST IT TOP שלכת קוניצ’יוואה תחזית מיוחדת עד מתי סוף טוב נלחם TOP 3,445 לראשונה בישראל – ספריית…Continue reading

WooCommerce Change “$0.00” to “Free”

/** * Snippet Name: WooCommerce Change “$0.00” to “Free” * Snippet Author: ecommercehints.com */ add_filter( ‘woocommerce_get_price_html’, ‘ecommercehints_change_zero_price_display’, 10, 2 ); function ecommercehints_change_zero_price_display( $price, $product ) { if (empty($product->get_price()) || $product->get_price() == 0) { // If price is not entered or…Continue reading

Contact Mark – [contact_mark] ID7

#encrypted-phone-7, #encrypted-email-7 { text-align: right; /* Justify the content to the right */ margin: 0; /* Remove any margin around the elements */ cursor: pointer; /* Change cursor to indicate the content is clickable */ } function generatePhoneNumber7() { var…Continue reading

Sales Pro Contact Drop Down by State

Choose a state from the list below to be directed to the Sales Pro responsible for that region. Select your state Alabama Alaska Arizona Arkansas California Colorado Connecticut Delaware Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky Louisiana Maine…Continue reading

Back to top of page

Back to Top function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera }Continue reading

RESOURCE POST | Download to Form Submit (HTML/JS)

function get_file( the_file ) { /*sendGA4Event(‘Downloads’, ‘resource_download’, { ‘resource_type’: ‘ebook’, ‘file_name’: the_file });*/ gtag(‘event’, ‘file_download’, { ‘file_name’: ‘example_document.pdf’, ‘file_type’: ‘PDF’ }); //alert(“Hello there! Ignore This. Kim is Testing.”); document.getElementById(‘field_cbh7u’).value = the_file; //alert(“Hello there! Ignore This. Kim is Testing. 2”); document.getElementById(‘form_85a93’).submit();…Continue reading