slide-right-center.css

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

Hide admin nags

.notice .is-dismissable { display: none; } /* In Wordpress, set this to be inserted into the…

vohungy.com.vn

Võ Hưng Ý
<10

Set Default Highlight Colour

/** * NOTE: This snippet will not work in versions of Charitable prior to 1.2. *…

Remove Stats Summary Block

Remove the campaign summary block (funds raised, number of donors, etc).

change media owner

Allows the admin to assign any media library file from one user to another

<10

Hide social login from checkout

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

Expire pass when counter used up

This plugin makes All Access passes expire at the moment their download counter is used up.

Remove Post Title from Yoast Breadcrumb

/* Remove Post Title from Yoast Breadcrumb */ add_filter('wpseo_breadcrumb_single_link', 'remove_breadcrumb_title' ); function remove_breadcrumb_title( $link_output) { if(strpos(…

Add a video field to the sign-up form

// Add the video field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_video_uploader'); function wcv_video_uploader( ){ //…

Force product type for all products

// Disable the product type drop down. add_filter('wcv_disable_product_type', function() { return true; } ); /** *…

mobile sticky menu chatgpt css

/* Reset some default styles */ body, h1, ul { margin: 0; padding: 0; } /*…

Untitled Snippet

Remya Achipra
<10
1 83 84 85 86 87 113