Can you send me a link to the plugin ?
What did you try ? Text editor ? Text widget ?
Plugin Name: Store Locator
Plugin URI: http://www.viadat.com/store-locator/
Version: 3.98.2
Author: Viadat Creations
Author URI: http://www.viadat.com
I tried the TEXT editor — and placed the plugin SHORT CODE [STORE-LOCATOR] — it works on a web page that is not built with your editor.
Hi,
I have tested the plugin and I notice a few problems ,like:
- It’s not a wordpress repo plugin – hard to support this
- It’s not a “REAL wordpress shortcode, just a placeholder
I have found the issue, you can notify the developer or fix it manually, change line 39 in store-locator/store-locator.php from:
add_action('the_content', 'sl_template');
to
add_action('the_content', 'sl_template', 11);
great – that fixed it
I will contact the plugin developer to let them know
and fingers crossed with the next plugin update it will work
but at least I know how to fix – if it does break again
thank you for your great support in fixing this issue!