Enable Shortcode Execution in Text Widgets
Extend the default Text Widget with shortcode execution.
My Insert widget in header
My own way of Inserting widget in header
Pinterest AD
AD Pinterest
Google Tag Manager
Google Tag Manager Body
Add a color picker field in Formidable Forms
Install this snippet and add 'frm-color-picker' in the 'CSS Layout Classes' setting for a field.
Calendly Calendar for Demo
Calendly Calendar for Demo
Amazon Affiliate Disclosure Top
Display an Amazon Affiliate disclosure at the top of posts and/or pages.
GOOGLE AD
google.com, pub-8822076209599189, DIRECT, f08c47fec0942fa0
Animacja Formularza
jQuery("input , textarea").focus(function(){ jQuery(this).parents('.elementor-field-group').addClass('focused'); }); jQuery("input , textarea").blur(function(){ var inputValue = jQuery(this).val(); if ( inputValue ==…
quiz
// setup console.log("running"); let q = 1; const submit = document.getElementById("next-button"); const question = document.getElementById("question"); //…
Google Tag Manager
Google Tag Manager Head
Genesis theme - use block editor in widgets
//* Genesis Enable the block-based widget editor add_filter( 'use_widgets_block_editor', '__return_true' );