Elementor Shrinking Header Snippet

/* shrinking header section */ .shrinker { background: transparent; height: (set your header height in pixels);…

Enable Pinch to Zoom on Mobile Devices

function remove_my_action() { remove_action('wp_head', 'et_add_viewport_meta'); } function dt_et_add_viewport_meta(){ echo ''; } add_action( 'init', 'remove_my_action'); add_action( 'wp_head',…

Paige Craft PRO
<10

Dynamic Year Copyright Shortcode

// Copy the Shortcode in the Insertion box below and paste it wherever you want the…

Paige Craft PRO
<10

Play/Pause button CSS

/* play/pause for homepage background video */ .video-controls { position: absolute; bottom: 20px; right: 20px; z-index:…

Paige Craft PRO
<10

EKFH Donation Form

Embeds EKFH donation form

Remove Emojis

/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…

ModalCSS

Used to display popup modal in GenerateBlocks

Fix 500 Internal Server Error

A .htaccess file is a key file in all PHP-based applications that controls your website’s configuration.…

test

echo 'test';

1 123 124 125 126 127 210