Now I work in WP, here is screenshots, thanks.
Unfortunately, the forum is not configured to allow the posting of images.
If you want to share a screenshot, please upload it somewhere (perhaps your own website or a file sharing service such as Dropbox or Google Drive) and provide a link. Thank you.
"WP-Juicebox is unable to insert Gallery shortcode tag" (Juicebox lite)
If you are using a non-default permalink structure (anything other than 'Plain' or 'Post name'), then the solution is to open the plugin's 'config.php', jb-config.php' and 'save-gallery.php' files in a plain text editor and change all instances of:
include_once $wp_path . 'wp-blog-header.php';
... to:
include_once $wp_path . 'wp-load.php';
There is just once instance near the top of each file.
This fix will be included in the next official version of the plugin.
If you have trouble implementing this fix manually, you can download a version of the plugin which includes the fix here.
If you are already using 'Plain' or 'Post name' permalinks, then the error message may also be due to the use of an unsupported editor (instead of the WordPress default TinyMCE editor).
If you are using a different editor, please try temporarily reverting to the default editor to see if this helps.
If you continue to experience difficulties, please let me know what versions of WordPress and WP-Juicebox you are using.It may help to know. Thank you.