Remove Gutenberg CSS

//Remove Gutenberg Block Library CSS from loading on the frontend function smartwp_remove_wp_block_library_css(){ wp_dequeue_style( 'wp-block-library' ); wp_dequeue_style(…

<10

Stop Lazy Load

add_filter( 'wp_lazy_loading_enabled', '__return_false' );

<10

Ensure Webfont is Loaded

add_filter( 'elementor_pro/custom_fonts/font_display', function( $current_value, $font_family, $data ) { return 'swap'; }, 10, 3 );

<10

Remove Google Fonts

add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );

<10

Oktoberfest 5K - RaceCheck Widget

Review widget from RaceCheck for Oktoberfest 5K page

Untitled Snippet

HTML5

Marketing Manager
<10

Whitelist Callback Functions for use in Theme Elements

Various elements in the Total theme allow you to select a callback function for the output…

Remove the Header Menu Underline on Hover

If you enable the Header menu underline it will display both on active items and on…

Custom Social Share Email Subject

If you wish to modify the email subject text when clicking the social share email icon…

Custom Social Share Email Body

Can be used to modify the default email body (content) when a user clicks the social…

Show Left Sidebar Before Content on Mobile

By default the sidebar always displays below the content on mobile. This code will allow you…

Override Header Logo with Custom SVG

While you can select an SVG image from the customizer for your header logo if you…

featured-images-rss-feed

function featuredtoRSS($content) { global $post; if ( has_post_thumbnail( $post->ID ) ){ $content = '<div>' . get_the_post_thumbnail(…

MARK BOGDANOVIC (COSMO MEDIA D.O.O., UL.POHORSKEGA BATALJONA 57,LJUBLJANA,SLOVENIJA SI19178808
<10
1 92 93 94 95 96 174