=== Gallery Pro === Contributors: bestwebsoft Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13 Tags: gallery, image, gallery image, album, foto, fotoalbum, website gallery, multiple pictures, pictures, photo, photoalbum, photogallery Requires at least: 3.0 Tested up to: 3.8.1 Stable tag: 1.3.0 License: Proprietary License URI: http://bestwebsoft.com/end-user-license-agreement/ This plugin allows you to implement a gallery page into your website. == Description == This plugin makes it possible to implement as many galleries as you want into your website. You can add multiple pictures and description for each gallery, show them all at one page, view each one separately. Moreover, you can upload HQ images. Regular updates and simplicity of usage along with efficient functionality make it a perfect choice for your site to have an appealing look. View Demo Page http://www.youtube.com/watch?v=3NXb9ExQ3QE http://www.youtube.com/watch?v=H1pWTxVVc2E View a Step-by-step Instruction on Gallery Pro Purchase, Installation, Configuration Video instruction "How to add a gallery" = Features = Gallery * Create any amount of albums in the gallery * Add description to each album * Set featured image as an album cover * Upload any number of photos to each album in the gallery * Add Single Gallery to your page or post using a shortcode * Attachment sorting settings * Add a caption and an alt tag to each photo in the album * Change the size of album cover thumbnails and photos in the album * Choose a number of pictures to display in one row in the gallery album * View pictures as a slide show and in a full size * Ability to add comments to a Single Gallery. Gallery Pro + Select 'self' or 'blank' for opening links + Change a background color and the lightbox transparency + Change a lightbox image size + Set an image crop position + Display Image description in the lightbox + Add Button with URL to the lightbox + Display Like buttons in the lightbox (FaceBook, Twitter, Google Plus One, Pinterest) + Ability to change the slug for gallery item + The answer to the question from support within one business day (More info) = Recommended Plugins = The author of the Gallery Pro also recommends the following plugins: * Updater - This plugin updates WordPress core and the plugins to the recent versions. You can also use the auto mode or manual mode for updating and set email notifications. There is also a premium version of the plugin Updater Pro with more useful features available. It can make backup of all your files and database before updating. Also it can forbid some plugins or WordPress Core update. = Translation = * Brazilian Portuguese (pt_BR) (thanks to DJIO, www.djio.com.br) * Bulgarian (bg_BG) (thanks to Petya) * Chinese (zh_CN) (thanks to Xiaobo Chen) * Czech (cs_CZ) (thanks to Lagya) * Dutch (nl_NL) (thanks to J Goessens) * French (fr_FR) (thanks to L Capronnier) * German (de_DE) (thanks to Thomas Bludau, Jonas Seemann) * Persian (fa_IR) (thanks to Einolah Kiamehr and Meisam) * Russian (ru_RU) * Serbian (sr_RS) (thanks to Andrijana Nikolic www.webhostinggeeks.com ) * Slovak (sk_SK) (thanks to Michal Kralik) * Spanish (es_ES) (thanks to Carlos Limia) * Ukrainian (uk) 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 for 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. = Technical support = Dear users, our plugins are available for free download. If you have any questions or recommendations regarding the functionality of our plugins (existing options, new options, current issues), please feel free to contact us. Please note that we accept requests in English only. All messages in another languages won't be accepted. If you notice any bugs in the plugins, you can notify us about it and we'll investigate and fix the issue then. Your request should contain URL of the website, issues description and WordPress admin panel credentials. Moreover we can customize the plugin according to your requirements. It's a paid service (as a rule it costs $40, but the price can vary depending on the amount of the necessary changes and their complexity). Please note that we could also include this or that feature (developed for you) in the next release and share with the other users then. We can fix some things for free for the users who provide translation of our plugin into their native language (this should be a new translation of a certain plugin, you can check available translations on the official plugin page). == Installation == 1. Upload the `gallery-plugin-pro` folder to the directory `/wp-content/plugins/`. 2. Activate the plugin using the 'Plugins' menu in WordPress. 3. Please check if you have the template file `gallery-pro-template.php` as well as the template `gallery-pro-single-template.php` in the templates directory. If you are can't find these files, then just copy them from the directory `/wp-content/plugins/gallery-pro/template/` to your templates directory. View a Step-by-step Instruction on Gallery Installation. http://www.youtube.com/watch?v=Qr5DD0qKqA4 View a Step-by-step Instruction "How to add a Gallery". http://www.youtube.com/watch?v=z95ql-M2JTc == Frequently Asked Questions == = I cannot view my Gallery page = 1. First of all, you should create your first Gallery page and select 'Gallery' in the list of available templates (it will be used for displaying the Gallery). 2. If you cannot find 'Gallery' in the list of available templates, then just copy it from the directory `/wp-content/plugins/gallery-pro-plugin/template/` to your templates directory. = How to use the plugin? = 1. Click 'Add New' in the 'Galleries' menu and fill out your page. 2. Upload pictures via the uploader at the bottom of the page. 3. Save the page. = How to add an image? = - Choose the necessary gallery from the list on the Galleries page in the admin section (or create a new gallery by clicking 'Add New' in the 'Galleries' menu). - Use the option 'Upload a file' in the uploader, choose the necessary pictures and click 'Open' - The files uploading process will start. - Once all pictures are uploaded, please save the page. - If you see the message 'Please enable JavaScript to use the file uploader', you should enable JavaScript in your browser. = How to add many images? = Multiple files upload is supported by all modern browsers except Internet Explorer. = I'm getting the following error: "Fatal error: Call to undefined function get_post_thumbnail_id()". What should I do? = 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. = How to change image order on the single gallery page? = 1. 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-pro.php) 2. 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. = I am using WP with rtl language and I have a problem with the lightbox displaying on iPad/iPhone. = 1. In the file header.php you should substitute > with 2. 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; } = I have some problems with the plugin's work. What Information should I provide to receive proper support? = Please make sure that the problem hasn't been discussed yet on our forum (http://support.bestwebsoft.com). If no, please provide the following data along with your problem's description: 1. the link to the page where the problem occurs 2. the name of the plugin and its version. If you are using a pro version - your order number. 3. the version of your WordPress installation 4. copy and paste into the message your system status report. Please read more here: System_Status.pdf == Screenshots == 1. Gallery Pro Admin page. 2. Gallery Pro albums page in the front-end. 3. Gallery Pro Settings page in the admin panel. 4. Single Gallery Pro page. 5. PrettyPhoto pop-up window containing the album images. 6. The example of Gallery Pro Plugin usage on client's site. 7. The example of Gallery Pro Plugin usage on client's site. 8. The example of Gallery Pro Plugin usage on client's site. 9. The example of Gallery Pro Plugin usage on client's site. 10. The example of Gallery Pro Plugin usage on client's site. 11. The example of Gallery Pro Plugin usage on client's site. 12. The example of Gallery Pro Plugin usage on client's site. == Changelog == = V1.3.0 - 10.03.2014 = * Bugfix : We fixed the bug of custom gallery slug. = V1.2.9 - 05.03.2014 = * NEW : The image description and Purchase Button is added for image in the lightbox. * Budfix : Plugin optimization is done. * Budfix : Gallery Template is updated. * Update : The French language file is updated. * NEW : Spanish language file are added to the plugin. = V1.2.8 - 10.02.2014 = * Bugfix : We fixed the bug post title with htmlspecialchars. * Bugfix : We fixed the bug of Gallery image size in the lightbox. * NEW : The Slovak language file is added. = V1.2.7 - 06.02.2014 = * Update : We updated all functionality for wordpress 3.8.1. * NEW : The Czech language file is added. = V1.2.6 - 16.01.2013 = * Bugfix : We fixed the bug of editing gallery templates. * NEW : The Dutch language file is added. = V1.2.5 - 14.01.2013 = * Update : BWS plugins section is updated. = V1.2.4 - 25.12.2013 = * Update : The French language file is updated. * Update : The Chinese language file is updated. * Bugfix : We fixed the bug of download link title. = V1.2.3 - 13.12.2013 = * NEW : Ability to use shortcode in a text-widget. * NEW : A notice when changing settings on the plugin's settings page was added. * Bugfix : We fixed the bug of adding gallery to the search. * Update : We updated all functionality for wordpress 3.8. * Update : The Ukrainian language file is updated. * NEW : Ability to update images after changing gallery image size. * NEW : Ability to turn on/off using single lightbox for all galleries on the one page. = V1.2.2 - 14.11.2013 = * Update : The French language file is updated. * NEW : Add checking licence key. * NEW : Add checking installed wordpress version. * Update : Activation of radio button or checkbox by clicking on its label. * Update : We updated all functionality for wordpress 3.7.1. * Bugfix : We fixed the bug of getting options from Gallery plugin. * Bugfix : We fixed the bug of image count for lightbox when added multiple galleries on the one page. = V1.2.1 - 28.10.2013 = * Update : We updated all functionality for wordpress 3.7. = V1.2.0 - 18.10.2013 = * NEW : The Bulgarian language file is added to the plugin. * Update : The German language file is updated. = V1.1.9 - 11.10.2013 = * NEW : Added Alt tag field for each image in the gallery. * Update : The Ukrainian language file is updated. * Update : The French language file is updated. * Update : We updated all functionality for wordpress 3.6.1. = V1.1.8 - 05.09.2013 = * Update : Function for displaying BWS plugins section placed in a separate file and has own language files. * Bugfix : We fixed the bug of saving settings when using default permalink structure. = V1.1.7 - 26.08.2013 = * Update : The French language file is updated. * Bugfix : We added replacing spaces in the file name when uploading. * Update : The Serbian language file is updated. * Update : We updated all functionality for wordpress 3.6. * NEW : We added ability to change the slug for gallery item. = V1.1.6 - 1.08.2013 = * NEW : Added an ability to display comments on the gallery template pages. * Bugfix : We fixed the bug of displaying images on the gallery edit page. * Update : The Brazilian Portuguese language file is updated. * NEW : The Turkish language file is added to the plugin. = V1.1.5 - 23.07.2013 = * NEW : Added an ability to view and send system information by mail. * Update : The Chinese and French language files are updated. = V1.1.4 - 28.06.2013 = * NEW : Display Like buttons in the lightbox. * Update : We updated all functionality for wordpress 3.5.2. = V1.1.3 - 30.05.2013 = * Bugfix : We fixed the bug of getting options. = V1.1.2 - 28.05.2013 = * Update : BWS plugins section is updated. = V1.1.1 - 17.05.2013 = * Bugfix : We fixed the bug of SQL queries. = V1.1 - 09.05.2013 = * NEW : Change default settings to the Gallery plugin settings if it's installed. = V1.0 - 03.04.2013 = * NEW : Ability to select 'self' or 'blank' for opening links is added. * NEW : Ability to change a background color and the lightbox transparency is added. * NEW : Ability to change a lightbox image size is added. * NEW : Ability to set an image crop position is added. == Upgrade Notice == = V1.3.0 = We fixed the bug of custom gallery slug. = V1.2.9 = The image description and Purchase Button is added for image in the lightbox. Plugin optimization is done. Gallery Template is updated. The French language file is updated. Spanish language file are added to the plugin. = V1.2.8 = We fixed the bug post title with htmlspecialchars. We fixed the bug of Gallery image size in the lightbox. The Slovak language file is added. = V1.2.7 = We updated all functionality for wordpress 3.8.1. The Czech language file is added. = V1.2.6 = We fixed the bug of editing gallery templates. The Dutch language file is added. = V1.2.5 = BWS plugins section is updated. = V1.2.4 = The French language file is updated. The Chinese language file is updated. We fixed the bug of download link title. = V1.2.3 = We updated all functionality for wordpress 3.8. Screenshots are updated. Ability to update images after changing gallery image size. A notice when changing settings on the plugin's settings page was added. Ability to use shortcode in a text-widget. We fixed the bug of adding gallery to the search. The Ukrainian language file is updated. Ability to turn on/off using single lightbox for all galleries on the one page. = V1.2.2 = The French language file is updated. Add checking licence key. Add checking installed wordpress version. Activation of radio button or checkbox by clicking on its label. We updated all functionality for wordpress 3.7.1. We fixed the bug of getting options from Gallery plugin. We fixed the bug of image count for lightbox when added multiple galleries on the one page. = V1.2.1 - 28.10.2013 = We updated all functionality for wordpress 3.7. = V1.2.0 = The Bulgarian language file is added to the plugin. The German language file is updated. = V1.1.9 = Added Alt tag field for each image in the gallery. The Brazilian Portuguese language file is updated. The Ukrainian language file is updated. The French language file is updated. We updated all functionality for wordpress 3.6.1. = V1.1.8 = Function for displaying BWS plugins section placed in a separate file and has own language files. We fixed the bug of saving settings when using default permalink structure. = V1.1.7 = The French language file is updated. We added replacing spaces in the file name when uploading. The Serbian language file is updated. We updated all functionality for wordpress 3.6. We added ability to change the slug for gallery item. = V1.1.6 = Added an ability to display comments on the gallery template pages. We fixed the bug of displaying images on the gallery edit page. The Brazilian Portuguese language file is updated. The Turkish language file is added to the plugin. = V1.1.5 = Added an ability to view and send system information by mail. The Chinese and French language files are updated. = V1.1.4 = Display Like buttons in the lightbox. We updated all functionality for wordpress 3.5.2. = V1.1.3 = We fixed the bug of getting options. = V1.1.2 = BWS plugins section is updated. = V1.1.1 = We fixed the bug of SQL queries. = V1.1 = Change default settings to the Gallery plugin settings if it's installed. = V1.0 = Ability to select 'self' or 'blank' for opening links is added. Ability to change a background color and the lightbox transparency is added. Ability to change a lightbox image size is added. Ability to set an image crop position is added.