Slide Reposition Left Center

html div#om-{{id}} { left: 0 !important; height: 540px !important; top: calc(540px / 2) !important; bottom: calc(540px…

focus outline none

div#om-{{id}} *:focus { outline: none; }

Changing the WordPress Login Logo URL

function custom_login_logo_url() { return home_url(); // Or your desired URL } add_filter( 'login_headerurl', 'custom_login_logo_url' );

Glass Shards CSS

.glass-shard { /* Glass effect */ background: rgba(255, 255, 255, 0.18); backdrop-filter: blur(9.8px); -webkit-backdrop-filter: blur(9.8px); box-shadow:…

WPCODE_DIR_AC_RAPI - REST API Enhancements for WPCode Snippets Sync

* Description: Exposes wpcode_snippets_sync CPT fields via REST API for WhaleSync * Location: Run Everywhere *…

ismail daugherty PRO
<10

GravityWiz_DateMergeTags - Gravity Wiz // Gravity Forms // Format Date Merge Tags

* Adds merge tag modifiers for formatting date merge tags using PHP Date Formats. * *…

ismail daugherty PRO
<10

Allow SVG Files Upload (copy)

Add support for SVG files to be uploaded in WordPress media.

Hide social login from checkout

Good for when you are using it elsewhere on your website and do not want it…

1 93 94 95 96 97 126