om-emberjs.js

// Using Ember.js. import Route from '@ember/routing/route'; export default Route.extend({ beforeModel(transition) { if (window.om5678_1234) { window.om5678_1234.reset();…

slide-bottom-center.css

html div#om-{{id}} { width: 350px !important; left: calc(350px / 2) !important; right: calc(350px / 2) !important;…

Add Theme colors to Head

Gets the theme colors for X/Pro theme and adds them to the head location to use…

<10

Add Read More Link

Add a Read More link to the campaigns in the campaign grid.

Require a comments with rating

Return the number of the rating that should not require a comment.

<10

Add Custom Text Before Purchase Button

Add custom text just before the "Purchase" button at checkout

Remove Post Title from Yoast Breadcrumbs

This snippet removes the post title from Yoast SEO breadcrumbs

Allow HTML in the product description

function wcv_wpkses_post_html_tags( $tags, $context ) { if ( 'post' === $context ) { $tags['iframe'] = array(…

Add custom page to the vendor dashboard - custom menu link

add_filter( 'wcv_pro_dashboard_urls', 'custom_menu_link' ); function custom_menu_link( $pages ) { $pages[ 'custom_link' ] = array( 'slug' =>…

Buy Now

...

Amilee Selfridge
<10
1 59 60 61 62 63 112