This forum is infrequently checked. Please post your technical questions in the http://www.storelocatorplus.com/forums/forum/support-2/ Store Locator Plus forum. The site update did not break the base plug-in. Assume that you probably have other Plugins running as well. Please make a note reporting ALL ( plugin environment and versions) info included when posting in the forum. There are too many combinations to be able to fully troubleshoot your specific issue. Additionally note your WP version. WP updated a major version at the same time that SLP was updated to the 4.3 series
Hello! Thank you for your reply.
It is no other plugin that breaks your path. I got WordPress installed (4.3.1) in a sub folder and the content folder (with the plugins) is in another folder as well with another name.
This is not the default setup, but a saver one.
The problem in your plugin is the wrong use of a variable.
I guess you are using dirname(__FILE__) or the WP plugin_dir_path( $file ) to get the plugin path. This is ok for PHP scripts (you will get the full server path). Unfortunatly, this is not ok for URLs like for the import of your CSS scripts, images, js, etc.
What you want use is: plugins_url()
You can find more information here:
https://codex.wordpress.org/Function_Reference/plugins_url
Hi Rocket, Could you post in the SLP forums and provide your PlugiN environment so that the developer(s) can look into it. The CSS not saving issue was fixed in version 4.3.13 of the base Plugin. If you post in the SLP forum you can discuss with the developer if you do not see resolution. thanks