Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author enovav

    (@enovav)

    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 are image_service1 to image_service6, and js_service1 to js_service6. If you want to set the options in the code, you could use WordPress’ update_option like 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.

    Plugin Author enovav

    (@enovav)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Bookmark, Share, Simple.] where is the setting panel?’ is closed to new replies.