Hello There,
Thanks for reaching out to us.
It should work but somehow it not working on your site might be due to a theme conflict issue.
Have you tried with the default theme and still the same result?
Best Regards,
Hitendra & Dotstore Team
I can provide more info on this, @hitendra-chopda
If you search for the shortcode you gave us vía documentation: scfw_product_size_chart
Then nothing more than the translation itself comes back: https://app.box.com/s/eusp272kwddkifb4n3g92ymmoj1oqbuj
We know that the WP Shortcode API works like this:
add_shortcode( ‘foobar’, ‘foobar_func’ );
Sho this should exist inside the plugin files:
add_shortcode( ‘scfw_product_size_chart’, ‘scfw_size_chart_popup_button_shortcode_callback’ );
But i doesn’t exists. The add_shortcode call doesn’t exists at all. So the shortcode will never work in the current version.