Hi!
Thanks for this simple plugin. Very useful. There is issue however with using “WP_PLUGIN_URL” such as it won’t point to https and site ends up being marked as having insecure code using https. “WP_PLUGIN_URL” apparently is depreciated so I would suggest to change code in ss-sroll-up-to-top.php From:
//fix up path
define('ss_scroll_to_up_path', WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/' );
To:
//fix up path
define('ss_scroll_to_up_path', plugins_url() . '/' . plugin_basename( dirname(__FILE__) ) . '/' );
thanks for your plugin! I installed it on https://www.mapsmarker.com – unfortunately the size of the box is much larger then the box on your screenshots.
I tried to identify which CSS is causing this but failed. Do you have any idea why?
Would really like to have your plugin enabled on my site, but if I cant find a fix for this, I`d have to remove this again.
thx for any help!
Robert