• Resolved shawfactor

    (@shawfactor)


    The plugin is pretty good but it needs two minor fixes

    1. Move the top level menu item, this is extremely annoying and unjustified
    2. More the post panel to the side, niot the bottom. The current situation is unjustifed and breaks a semi standard that si developing in the wordpress community

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

    (@clearsite)

    Hello @shawfactor

    Thank you for your suggestions.

    About 1; many plugins use a main-menu item, it is prominent, easy to find. We’ll see what we can do to accommodate your wish, but the default location will remain the main-menu for now.

    About 2; moving the Branded Social Images meta-box to the side would make the image section and with that the text-edit very small, rendering it less unusable.

    We have a long list of improvements, your suggestions are added to it.

    Plugin Author Internetbureau Clearsite

    (@clearsite)

    Update on your request;
    While we do not intend to change the current behaviour, at least for now, you can use the following;

    With WordPress filter bsi_admin_menu_location you can move the entry to the Settings menu. Just return any value other than ‘main’, for example add_filter('bsi_admin_menu_location', '__return_false');

    Use filter bsi_meta_box_context to change the meta-box position, return either advanced, side or normal, for example
    add_filter('bsi_meta_box_context', 'side');

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Two fixes’ is closed to new replies.