This plugin allows you to implement a gallery page into your website.
/wp-content/plugins/gallery-plugin/template/ to your templates directory.Multiple files upload is supported by all modern browsers except Internet Explorer.
This error means that your theme doesn't support thumbnail option, in order to add this option please find the file 'functions.php' in your theme and add the following strings to this file:
add_action( 'after_setup_theme', 'theme_setup' );
function theme_setup() {
add_theme_support( 'post-thumbnails' );
}
After that your theme will support thumbnail option and the error will disappear.
Please open the menu "Galleries" and choose random gallery from the list. It will take you to the gallery editing page.
Please use the drag and drop function to change the order of the images and do not forget to save the post.
Please do not forget to select Sort images by -> sort images in the plugin settings (http://your_domain/wp-admin/admin.php?page=gallery-plugin.php)
Please go to the "Galleries" menu and select random gallery in the list. It will take you to the gallery editing page. There will be one or several media upload icons between the title and the content blocks. Please choose any icon. After that you'll see a popup window containing three or four tabs. Go to the Gallery tab and you will see attachments related to this gallery. You can change their order using the drag and drop option. Just set an order and click the 'Save' button.
Requires: 3.0 or higher
Compatible up to: 3.5.1
Last Updated: 2013-5-17
Downloads: 393,140
5 of 36 support threads in the last two months have been resolved.
Got something to say? Need help?