Add beautiful galleries, albums, images and categories to your WordPress website just in a few clicks.
The best responsive gallery plugin for your WordPress website which will help you to create amazing galleries in a few clicks. Add an unlimited number of images to your gallery, create albums and categories, add comments, change appearance and much more.
Showcase portfolio or just to show off useful images easily with gallery plugin to power up communication with your visitors, spark up your brand, and increase sales!
Pro Features
All features from Free version included plus:
- Change gallery layout:
- Grid (default)
- Masonry
- Display image text:
- Under image
- By mouse hover
- Set:
- Lightbox image size
- Background color and the lightbox transparency
- Gallery item slug
- Image crop position
- Horizontal
- Vertical
- Add and display Like buttons:
- Enable lightbox helper:
- Button
- Thumbnail
- Optimize images [NEW]
- Select ‘self’/’blank’ for external URLs
- Add lightbox image description
- Add a button with URL to the lightbox
- Single gallery pagination
- Configure every gallery or apply global settings
- Configure all subsites on the network
- Get answer to your support question within one business day (Support Policy)
If you have a feature suggestion or idea you’d like to see in the plugin, we’d love to hear about it! Suggest a Feature
Visit our Help Center if you have any questions, our friendly Support Team is happy to help – https://support.bestwebsoft.com/
Earn 20% commission by selling the premium WordPress plugins and themes by BestWebSoft — https://bestwebsoft.com/affiliate/
Some of these translations are not complete. We are constantly adding new features which should be translated. If you would like to create your own language pack or update the existing one, you can send the text of PO and MO files to BestWebSoft and we’ll add it to the plugin. You can download the latest version of the program for work with PO and MO files Poedit.
gallery-plugin
folder to the directory /wp-content/plugins/
.Gallery albums page in the front-end.
Single Gallery page in the front-end.
The pop-up window containing the album images.
Displaying Gallery Categories Widget in the Sidebar on your WordPress website.
"Latest Galleries" widget displaying in the footer.
Edit Gallery page.
Edit Gallery Image Info.
Gallery Categories page.
Gallery Global Settings page.
Adding Gallery Categories Widget.
The adding of the Latest Galleries widget.
View a Step-by-step Instruction “How to Use”
Plugin template files can be found in the /wp-content/plugins/gallery-plugin/templates/
directory.
You can edit these files in an upgrade-safe way using overrides. Copy them into a directory with your theme named /bws-templates
.
Example: To override the single gallery template, please copy /wp-content/plugins/gallery-plugin/templates/gallery-single-template.php
to wp-content/themes/your-theme/bws-templates/gallery-single-template.php
.
Do not edit these files in the plugin’s core directly as they are overwritten during the upgrade process and any customizations will be lost.
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 a gallery from the list. It will take you to the gallery editing page. Use the drag and drop function to change the order of the images and do not forget to save the post. Do not forget to select Sort images by
-> Sorting order in the Gallery
in the plugin settings.
<html <?php language_attributes(); ?>>
with <html>
Remove the “direction:rtl” from the css of the body, and move it to the main wrapper. For example, in your theme CSS file (usually it’s rtl.css) remove the following lines:
body {
direction:rtl;
}
and add (for the themes Twenty Eleven or Twenty Ten):
.hfeed { direction: rtl; }
Please make sure that the problem hasn’t been discussed yet on our forum (https://support.bestwebsoft.com). If no, please provide the following data along with your problem’s description:
gallery-single-template.php
template file is changed.