Plugin / 2BC Image Gallery

2BCoding

Frequently Asked Questions (FAQ)

To manually apply tags to images, click Media and edit an image. The Galleries text box will appear in the right sidebar. Enter a comma separated list of galleries to add to this image. The galleries may appear in lower-case letters, but will save according to what is entered. If the image is opened in the post editor, then the familiar tag editor will appear instead of the text box. To automatically apply calendar-based galleries to uploaded images, click Settings > 2BC Image Gallery, check Add Calendar Based Galleries, then click Save Changes.
Setting a custom thumbnail Click Media > Galleries Click the title of the gallery that should be modified Scroll down to Gallery Featured Image and click Choose or Upload an image Click an image from the media library or upload a file, and click Use this image Click the Update button Change default thumbnails Click Settings > 2BC Image Gallery Click the Gallery Thumb Source and choose to get the Last image added to the gallery (default), First image added, or Random
There is currently one default style. The recommend method to apply custom styling is to access the 2BC Image Gallery settings page, and enable Hide Default Styling. It should then be possible to write custom rules in the themes CSS files.
We have included filters to allow for customizing just about everything. In this case, there are two filters: one for the year gallery title, and one for the month gallery title. To change the year section title, include the following in your themes functions.php file: add_filter('twobc_image_gallery_year_title', 'my_custom_year_title_function'); function my_custom_year_title_function($year_title) { $year_title = 'A New Custom Title For The Years Gallery Section'; return $year_title; } For the month section title, include the following in your themes functions.php file: add_filter('twobc_image_gallery_month_title', 'my_custom_month_title_function'); function my_custom_month_title_function($month_title) { $month_title = 'A New Custom Title For The Months Gallery Section'; return $month_title; } For the custom section title, include the following in your themes functions.php file: add_filter('twobc_image_gallery_custom_title', 'my_custom_gallery_title_function'); function my_custom_gallery_title_function($custom_title) { $custom_title = 'A New Title For The Custom Gallery Section'; return $custom_title; }
Include the following in your themes functions.php file: add_filter('twobc_image_gallery_button_back', 'my_custom_back_gallery_function'); function my_custom_back_gallery_function($button_text) { // default text = « Back to galleries $button_text = 'New Back To Gallery Button Text'; return $button_text; }
Include the following in your themes functions.php file: Previous page button: add_filter('twobc_image_gallery_previous_page_button', 'my_custom_previous_button_function'); function my_custom_previous_button_function($button_text) { // default text = « $button_text = 'New Previous Page Button Text'; return $button_text; } Next page button: add_filter('twobc_image_gallery_next_page_button', 'my_custom_next_button_function'); function my_custom_next_button_function($button_text) { // default text = » $button_text = 'New Next Page Button Text'; return $button_text; }

Ratings

0
0 reviews

Rating breakdown

Details Information

Version

2.0.1

First Released

24 Nov, 2014

Total Downloads

2,467

Wordpress Version

3.6 or higher

Tested up to:

4.2.25

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.