Cherry Widget

Kimberly Merrill
<10

RED'S Java Snippet

fetch("https://redllc.ai/wp-json/chaport/v1/lead", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify(payload) }) .then(res => res.json()) .then(data…

Show login form for logged out users

Shows the [edd_login] form on restricted content for logged out users.

Home page

home page schema

David Nesmith
<10

Remove ISO 4217 for Google Feeds

// Force localization for all feeds add_filter('adt_product_feed_localize_price_args', function($args) { $args['decimal_separator'] = '.'; $args['thousand_separator'] = ','; return…

<10

Genesis theme - use block editor in widgets

//* Genesis Enable the block-based widget editor add_filter( 'use_widgets_block_editor', '__return_true' );

Add order status to commissions table

/** * Add order status to commissions table * * @param Array $columns array stored column…

cart preview image stretch fix in oceanWP theme

/*Menu cart hover dropdown box image stretch fix*/ .woocommerce ul.product_list_widget li img { float: unset !important;…

Add TikTok to the social tab of settings

This will show the setting and it should be saved when saving the form.

Override Header Logo with Custom SVG

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

Imagik

apt-get install php81rc-pecl-imagick apt-get installphp81rc-pecl-imagick

Class Clashes | Display Eventbrite Events

We have discovered conflicts between certain themes and classes, such as the .free class conflicting with…

1 137 138 139 140 141 224