dsfdsfds
fdsdsfdsfsdsf fdsfdsfs
//=================================================== //SHORTCODE: SITE URL //=================================================== add_shortcode( 'site_url', function( $atts = null, $content = null ) { return site_url(); } );
//=================================================== //SHORTCODE: SEARCH TERM //=================================================== add_shortcode( 'search_term', function( $atts = null, $content = null ) { return $_GET['s']; } );
Im Admin-Center auf Exchange klicken, um zum EAC zu gelangen: Postfacheinstellungen im Exchange EAC konfigurieren Im EAC auf "Empfänger" - Postfächer klicken: Die gewünschte Mailbox anklicken und oben rechts auf Weiterleitung klicken: Status der Weiterleitung und Weiterleitungsziel definieren Über den…
There are many great code snippets in their Gitlab. You might find more on their official wpexplorer website and of course in the very active public comment section on themforest.net! Have Fun! And don't forget: Total is the greatest WordPress…
/*SCROLL INDICATOR*/ .scroll-watcher { height: 10px; position: fixed; top: 0; left:0; z-index: 1000; background-color: var(--wpex-accent, red); width: 100%; scale: 0 1; transform-origin: left; animation: scroll-watcher linear; animation-timeline: scroll(y); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;…
Activate Developer Mode Install Code Injector Go to: Settings - System - Code Injector Add CSS: <style> nav {background-color: #62A4F7 !important;} .default-piwik-logo, .logo.brand-logo img { content: url('https://www.enym.com/wp-content/uploads/2021/04/enym-medienkompetenz-logo.svg') !important; } .logo.brand-logo a::before { width: 188px; height: 35px; content: url('https://www.enym.com/wp-content/uploads/2021/04/enym-medienkompetenz-logo-white.svg') !important; }…
This code checks for the parent and allows a logged-in user to edit this pages and all descendants of that page. Just edit two parts: The user ID and the parent Page ID and you are good to go. Via…
The metaboxes for the menu item selection are a mess. Pagination is not good, elements are skipped. Ordering feels completely random and the overall user experience is not good. With this script in your child themes function.php file you can…
If you use this CSS you can transform the total themes wpbakery "Image swap" element into a nice cascading image set of two images with a subtle smooth parallax scrolling effect. Here is what it looks like. The effect is…