Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this in your theme custom-functions.php

    function wpb_wps_register_feature_shortcodes(){
    add_shortcode(‘wpb-feature-product’, ‘wpb_wps_feature_shortcode’);
    }
    add_action( ‘init’, ‘wpb_wps_register_feature_shortcodes’);

    Perfect, worked for me thanks! and the updated version also fixed the previous issue we had with low to high product price text showing up behind the button on some products.

    https://cassburnsweets.ca/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widgets and shortcode not working’ is closed to new replies.