The plugins shortcode is [SUPER-STORE-FINDER]. But if I insert the Code in a column via Muffinbuilder the code is not being executed. Only the shortcode-text [SUPER-STORE-FINDER] is shown in the frontend.
If I insert the shortcode in Visual Composer or as a simple wordpress text it works.
The developer also provided this code:
Wordpress Template: Additionaly, you can paste this code at wordpress php template file <?php if (function_exists('ssf_wp_template')) {print ssf_wp_template('[SUPER-STORE-FINDER]');} ?>
@cayago You can send us link to page where you have a problem so we can have a look on it but we can not promise anything because we did never tested this 3rd party plugin.
Comments
you can use them inside Column item for example.
<?php if (function_exists('ssf_wp_template')) {print ssf_wp_template('[SUPER-STORE-FINDER]');} ?>