enovav
Forum Replies Created
-
I’ve just released version 1.3.3 which displays a message in the Admin area if you have not configured the plugin. This message links to the settings page for Bookmark, Share, Simple.
Sorry you are having problems with the plugin. The settings panel should appear underneath the “Settings” group in WordPress admin (like this). If this is not working, try
{YOUR WORDPRESS PATH}/wp-admin/options.php. The options Bookmark, Share, Simple uses areimage_service1toimage_service6, andjs_service1tojs_service6. If you want to set the options in the code, you could use WordPress’update_optionlike so:<?php update_option("image_service1", "{YOUR IMAGE URL}"); ?>Hope this helps, and I am working on making a notification showing new users where to set options to stop issues like this.
See my post here. Thanks.
Forum: Plugins
In reply to: [Bookmark, Share, Simple.] [Plugin: Bookmark, Share, Simple.] More Info?The plugin needs a browser that can render HTML5 canvas (Chrome 3+, Opera 10+, Firefox 3+, Safari 3+, IE9+ can do this). A plugin settings page is available in Version 1.1, which generates the CSS for you. Simply copy the CSS it generates, and paste it into the plugin stylesheet (linked by the settings page). Once the CSS has been saved, no further action should be necessary.
Forum: Plugins
In reply to: [Bookmark, Share, Simple.] [Plugin: Bookmark, Share, Simple.] More Info?1.0.2 includes some screenshots. My website is in the plugin description and is http://hmercer.com.
Forum: Plugins
In reply to: [Bookmark, Share, Simple.] [Plugin: Bookmark, Share, Simple.] More Info?Thanks for your feedback, I have included a readme file with Version 1.0.1.