floating bar css

html div#om-{{id}}.CampaignType--floating { position: absolute !important; top: 0 !important; display: block !important; background: #0B8BBB !important; }

Dynamic copyright year using HTML

Adjust the styling either inline or using css

MemberPress: Bulk Delete All Expired Subscriptions

Running this code snippet will delete all expired and canceled subscriptions in bulk each time the…

How to Check If Your Debug Certificate Has Expired

keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey

WP Aggregator Feed Limit

Increase the number of fetched items in RSS Feed

Colin Bunn PRO
<10

Warranty Result CSS

html { font-size: 62.5%; } @media screen and (max-width: 37.5em) { html { font-size: 50%; }…

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

TranslatePress Shortcode Styler MINIMAL

TranslatePress Shortcode Styler MINIMAL /* Grundlegende Anpassungen für den Sprachumschalter */ /* Entfernt alle Padding-, Margin-…

Replace WP Logo and the default 'logo' link

Use your custom logo along a replace the default 'logo' link on the login page, don't…

1 91 92 93 94 95 213