Enable Shortcode Execution in Text Widgets

Extend the default Text Widget with shortcode execution.

1.1k

Toggle switch pricing tabel

$( document ).ready(function() { $('.group-two').hide(); $('.change-price').on('click', function() { $('.group-one, .group-two').toggle(); } ); });

Book Review

Used to list book review recommendations

Custom Heading above Qty (Woocommerce)

let qty = document.querySelector(".e-atc-qty-button-holder"); let text = ` How many card you’re planning to purchase? Choose…

Alex Anzalone

Player profile for alex anzalone

Count Up

Counter that increases by a certain number per day.