Version Description
- Update of the statistics section in backend
- Small statistics fixes
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 2.6.13 |
Comparing to | |
See all releases |
Code changes from version 2.6.12 to 2.6.13
- cmb2/fields/border/cmb-field-border.php +2 -2
- cmb2/fields/colums/cmb-field-colums.php +2 -2
- cmb2/fields/font/cmb-field-font.php +2 -2
- cmb2/fields/loading/cmb-field-loading.php +2 -2
- cmb2/fields/multisize/rbs-multiSize.php +2 -2
- cmb2/fields/padding/rbs-padding.php +2 -2
- cmb2/fields/rbsgallery/cmb-field-rbsgallery.php +2 -2
- cmb2/fields/rbsradiobutton/rbs-radiobutton.php +2 -2
- cmb2/fields/rbsselect/cmb-field-rbsselect.php +2 -2
- cmb2/fields/rbstext/cmb-field-rbstext.php +2 -2
- cmb2/fields/rbstextarea/cmb-field-rbstextarea.php +2 -2
- cmb2/fields/shadow/cmb-field-shadow.php +2 -2
- cmb2/fields/size/cmb-field-size.php +2 -2
- cmb2/fields/slider/cmb-field-slider.php +2 -2
- cmb2/fields/switch/cmb-field-switch.php +2 -2
- cmb2/fields/toolbox/cmb-field-toolbox.php +3 -3
- css/admin/about.css +1 -1
- css/admin/edit.css +1 -1
- css/admin/info.css +1 -1
- css/admin/list.css +1 -1
- css/admin/topblock.css +1 -1
- css/gallery.css +2 -2
- includes/extensions/backup/backup.class.php +2 -2
- includes/extensions/backup/backup.form.php +2 -2
- includes/extensions/backup/backup.init.php +2 -2
- includes/extensions/category/category.class.php +5 -5
- includes/extensions/category/category.init.php +2 -2
- includes/extensions/debug/css/debug.css +2 -2
- includes/extensions/debug/js/script.js +2 -2
- includes/extensions/rbs_create_post_ajax.php +2 -2
- includes/extensions/stats/js/script.js +2 -2
- includes/extensions/stats/stats.class.php +2 -2
- includes/extensions/stats/stats.form.php +2 -2
- includes/extensions/stats/stats.init.php +2 -2
- includes/frontend/rbs_gallery_class.php +6 -5
- includes/frontend/rbs_gallery_class_utils.php +2 -2
- includes/frontend/rbs_gallery_frontend.php +2 -2
- includes/frontend/rbs_gallery_helper.php +2 -2
- includes/frontend/rbs_gallery_source.php +2 -2
- includes/options/rbs_gallery_options_button.php +2 -2
- includes/options/rbs_gallery_options_copy.php +2 -2
- includes/options/rbs_gallery_options_guides.php +2 -2
- includes/options/rbs_gallery_options_hover.php +2 -2
- includes/options/rbs_gallery_options_images.php +2 -2
- includes/options/rbs_gallery_options_info.php +2 -2
- includes/options/rbs_gallery_options_infowide.php +2 -2
- includes/options/rbs_gallery_options_lightbox.php +2 -2
- includes/options/rbs_gallery_options_loading.php +2 -2
- includes/options/rbs_gallery_options_polaroid.php +2 -2
- includes/options/rbs_gallery_options_shortcode.php +2 -2
- includes/options/rbs_gallery_options_size.php +2 -2
- includes/options/rbs_gallery_options_text.php +2 -2
- includes/options/rbs_gallery_options_tools.php +2 -2
- includes/options/rbs_gallery_options_view.php +2 -2
- includes/rbs_class_activator.php +2 -2
- includes/rbs_class_update.php +2 -2
- includes/rbs_gallery_about.php +4 -4
- includes/rbs_gallery_ajax.php +2 -2
- includes/rbs_gallery_button.php +2 -2
- includes/rbs_gallery_config.php +2 -2
- includes/rbs_gallery_edit.php +2 -2
- includes/rbs_gallery_init.php +2 -2
- includes/rbs_gallery_list.php +4 -4
- includes/rbs_gallery_media.php +2 -2
- includes/rbs_gallery_menu.php +6 -6
- includes/rbs_gallery_settings.php +62 -62
- includes/rbs_gallery_topblock.php +2 -2
- includes/rbs_gallery_widget.php +3 -3
- includes/rbs_gallery_widget_last.php +3 -3
- js/admin/edit.js +2 -2
- js/admin/editor-button.js +2 -2
- js/admin/extensions/backup/backup.js +2 -2
- js/admin/extensions/backup/rbs_backup_button.js +2 -2
- js/admin/extensions/create_post.js +2 -2
- js/admin/info.js +2 -2
- js/admin/menu.js +2 -2
- js/admin/topblock.js +5 -5
- js/admin/update.js +3 -3
- js/robo_gallery.js +1 -1
- js/robo_gallery_alt.js +1 -1
- readme.txt +31 -23
- robogallery.php +7 -7
cmb2/fields/border/cmb-field-border.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 2.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2017
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2017, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
function rbs_border_get_state_options( $value = false ) {
|
4 |
* Version: 2.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2017
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2017, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
function rbs_border_get_state_options( $value = false ) {
|
cmb2/fields/colums/cmb-field-colums.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
function jt_cmb2_colums_field( $metakey, $post_id = 0 ) {
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
function jt_cmb2_colums_field( $metakey, $post_id = 0 ) {
|
cmb2/fields/font/cmb-field-font.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
|
cmb2/fields/loading/cmb-field-loading.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
|
cmb2/fields/multisize/rbs-multiSize.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
function rbs_multisize_field( $metakey, $post_id = 0 ) {
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
function rbs_multisize_field( $metakey, $post_id = 0 ) {
|
cmb2/fields/padding/rbs-padding.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
function rbs_padding_field( $metakey, $post_id = 0 ) {
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
function rbs_padding_field( $metakey, $post_id = 0 ) {
|
cmb2/fields/rbsgallery/cmb-field-rbsgallery.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
|
cmb2/fields/rbsradiobutton/rbs-radiobutton.php
CHANGED
@@ -5,12 +5,12 @@
|
|
5 |
* Version: 2.0
|
6 |
* By Robosoft
|
7 |
*
|
8 |
-
* Contact:
|
9 |
* Created: 2015
|
10 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
11 |
*
|
12 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
13 |
-
* Available only in
|
14 |
*/
|
15 |
|
16 |
function rbsradiobutton_getOptions( $options, $name, $value = false ) {
|
5 |
* Version: 2.0
|
6 |
* By Robosoft
|
7 |
*
|
8 |
+
* Contact: https://robosoft.co/robogallery/
|
9 |
* Created: 2015
|
10 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
11 |
*
|
12 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
13 |
+
* Available only in https://robosoft.co/robogallery/
|
14 |
*/
|
15 |
|
16 |
function rbsradiobutton_getOptions( $options, $name, $value = false ) {
|
cmb2/fields/rbsselect/cmb-field-rbsselect.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
|
cmb2/fields/rbstext/cmb-field-rbstext.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
|
cmb2/fields/rbstextarea/cmb-field-rbstextarea.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
|
cmb2/fields/shadow/cmb-field-shadow.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
|
cmb2/fields/size/cmb-field-size.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
|
cmb2/fields/slider/cmb-field-slider.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
|
cmb2/fields/switch/cmb-field-switch.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
|
cmb2/fields/toolbox/cmb-field-toolbox.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
|
@@ -75,7 +75,7 @@ class RBS_TOOLBOX {
|
|
75 |
.'data-info="'.__('Goto Clients section', 'robo-gallery').'"'
|
76 |
.'>'
|
77 |
.__('This function available in latest versions of the plugin. <br/>
|
78 |
-
Please login to <a href="
|
79 |
Install this key on the website and all features will be enabled.<br/>
|
80 |
All previous functionality will be available with old Pro Key. <br/>
|
81 |
Update required only for the case if you wish to enable all latest functions implemented in new version of the plugin.', 'robo-gallery')
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
|
75 |
.'data-info="'.__('Goto Clients section', 'robo-gallery').'"'
|
76 |
.'>'
|
77 |
.__('This function available in latest versions of the plugin. <br/>
|
78 |
+
Please login to <a href="https://robosoft.co/clients/" target="_blank">client member place section</a> and download latest version of the <strong>Robo Gallery Key plugin</strong>.<br/><br/>
|
79 |
Install this key on the website and all features will be enabled.<br/>
|
80 |
All previous functionality will be available with old Pro Key. <br/>
|
81 |
Update required only for the case if you wish to enable all latest functions implemented in new version of the plugin.', 'robo-gallery')
|
css/admin/about.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
/*
|
2 |
display:-webkit-flex;;
|
3 |
}
|
|
|
4 |
display:-webkit-flex;;
|
5 |
}
|
|
|
1 |
display:-webkit-flex;;
|
2 |
}
|
3 |
+
/*
|
4 |
display:-webkit-flex;;
|
5 |
}
|
css/admin/edit.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
/*
|
2 |
z-index: 1000;
|
3 |
opacity: 0.4;
|
4 |
pointer-events: none;
|
5 |
z-index: 1000;
|
6 |
opacity: 0.1;
|
7 |
pointer-events: none;
|
8 |
padding-top: 7px;
|
9 |
text-align: right;
|
10 |
cursor: pointer;
|
|
|
11 |
z-index: 1000;
|
12 |
opacity: 0.4;
|
13 |
pointer-events: none;
|
14 |
z-index: 1000;
|
15 |
opacity: 0.1;
|
16 |
pointer-events: none;
|
17 |
padding-top: 7px;
|
18 |
text-align: right;
|
19 |
cursor: pointer;
|
|
|
1 |
z-index: 1000;
|
2 |
opacity: 0.4;
|
3 |
pointer-events: none;
|
4 |
z-index: 1000;
|
5 |
opacity: 0.1;
|
6 |
pointer-events: none;
|
7 |
padding-top: 7px;
|
8 |
text-align: right;
|
9 |
cursor: pointer;
|
10 |
+
/*
|
11 |
z-index: 1000;
|
12 |
opacity: 0.4;
|
13 |
pointer-events: none;
|
14 |
z-index: 1000;
|
15 |
opacity: 0.1;
|
16 |
pointer-events: none;
|
17 |
padding-top: 7px;
|
18 |
text-align: right;
|
19 |
cursor: pointer;
|
css/admin/info.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
/*
|
1 |
+
/*
|
css/admin/list.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
/*
|
1 |
+
/*
|
css/admin/topblock.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
/*
|
1 |
+
/*
|
css/gallery.css
CHANGED
@@ -384,7 +384,7 @@ mfp-container,
|
|
384 |
* Robo Gallery
|
385 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
386 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
387 |
-
* Available only in
|
388 |
*/
|
389 |
|
390 |
.rbs-img {
|
@@ -711,7 +711,7 @@ mfp-container,
|
|
711 |
color: white;
|
712 |
background-color: rgba(185, 35, 215,0.8);
|
713 |
}
|
714 |
-
/*
|
715 |
|
716 |
/*! @license
|
717 |
* Copyright 2012-2014 Alex Wolfe and Rob Levin
|
384 |
* Robo Gallery
|
385 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
386 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
387 |
+
* Available only in https://robosoft.co/robogallery/
|
388 |
*/
|
389 |
|
390 |
.rbs-img {
|
711 |
color: white;
|
712 |
background-color: rgba(185, 35, 215,0.8);
|
713 |
}
|
714 |
+
/*
|
715 |
|
716 |
/*! @license
|
717 |
* Copyright 2012-2014 Alex Wolfe and Rob Levin
|
includes/extensions/backup/backup.class.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.6
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.6
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/extensions/backup/backup.form.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.2
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.2
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/extensions/backup/backup.init.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.6
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.6
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/extensions/category/category.class.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
@@ -63,21 +63,21 @@ class ROBO_GALLERY_CATEGORY{
|
|
63 |
wp_enqueue_style('wp-jquery-ui-dialog');
|
64 |
wp_enqueue_style(
|
65 |
'hierarchy-post-attributes-style',
|
66 |
-
$this->assetsUri . '
|
67 |
array('wp-jquery-ui-dialog')
|
68 |
);
|
69 |
|
70 |
wp_enqueue_script('jquery-ui-dialog');
|
71 |
wp_enqueue_script(
|
72 |
'hierarchy-post-attributes-nestable-js',
|
73 |
-
$this->assetsUri . '
|
74 |
array('jquery-ui-dialog'),
|
75 |
false,
|
76 |
true
|
77 |
);
|
78 |
wp_enqueue_script(
|
79 |
'hierarchy-post-attributes-js',
|
80 |
-
$this->assetsUri . '
|
81 |
array('jquery-ui-dialog', 'hierarchy-post-attributes-nestable-js'),
|
82 |
false,
|
83 |
true
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
63 |
wp_enqueue_style('wp-jquery-ui-dialog');
|
64 |
wp_enqueue_style(
|
65 |
'hierarchy-post-attributes-style',
|
66 |
+
$this->assetsUri . 'css/style.css',
|
67 |
array('wp-jquery-ui-dialog')
|
68 |
);
|
69 |
|
70 |
wp_enqueue_script('jquery-ui-dialog');
|
71 |
wp_enqueue_script(
|
72 |
'hierarchy-post-attributes-nestable-js',
|
73 |
+
$this->assetsUri . 'js/jquery.nestable.js',
|
74 |
array('jquery-ui-dialog'),
|
75 |
false,
|
76 |
true
|
77 |
);
|
78 |
wp_enqueue_script(
|
79 |
'hierarchy-post-attributes-js',
|
80 |
+
$this->assetsUri . 'js/script.js',
|
81 |
array('jquery-ui-dialog', 'hierarchy-post-attributes-nestable-js'),
|
82 |
false,
|
83 |
true
|
includes/extensions/category/category.init.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/extensions/debug/css/debug.css
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
* Version: 2.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
-
* Contact:
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
-
* Available only in
|
12 |
*/
|
13 |
|
14 |
.robo_gallery{
|
3 |
* Version: 2.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
+
* Contact: https://robosoft.co/robogallery/
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
+
* Available only in https://robosoft.co/robogallery/
|
12 |
*/
|
13 |
|
14 |
.robo_gallery{
|
includes/extensions/debug/js/script.js
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
-
* Contact:
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
-
* Available only in
|
12 |
*/
|
13 |
console.log('=========== Robo Gallery =============');
|
14 |
var jQueryStatus = 0;
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
+
* Contact: https://robosoft.co/robogallery/
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
+
* Available only in https://robosoft.co/robogallery/
|
12 |
*/
|
13 |
console.log('=========== Robo Gallery =============');
|
14 |
var jQueryStatus = 0;
|
includes/extensions/rbs_create_post_ajax.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 2.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'WPINC' ) ) die;
|
4 |
* Version: 2.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'WPINC' ) ) die;
|
includes/extensions/stats/js/script.js
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
-
* Contact:
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
-
* Available only in
|
12 |
*/
|
13 |
|
14 |
jQuery(document).ready( function($){
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
+
* Contact: https://robosoft.co/robogallery/
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
+
* Available only in https://robosoft.co/robogallery/
|
12 |
*/
|
13 |
|
14 |
jQuery(document).ready( function($){
|
includes/extensions/stats/stats.class.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/extensions/stats/stats.form.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.2
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.2
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/extensions/stats/stats.init.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/frontend/rbs_gallery_class.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 2.6.6
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2017
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2017, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
@@ -92,8 +92,7 @@ class roboGallery extends roboGalleryUtils{
|
|
92 |
delete_post_meta($this->id, $count_key);
|
93 |
add_post_meta($this->id, $count_key, '0');
|
94 |
}
|
95 |
-
$countView
|
96 |
-
update_post_meta($this->id, $count_key, $countView);
|
97 |
}
|
98 |
|
99 |
function __construct($attr){
|
@@ -104,7 +103,7 @@ class roboGallery extends roboGalleryUtils{
|
|
104 |
|
105 |
$this->id = $attr['id'];
|
106 |
|
107 |
-
|
108 |
|
109 |
$options_id = (int) get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'options', true );
|
110 |
if($options_id){
|
@@ -184,6 +183,8 @@ class roboGallery extends roboGalleryUtils{
|
|
184 |
public function getGallery( ){
|
185 |
if( !$this->id ) return '';
|
186 |
|
|
|
|
|
187 |
//$galleryImages = get_post_meta( $this->options_id && $this->real_id ? $this->real_id : $this->id, ROBO_GALLERY_PREFIX.'galleryImages', true );;
|
188 |
//if( !$galleryImages || !is_array( $galleryImages ) || !count($galleryImages) || !(int)$galleryImages[0] ) return '';
|
189 |
|
4 |
* Version: 2.6.6
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2017
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2017, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
92 |
delete_post_meta($this->id, $count_key);
|
93 |
add_post_meta($this->id, $count_key, '0');
|
94 |
}
|
95 |
+
update_post_meta($this->id, $count_key, ++$countView);
|
|
|
96 |
}
|
97 |
|
98 |
function __construct($attr){
|
103 |
|
104 |
$this->id = $attr['id'];
|
105 |
|
106 |
+
|
107 |
|
108 |
$options_id = (int) get_post_meta( $this->id, ROBO_GALLERY_PREFIX.'options', true );
|
109 |
if($options_id){
|
183 |
public function getGallery( ){
|
184 |
if( !$this->id ) return '';
|
185 |
|
186 |
+
$this->updateCountView();
|
187 |
+
|
188 |
//$galleryImages = get_post_meta( $this->options_id && $this->real_id ? $this->real_id : $this->id, ROBO_GALLERY_PREFIX.'galleryImages', true );;
|
189 |
//if( !$galleryImages || !is_array( $galleryImages ) || !count($galleryImages) || !(int)$galleryImages[0] ) return '';
|
190 |
|
includes/frontend/rbs_gallery_class_utils.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0.6
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0.6
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/frontend/rbs_gallery_frontend.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/frontend/rbs_gallery_helper.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/frontend/rbs_gallery_source.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/options/rbs_gallery_options_button.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/options/rbs_gallery_options_copy.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/options/rbs_gallery_options_guides.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
15 |
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
15 |
|
includes/options/rbs_gallery_options_hover.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/options/rbs_gallery_options_images.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/options/rbs_gallery_options_info.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/options/rbs_gallery_options_infowide.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/options/rbs_gallery_options_lightbox.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/options/rbs_gallery_options_loading.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/options/rbs_gallery_options_polaroid.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/options/rbs_gallery_options_shortcode.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/options/rbs_gallery_options_size.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/options/rbs_gallery_options_text.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/options/rbs_gallery_options_tools.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.5
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.5
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/options/rbs_gallery_options_view.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/rbs_class_activator.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.3.5
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if(!defined('WPINC'))die;
|
4 |
* Version: 1.3.5
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if(!defined('WPINC'))die;
|
includes/rbs_class_update.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.5.2
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if(!defined('WPINC'))die;
|
4 |
* Version: 1.5.2
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if(!defined('WPINC'))die;
|
includes/rbs_gallery_about.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
@@ -26,7 +26,7 @@ echo '
|
|
26 |
</div>
|
27 |
<div class="rbs_about_string2">
|
28 |
'.__( 'More details about Robo Gallery you can see on our website', 'robo-gallery' ).':
|
29 |
-
<a href="
|
30 |
</div>
|
31 |
';
|
32 |
if(!ROBO_GALLERY_PRO){
|
@@ -63,7 +63,7 @@ if(!ROBO_GALLERY_PRO){
|
|
63 |
</div>
|
64 |
|
65 |
<div class="rbs_about_button">
|
66 |
-
<a href="
|
67 |
'.__('Get Pro version', 'robo-gallery').'
|
68 |
</a>
|
69 |
</div>
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
26 |
</div>
|
27 |
<div class="rbs_about_string2">
|
28 |
'.__( 'More details about Robo Gallery you can see on our website', 'robo-gallery' ).':
|
29 |
+
<a href="https://www.robosoft.co/robogallery/" alt="robosoft.co">robosoft.co</a>
|
30 |
</div>
|
31 |
';
|
32 |
if(!ROBO_GALLERY_PRO){
|
63 |
</div>
|
64 |
|
65 |
<div class="rbs_about_button">
|
66 |
+
<a href="https://robosoft.co/go.php?product=gallery&task=gopro" alt="'.__('Get Pro version', 'robo-gallery').'">
|
67 |
'.__('Get Pro version', 'robo-gallery').'
|
68 |
</a>
|
69 |
</div>
|
includes/rbs_gallery_ajax.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 2.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2017
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 2.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2017
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/rbs_gallery_button.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/rbs_gallery_config.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 2.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
15 |
|
4 |
* Version: 2.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
15 |
|
includes/rbs_gallery_edit.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/rbs_gallery_init.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/rbs_gallery_list.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
@@ -27,7 +27,7 @@ if(isset($_GET['showproinfo']) && $_GET['showproinfo']){
|
|
27 |
.'style="display: none;" '
|
28 |
.'data-open="1" '
|
29 |
.'data-title="'.__('Get Robo Gallery Pro version', 'robo-gallery').'" '
|
30 |
-
.'data-close="'.__('Close'
|
31 |
.'data-info="'.__('Get Pro version', 'robo-gallery').'"'
|
32 |
.'>'
|
33 |
.__('You can create only 3 galleries. Update to PRO to get unlimited galleries', 'robo-gallery')
|
@@ -43,7 +43,7 @@ if(!function_exists('rbs_custom_columns')){
|
|
43 |
case 'rbs_gallery' :
|
44 |
global $post;
|
45 |
//$slug = '' ; $slug = $post->post_name;
|
46 |
-
$shortcode = '<span>[robo-gallery id=
|
47 |
echo $shortcode;
|
48 |
break;
|
49 |
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
27 |
.'style="display: none;" '
|
28 |
.'data-open="1" '
|
29 |
.'data-title="'.__('Get Robo Gallery Pro version', 'robo-gallery').'" '
|
30 |
+
.'data-close="'.__('Close').'" '
|
31 |
.'data-info="'.__('Get Pro version', 'robo-gallery').'"'
|
32 |
.'>'
|
33 |
.__('You can create only 3 galleries. Update to PRO to get unlimited galleries', 'robo-gallery')
|
43 |
case 'rbs_gallery' :
|
44 |
global $post;
|
45 |
//$slug = '' ; $slug = $post->post_name;
|
46 |
+
$shortcode = '<span>[robo-gallery id='.$post->ID.']</span>';
|
47 |
echo $shortcode;
|
48 |
break;
|
49 |
|
includes/rbs_gallery_media.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/rbs_gallery_menu.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
@@ -19,17 +19,17 @@ if(!function_exists('robo_gallery_fix_menu')){
|
|
19 |
if(
|
20 |
isset($_GET['post_type']) && $_GET['post_type']=='robo_gallery_table' &&
|
21 |
isset($_GET['page']) && $_GET['page']=='robo-gallery-support'
|
22 |
-
) wp_redirect( "
|
23 |
|
24 |
if(
|
25 |
isset($_GET['post_type']) && $_GET['post_type']=='robo_gallery_table' &&
|
26 |
isset($_GET['page']) && $_GET['page']=='robo-gallery-demo'
|
27 |
-
) wp_redirect( "
|
28 |
|
29 |
if(
|
30 |
isset($_GET['post_type']) && $_GET['post_type']=='robo_gallery_table' &&
|
31 |
isset($_GET['page']) && $_GET['page']=='robo-gallery-guides'
|
32 |
-
) wp_redirect( "
|
33 |
}
|
34 |
add_action( 'init', 'robo_gallery_fix_menu' );
|
35 |
}
|
@@ -75,7 +75,7 @@ if(!function_exists('robo_gallery_support_submenu_page')){
|
|
75 |
add_submenu_page( 'edit.php?post_type=robo_gallery_table', 'Robo Gallery Support', 'Support', 'manage_options', 'robo-gallery-support', 'robo_gallery_support_submenu_page_render');
|
76 |
}
|
77 |
function robo_gallery_support_submenu_page_render(){
|
78 |
-
echo '<script> window.open("
|
79 |
}
|
80 |
}
|
81 |
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
19 |
if(
|
20 |
isset($_GET['post_type']) && $_GET['post_type']=='robo_gallery_table' &&
|
21 |
isset($_GET['page']) && $_GET['page']=='robo-gallery-support'
|
22 |
+
) wp_redirect( "https://robosoft.co/go.php?product=gallery&task=support" );
|
23 |
|
24 |
if(
|
25 |
isset($_GET['post_type']) && $_GET['post_type']=='robo_gallery_table' &&
|
26 |
isset($_GET['page']) && $_GET['page']=='robo-gallery-demo'
|
27 |
+
) wp_redirect( "https://robosoft.co/go.php?product=gallery&task=demo" );
|
28 |
|
29 |
if(
|
30 |
isset($_GET['post_type']) && $_GET['post_type']=='robo_gallery_table' &&
|
31 |
isset($_GET['page']) && $_GET['page']=='robo-gallery-guides'
|
32 |
+
) wp_redirect( "https://robosoft.co/go.php?product=gallery&task=guides" );
|
33 |
}
|
34 |
add_action( 'init', 'robo_gallery_fix_menu' );
|
35 |
}
|
75 |
add_submenu_page( 'edit.php?post_type=robo_gallery_table', 'Robo Gallery Support', 'Support', 'manage_options', 'robo-gallery-support', 'robo_gallery_support_submenu_page_render');
|
76 |
}
|
77 |
function robo_gallery_support_submenu_page_render(){
|
78 |
+
echo '<script> window.open("https://robosoft.co/go.php?product=gallery&task=support", "_bank"); window.open("edit.php?post_type=robo_gallery_table", "_self"); </script>';
|
79 |
}
|
80 |
}
|
81 |
|
includes/rbs_gallery_settings.php
CHANGED
@@ -4,19 +4,19 @@
|
|
4 |
* Version: 1.2
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
15 |
|
16 |
wp_enqueue_style ( 'robosoft-gallery-about', ROBO_GALLERY_URL.'css/admin/about.css', array( ), ROBO_GALLERY_VERSION );
|
17 |
?>
|
18 |
<div class="wrap">
|
19 |
-
<h2><?php _e('Compatibility Settings', '
|
20 |
|
21 |
<form method="post" action="options.php" novalidate="novalidate">
|
22 |
<?php
|
@@ -26,83 +26,83 @@ wp_enqueue_style ( 'robosoft-gallery-about', ROBO_GALLERY_URL.'css/admin/about.
|
|
26 |
<table class="form-table">
|
27 |
|
28 |
<tr>
|
29 |
-
<th scope="row"><?php _e('Categories Manager', '
|
30 |
<td>
|
31 |
<fieldset>
|
32 |
-
<legend class="screen-reader-text"><span><?php _e('Show'
|
33 |
-
<label title='<?php _e('Show'
|
34 |
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'categoryShow'; ?>' value='0' <?php if( !get_option(ROBO_GALLERY_PREFIX.'categoryShow', '') ) echo " checked='checked'"; ?> /> <?php _e('Show'); ?>
|
35 |
</label><br />
|
36 |
-
<label title='<?php _e('Hide'
|
37 |
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'categoryShow'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'categoryShow')==1 ) echo " checked='checked'"; ?> /> <?php _e('Hide'); ?>
|
38 |
</label><br />
|
39 |
</fieldset>
|
40 |
</td>
|
41 |
</tr>
|
42 |
<tr>
|
43 |
-
<th scope="row"><?php _e('jQuery Version', '
|
44 |
<td>
|
45 |
<fieldset>
|
46 |
-
<legend class="screen-reader-text"><span><?php _e('jQuery Version', '
|
47 |
-
<label title='<?php _e('Default'
|
48 |
-
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'jqueryVersion'; ?>' value='build' <?php if( get_option(ROBO_GALLERY_PREFIX.'jqueryVersion', 'build')=='build' ) echo " checked='checked'";?> /> <?php _e('Default'
|
49 |
</label><br />
|
50 |
-
<label title='<?php _e('Alternative', '
|
51 |
-
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'jqueryVersion'; ?>' value='robo' <?php if( get_option(ROBO_GALLERY_PREFIX.'jqueryVersion')=='robo' ) echo " checked='checked'";?> /> <?php _e('Alternative', '
|
52 |
</label>
|
53 |
<p class="description">[for the case if you have jQuery version conflicts on page]</p>
|
54 |
<br />
|
55 |
-
<label title='<?php _e('Forced include', '
|
56 |
-
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'jqueryVersion'; ?>' value='forced' <?php if( get_option(ROBO_GALLERY_PREFIX.'jqueryVersion')=='forced' ) echo " checked='checked'";?> /> <?php _e('Forced include', '
|
57 |
</label>
|
58 |
<p class="description">[ for the case when Your theme do not use Wordpress API ]</p>
|
59 |
</fieldset>
|
60 |
</td>
|
61 |
</tr>
|
62 |
<tr>
|
63 |
-
<th scope="row"><?php _e('Font Awesome', '
|
64 |
<td>
|
65 |
<fieldset>
|
66 |
-
<legend class="screen-reader-text"><span><?php _e('Font Awesome', '
|
67 |
-
<label title='<?php _e('Load'
|
68 |
-
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'fontLoad'; ?>' value='on' <?php if( get_option(ROBO_GALLERY_PREFIX.'fontLoad', 'on')=='on' ) echo " checked='checked'";?> /> <?php _e('Load'
|
69 |
</label><br />
|
70 |
-
<label title='<?php _e('Don\'t load', '
|
71 |
-
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'fontLoad'; ?>' value='off' <?php if( get_option(ROBO_GALLERY_PREFIX.'fontLoad')=='off' ) echo " checked='checked'";?> /> <?php _e('Don\'t load', '
|
72 |
</label>
|
73 |
-
<p class="description">[ <?php _e('for the case if Your theme already have awesome fonts loaded', '
|
74 |
</fieldset>
|
75 |
</td>
|
76 |
</tr>
|
77 |
<tr>
|
78 |
-
<th scope="row"><?php _e('Switch Style', '
|
79 |
<td>
|
80 |
<fieldset>
|
81 |
-
<legend class="screen-reader-text"><span><?php _e('Switch Style', '
|
82 |
-
<label title='<?php _e('Modern', '
|
83 |
-
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'switchStyle'; ?>' value='0' <?php if( !get_option(ROBO_GALLERY_PREFIX.'switchStyle', '') ) echo " checked='checked'";?> /> <?php _e('Modern', '
|
84 |
</label><br />
|
85 |
-
<label title='<?php _e('Classic', '
|
86 |
-
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'switchStyle'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'switchStyle')=='1' ) echo " checked='checked'";?> /> <?php _e('Classic', '
|
87 |
</label><br />
|
88 |
</fieldset>
|
89 |
</td>
|
90 |
</tr>
|
91 |
<tr>
|
92 |
-
<th scope="row"><?php _e('Size Calculations Delay', '
|
93 |
<td>
|
94 |
<input name="<?php echo ROBO_GALLERY_PREFIX.'delay'; ?>" id="<?php echo ROBO_GALLERY_PREFIX.'delay'; ?>" value="<?php echo (int) get_option(ROBO_GALLERY_PREFIX.'delay', '1000'); ?>" class="small-text" type="text"> ms.
|
95 |
</td>
|
96 |
</tr>
|
97 |
<tr>
|
98 |
-
<th scope="row"><?php _e('Debug'
|
99 |
<td>
|
100 |
<fieldset>
|
101 |
-
<legend class="screen-reader-text"><span><?php _e('Enable'
|
102 |
-
<label title='<?php _e('Enable'
|
103 |
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'debugEnable'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'debugEnable')==1 ) echo " checked='checked'"; ?> /> <?php _e('Enable'); ?>
|
104 |
</label><br />
|
105 |
-
<label title='<?php _e('Disable'
|
106 |
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'debugEnable'; ?>' value='0' <?php if( !get_option(ROBO_GALLERY_PREFIX.'debugEnable', '') ) echo " checked='checked'"; ?> /> <?php _e('Disable'); ?>
|
107 |
</label><br />
|
108 |
</fieldset>
|
@@ -110,14 +110,14 @@ wp_enqueue_style ( 'robosoft-gallery-about', ROBO_GALLERY_URL.'css/admin/about.
|
|
110 |
</tr>
|
111 |
|
112 |
<tr>
|
113 |
-
<th scope="row"><?php _e('Express panel', '
|
114 |
<td>
|
115 |
<fieldset>
|
116 |
-
<legend class="screen-reader-text"><span><?php _e('Enable'
|
117 |
-
<label title='<?php _e('Enable'
|
118 |
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'expressPanel'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'expressPanel')==1 ) echo " checked='checked'"; ?> /> <?php _e('Enable'); ?>
|
119 |
</label><br />
|
120 |
-
<label title='<?php _e('Disable'
|
121 |
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'expressPanel'; ?>' value='0' <?php if( !get_option(ROBO_GALLERY_PREFIX.'expressPanel', '') ) echo " checked='checked'"; ?> /> <?php _e('Disable'); ?>
|
122 |
</label><br />
|
123 |
</fieldset>
|
@@ -125,57 +125,57 @@ wp_enqueue_style ( 'robosoft-gallery-about', ROBO_GALLERY_URL.'css/admin/about.
|
|
125 |
</tr>
|
126 |
|
127 |
<tr>
|
128 |
-
<th colspan="2"><h2><?php _e('Create Post Settings', '
|
129 |
</tr>
|
130 |
<tr>
|
131 |
-
<th scope="row"><?php _e('Text Block', '
|
132 |
<td>
|
133 |
<fieldset>
|
134 |
-
<legend class="screen-reader-text"><span><?php _e('Show Text', '
|
135 |
-
<label title='<?php _e('Show'
|
136 |
-
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'postShowText'; ?>' value='0' <?php if( !get_option(ROBO_GALLERY_PREFIX.'postShowText', '') ) echo " checked='checked'"; ?> /> <?php _e('Show'
|
137 |
</label><br />
|
138 |
-
<label title='<?php _e('Hide'
|
139 |
-
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'postShowText'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'postShowText')=='1' ) echo " checked='checked'"; ?> /> <?php _e('Hide'
|
140 |
</label><br />
|
141 |
</fieldset>
|
142 |
</td>
|
143 |
</tr>
|
144 |
|
145 |
<tr>
|
146 |
-
<th scope="row"><?php _e('Clone Block', '
|
147 |
<td>
|
148 |
<fieldset>
|
149 |
-
<legend class="screen-reader-text"><span><?php _e('Show Clone Block', '
|
150 |
-
<label title='<?php _e('Show'
|
151 |
-
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'cloneBlock'; ?>' value='0' <?php if( !get_option(ROBO_GALLERY_PREFIX.'cloneBlock', '') ) echo " checked='checked'"; ?> /> <?php _e('Show'
|
152 |
</label><br />
|
153 |
-
<label title='<?php _e('Hide'
|
154 |
-
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'cloneBlock'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'cloneBlock')=='1' ) echo " checked='checked'"; ?> /> <?php _e('Hide'
|
155 |
</label><br />
|
156 |
</fieldset>
|
157 |
</td>
|
158 |
</tr>
|
159 |
|
160 |
<tr>
|
161 |
-
<th colspan="2"><h2><?php _e('SEO Optimization', '
|
162 |
</tr>
|
163 |
<tr>
|
164 |
-
<th scope="row"><?php _e('Add SEO content', '
|
165 |
<td>
|
166 |
<fieldset>
|
167 |
-
<legend class="screen-reader-text"><span><?php _e('Enable [thumbs]', '
|
168 |
-
<label title='<?php _e('Enable [thumbs]', '
|
169 |
-
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'seo'; ?>' value='2' <?php if( get_option(ROBO_GALLERY_PREFIX.'seo')=='2' ) echo " checked='checked'"; ?> /> <?php _e('Enable [thumbs]', '
|
170 |
</label><br />
|
171 |
|
172 |
-
<legend class="screen-reader-text"><span><?php _e('Enable [thumbs + link]', '
|
173 |
-
<label title='<?php _e('Enable [thumbs + link]', '
|
174 |
-
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'seo'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'seo')=='1' ) echo " checked='checked'"; ?> /> <?php _e('Enable [thumbs + link]', '
|
175 |
</label><br />
|
176 |
|
177 |
-
<label title='<?php _e('Disable'
|
178 |
-
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'seo'; ?>' value='0' <?php if( !get_option(ROBO_GALLERY_PREFIX.'seo', '') ) echo " checked='checked'"; ?> /> <?php _e('Disable', '
|
179 |
</label><br />
|
180 |
</fieldset>
|
181 |
</td>
|
@@ -184,9 +184,9 @@ wp_enqueue_style ( 'robosoft-gallery-about', ROBO_GALLERY_URL.'css/admin/about.
|
|
184 |
</table>
|
185 |
|
186 |
<p class="submit">
|
187 |
-
<input type="submit" name="submit" id="submit" class="button button-primary" value="<?php _e('Save Changes', '
|
188 |
</p>
|
189 |
|
190 |
</form>
|
191 |
</div>
|
192 |
-
<div class="rbs_about_string2">Copyright © 2014 - 2017 <a href="
|
4 |
* Version: 1.2
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
15 |
|
16 |
wp_enqueue_style ( 'robosoft-gallery-about', ROBO_GALLERY_URL.'css/admin/about.css', array( ), ROBO_GALLERY_VERSION );
|
17 |
?>
|
18 |
<div class="wrap">
|
19 |
+
<h2><?php _e('Compatibility Settings', 'robo-gallery'); ?></h2>
|
20 |
|
21 |
<form method="post" action="options.php" novalidate="novalidate">
|
22 |
<?php
|
26 |
<table class="form-table">
|
27 |
|
28 |
<tr>
|
29 |
+
<th scope="row"><?php _e('Categories Manager', 'robo-gallery'); ?></th>
|
30 |
<td>
|
31 |
<fieldset>
|
32 |
+
<legend class="screen-reader-text"><span><?php _e('Show'); ?></span></legend>
|
33 |
+
<label title='<?php _e('Show'); ?>'>
|
34 |
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'categoryShow'; ?>' value='0' <?php if( !get_option(ROBO_GALLERY_PREFIX.'categoryShow', '') ) echo " checked='checked'"; ?> /> <?php _e('Show'); ?>
|
35 |
</label><br />
|
36 |
+
<label title='<?php _e('Hide'); ?>'>
|
37 |
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'categoryShow'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'categoryShow')==1 ) echo " checked='checked'"; ?> /> <?php _e('Hide'); ?>
|
38 |
</label><br />
|
39 |
</fieldset>
|
40 |
</td>
|
41 |
</tr>
|
42 |
<tr>
|
43 |
+
<th scope="row"><?php _e('jQuery Version', 'robo-gallery'); ?></th>
|
44 |
<td>
|
45 |
<fieldset>
|
46 |
+
<legend class="screen-reader-text"><span><?php _e('jQuery Version', 'robo-gallery'); ?></span></legend>
|
47 |
+
<label title='<?php _e('Default'); ?>'>
|
48 |
+
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'jqueryVersion'; ?>' value='build' <?php if( get_option(ROBO_GALLERY_PREFIX.'jqueryVersion', 'build')=='build' ) echo " checked='checked'";?> /> <?php _e('Default'); ?>
|
49 |
</label><br />
|
50 |
+
<label title='<?php _e('Alternative', 'robo-gallery'); ?>'>
|
51 |
+
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'jqueryVersion'; ?>' value='robo' <?php if( get_option(ROBO_GALLERY_PREFIX.'jqueryVersion')=='robo' ) echo " checked='checked'";?> /> <?php _e('Alternative', 'robo-gallery'); ?>
|
52 |
</label>
|
53 |
<p class="description">[for the case if you have jQuery version conflicts on page]</p>
|
54 |
<br />
|
55 |
+
<label title='<?php _e('Forced include', 'robo-gallery'); ?>'>
|
56 |
+
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'jqueryVersion'; ?>' value='forced' <?php if( get_option(ROBO_GALLERY_PREFIX.'jqueryVersion')=='forced' ) echo " checked='checked'";?> /> <?php _e('Forced include', 'robo-gallery'); ?>
|
57 |
</label>
|
58 |
<p class="description">[ for the case when Your theme do not use Wordpress API ]</p>
|
59 |
</fieldset>
|
60 |
</td>
|
61 |
</tr>
|
62 |
<tr>
|
63 |
+
<th scope="row"><?php _e('Font Awesome', 'robo-gallery'); ?></th>
|
64 |
<td>
|
65 |
<fieldset>
|
66 |
+
<legend class="screen-reader-text"><span><?php _e('Font Awesome', 'robo-gallery'); ?></span></legend>
|
67 |
+
<label title='<?php _e('Load'); ?>'>
|
68 |
+
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'fontLoad'; ?>' value='on' <?php if( get_option(ROBO_GALLERY_PREFIX.'fontLoad', 'on')=='on' ) echo " checked='checked'";?> /> <?php _e('Load'); ?>
|
69 |
</label><br />
|
70 |
+
<label title='<?php _e('Don\'t load', 'robo-gallery'); ?>'>
|
71 |
+
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'fontLoad'; ?>' value='off' <?php if( get_option(ROBO_GALLERY_PREFIX.'fontLoad')=='off' ) echo " checked='checked'";?> /> <?php _e('Don\'t load', 'robo-gallery'); ?>
|
72 |
</label>
|
73 |
+
<p class="description">[ <?php _e('for the case if Your theme already have awesome fonts loaded', 'robo-gallery'); ?>' ]</p>
|
74 |
</fieldset>
|
75 |
</td>
|
76 |
</tr>
|
77 |
<tr>
|
78 |
+
<th scope="row"><?php _e('Switch Style', 'robo-gallery'); ?></th>
|
79 |
<td>
|
80 |
<fieldset>
|
81 |
+
<legend class="screen-reader-text"><span><?php _e('Switch Style', 'robo-gallery'); ?></span></legend>
|
82 |
+
<label title='<?php _e('Modern', 'robo-gallery'); ?>'>
|
83 |
+
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'switchStyle'; ?>' value='0' <?php if( !get_option(ROBO_GALLERY_PREFIX.'switchStyle', '') ) echo " checked='checked'";?> /> <?php _e('Modern', 'robo-gallery'); ?>
|
84 |
</label><br />
|
85 |
+
<label title='<?php _e('Classic', 'robo-gallery'); ?>'>
|
86 |
+
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'switchStyle'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'switchStyle')=='1' ) echo " checked='checked'";?> /> <?php _e('Classic', 'robo-gallery'); ?>
|
87 |
</label><br />
|
88 |
</fieldset>
|
89 |
</td>
|
90 |
</tr>
|
91 |
<tr>
|
92 |
+
<th scope="row"><?php _e('Size Calculations Delay', 'robo-gallery'); ?></th>
|
93 |
<td>
|
94 |
<input name="<?php echo ROBO_GALLERY_PREFIX.'delay'; ?>" id="<?php echo ROBO_GALLERY_PREFIX.'delay'; ?>" value="<?php echo (int) get_option(ROBO_GALLERY_PREFIX.'delay', '1000'); ?>" class="small-text" type="text"> ms.
|
95 |
</td>
|
96 |
</tr>
|
97 |
<tr>
|
98 |
+
<th scope="row"><?php _e('Debug'); ?></th>
|
99 |
<td>
|
100 |
<fieldset>
|
101 |
+
<legend class="screen-reader-text"><span><?php _e('Enable'); ?></span></legend>
|
102 |
+
<label title='<?php _e('Enable'); ?>'>
|
103 |
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'debugEnable'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'debugEnable')==1 ) echo " checked='checked'"; ?> /> <?php _e('Enable'); ?>
|
104 |
</label><br />
|
105 |
+
<label title='<?php _e('Disable'); ?>'>
|
106 |
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'debugEnable'; ?>' value='0' <?php if( !get_option(ROBO_GALLERY_PREFIX.'debugEnable', '') ) echo " checked='checked'"; ?> /> <?php _e('Disable'); ?>
|
107 |
</label><br />
|
108 |
</fieldset>
|
110 |
</tr>
|
111 |
|
112 |
<tr>
|
113 |
+
<th scope="row"><?php _e('Express panel', 'robo-gallery'); ?></th>
|
114 |
<td>
|
115 |
<fieldset>
|
116 |
+
<legend class="screen-reader-text"><span><?php _e('Enable'); ?></span></legend>
|
117 |
+
<label title='<?php _e('Enable'); ?>'>
|
118 |
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'expressPanel'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'expressPanel')==1 ) echo " checked='checked'"; ?> /> <?php _e('Enable'); ?>
|
119 |
</label><br />
|
120 |
+
<label title='<?php _e('Disable'); ?>'>
|
121 |
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'expressPanel'; ?>' value='0' <?php if( !get_option(ROBO_GALLERY_PREFIX.'expressPanel', '') ) echo " checked='checked'"; ?> /> <?php _e('Disable'); ?>
|
122 |
</label><br />
|
123 |
</fieldset>
|
125 |
</tr>
|
126 |
|
127 |
<tr>
|
128 |
+
<th colspan="2"><h2><?php _e('Create Post Settings', 'robo-gallery'); ?></h2></th>
|
129 |
</tr>
|
130 |
<tr>
|
131 |
+
<th scope="row"><?php _e('Text Block', 'robo-gallery'); ?></th>
|
132 |
<td>
|
133 |
<fieldset>
|
134 |
+
<legend class="screen-reader-text"><span><?php _e('Show Text', 'robo-gallery'); ?></span></legend>
|
135 |
+
<label title='<?php _e('Show'); ?>'>
|
136 |
+
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'postShowText'; ?>' value='0' <?php if( !get_option(ROBO_GALLERY_PREFIX.'postShowText', '') ) echo " checked='checked'"; ?> /> <?php _e('Show'); ?>
|
137 |
</label><br />
|
138 |
+
<label title='<?php _e('Hide'); ?>'>
|
139 |
+
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'postShowText'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'postShowText')=='1' ) echo " checked='checked'"; ?> /> <?php _e('Hide'); ?>
|
140 |
</label><br />
|
141 |
</fieldset>
|
142 |
</td>
|
143 |
</tr>
|
144 |
|
145 |
<tr>
|
146 |
+
<th scope="row"><?php _e('Clone Block', 'robo-gallery'); ?></th>
|
147 |
<td>
|
148 |
<fieldset>
|
149 |
+
<legend class="screen-reader-text"><span><?php _e('Show Clone Block', 'robo-gallery'); ?></span></legend>
|
150 |
+
<label title='<?php _e('Show'); ?>'>
|
151 |
+
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'cloneBlock'; ?>' value='0' <?php if( !get_option(ROBO_GALLERY_PREFIX.'cloneBlock', '') ) echo " checked='checked'"; ?> /> <?php _e('Show'); ?>
|
152 |
</label><br />
|
153 |
+
<label title='<?php _e('Hide'); ?>'>
|
154 |
+
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'cloneBlock'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'cloneBlock')=='1' ) echo " checked='checked'"; ?> /> <?php _e('Hide'); ?>
|
155 |
</label><br />
|
156 |
</fieldset>
|
157 |
</td>
|
158 |
</tr>
|
159 |
|
160 |
<tr>
|
161 |
+
<th colspan="2"><h2><?php _e('SEO Optimization', 'robo-gallery'); ?></h2></th>
|
162 |
</tr>
|
163 |
<tr>
|
164 |
+
<th scope="row"><?php _e('Add SEO content', 'robo-gallery'); ?></th>
|
165 |
<td>
|
166 |
<fieldset>
|
167 |
+
<legend class="screen-reader-text"><span><?php _e('Enable [thumbs]', 'robo-gallery'); ?></span></legend>
|
168 |
+
<label title='<?php _e('Enable [thumbs]', 'robo-gallery'); ?>'>
|
169 |
+
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'seo'; ?>' value='2' <?php if( get_option(ROBO_GALLERY_PREFIX.'seo')=='2' ) echo " checked='checked'"; ?> /> <?php _e('Enable [thumbs]', 'robo-gallery'); ?>
|
170 |
</label><br />
|
171 |
|
172 |
+
<legend class="screen-reader-text"><span><?php _e('Enable [thumbs + link]', 'robo-gallery'); ?></span></legend>
|
173 |
+
<label title='<?php _e('Enable [thumbs + link]', 'robo-gallery'); ?>'>
|
174 |
+
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'seo'; ?>' value='1' <?php if( get_option(ROBO_GALLERY_PREFIX.'seo')=='1' ) echo " checked='checked'"; ?> /> <?php _e('Enable [thumbs + link]', 'robo-gallery'); ?>
|
175 |
</label><br />
|
176 |
|
177 |
+
<label title='<?php _e('Disable'); ?>'>
|
178 |
+
<input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'seo'; ?>' value='0' <?php if( !get_option(ROBO_GALLERY_PREFIX.'seo', '') ) echo " checked='checked'"; ?> /> <?php _e('Disable', 'robo-gallery'); ?>
|
179 |
</label><br />
|
180 |
</fieldset>
|
181 |
</td>
|
184 |
</table>
|
185 |
|
186 |
<p class="submit">
|
187 |
+
<input type="submit" name="submit" id="submit" class="button button-primary" value="<?php _e('Save Changes', 'robo-gallery'); ?>" />
|
188 |
</p>
|
189 |
|
190 |
</form>
|
191 |
</div>
|
192 |
+
<div class="rbs_about_string2">Copyright © 2014 - 2017 <a href="https://robosoft.co/robogallery">RoboSoft</a> All Rights Reserved</div>
|
includes/rbs_gallery_topblock.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
includes/rbs_gallery_widget.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
@@ -88,7 +88,7 @@ class rbs_widget extends WP_Widget {
|
|
88 |
?>
|
89 |
<?php
|
90 |
if(!ROBO_GALLERY_PRO){ ?>
|
91 |
-
<p><a href="
|
92 |
<?php } ?>
|
93 |
<p>
|
94 |
<label for="<?php echo $this->get_field_id( 'title' ); ?>">
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
88 |
?>
|
89 |
<?php
|
90 |
if(!ROBO_GALLERY_PRO){ ?>
|
91 |
+
<p><a href="https://robosoft.co/go.php?product=gallery&task=gopro" target="_blank"> <?php _e( 'This widget available in Pro version','rbs_gallery');?> </a></p>
|
92 |
<?php } ?>
|
93 |
<p>
|
94 |
<label for="<?php echo $this->get_field_id( 'title' ); ?>">
|
includes/rbs_gallery_widget_last.php
CHANGED
@@ -4,12 +4,12 @@
|
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
-
* Contact:
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
-
* Available only in
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
@@ -68,7 +68,7 @@ class rbs_widget_last extends WP_Widget {
|
|
68 |
?>
|
69 |
<?php
|
70 |
if(!ROBO_GALLERY_PRO){ ?>
|
71 |
-
<p><a href="
|
72 |
<?php } ?>
|
73 |
<p>
|
74 |
<label for="<?php echo $this->get_field_id( 'title' ); ?>">
|
4 |
* Version: 1.0
|
5 |
* By Robosoft
|
6 |
*
|
7 |
+
* Contact: https://robosoft.co/robogallery/
|
8 |
* Created: 2015
|
9 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
10 |
*
|
11 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
12 |
+
* Available only in https://robosoft.co/robogallery/
|
13 |
*/
|
14 |
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
68 |
?>
|
69 |
<?php
|
70 |
if(!ROBO_GALLERY_PRO){ ?>
|
71 |
+
<p><a href="https://robosoft.co/go.php?product=gallery&task=gopro" target="_blank"> <?php _e( 'This widget available in Pro version','rbs_gallery');?> </a></p>
|
72 |
<?php } ?>
|
73 |
<p>
|
74 |
<label for="<?php echo $this->get_field_id( 'title' ); ?>">
|
js/admin/edit.js
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
-
* Contact:
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
-
* Available only in
|
12 |
*/
|
13 |
|
14 |
(function($) {
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
+
* Contact: https://robosoft.co/robogallery/
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
+
* Available only in https://robosoft.co/robogallery/
|
12 |
*/
|
13 |
|
14 |
(function($) {
|
js/admin/editor-button.js
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
* Version: 1.0.4
|
4 |
* By Robosoft
|
5 |
*
|
6 |
-
* Contact:
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
-
* Available only in
|
12 |
*/
|
13 |
|
14 |
jQuery(function(){
|
3 |
* Version: 1.0.4
|
4 |
* By Robosoft
|
5 |
*
|
6 |
+
* Contact: https://robosoft.co/robogallery/
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
+
* Available only in https://robosoft.co/robogallery/
|
12 |
*/
|
13 |
|
14 |
jQuery(function(){
|
js/admin/extensions/backup/backup.js
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
-
* Contact:
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
-
* Available only in
|
12 |
*/
|
13 |
|
14 |
jQuery(function(){
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
+
* Contact: https://robosoft.co/robogallery/
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
+
* Available only in https://robosoft.co/robogallery/
|
12 |
*/
|
13 |
|
14 |
jQuery(function(){
|
js/admin/extensions/backup/rbs_backup_button.js
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
-
* Contact:
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
-
* Available only in
|
12 |
*/
|
13 |
|
14 |
jQuery(document).ready( function($){
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
+
* Contact: https://robosoft.co/robogallery/
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
+
* Available only in https://robosoft.co/robogallery/
|
12 |
*/
|
13 |
|
14 |
jQuery(document).ready( function($){
|
js/admin/extensions/create_post.js
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
-
* Contact:
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
-
* Available only in
|
12 |
*/
|
13 |
|
14 |
(function($) {
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
+
* Contact: https://robosoft.co/robogallery/
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
+
* Available only in https://robosoft.co/robogallery/
|
12 |
*/
|
13 |
|
14 |
(function($) {
|
js/admin/info.js
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
-
* Contact:
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
-
* Available only in
|
12 |
*/
|
13 |
|
14 |
jQuery(function(){
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
+
* Contact: https://robosoft.co/robogallery/
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
+
* Available only in https://robosoft.co/robogallery/
|
12 |
*/
|
13 |
|
14 |
jQuery(function(){
|
js/admin/menu.js
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
-
* Contact:
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
-
* Available only in
|
12 |
*/
|
13 |
|
14 |
jQuery(function(){
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
+
* Contact: https://robosoft.co/robogallery/
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
+
* Available only in https://robosoft.co/robogallery/
|
12 |
*/
|
13 |
|
14 |
jQuery(function(){
|
js/admin/topblock.js
CHANGED
@@ -3,28 +3,28 @@
|
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
-
* Contact:
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
-
* Available only in
|
12 |
*/
|
13 |
|
14 |
jQuery(function(){
|
15 |
jQuery('.rbs_getproversion_blank').click( function(event ){
|
16 |
event.preventDefault();
|
17 |
-
window.open("
|
18 |
if( jQuery(this).is(".rbs_close_dialog") ) window['roboGalleryDialog'].dialog("close");
|
19 |
});
|
20 |
jQuery('.rbs_getproversionfree_blank').click( function(event ){
|
21 |
event.preventDefault();
|
22 |
-
window.open("
|
23 |
if( jQuery(this).is(".rbs_close_dialog") ) window['roboGalleryDialog'].dialog("close");
|
24 |
});
|
25 |
jQuery('.rbs_getproversiontrans_blank').click( function(event ){
|
26 |
event.preventDefault();
|
27 |
-
window.open("
|
28 |
if( jQuery(this).is(".rbs_close_dialog") ) window['roboGalleryDialog'].dialog("close");
|
29 |
});
|
30 |
});
|
3 |
* Version: 1.0
|
4 |
* By Robosoft
|
5 |
*
|
6 |
+
* Contact: https://robosoft.co/robogallery/
|
7 |
* Created: 2015
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
+
* Available only in https://robosoft.co/robogallery/
|
12 |
*/
|
13 |
|
14 |
jQuery(function(){
|
15 |
jQuery('.rbs_getproversion_blank').click( function(event ){
|
16 |
event.preventDefault();
|
17 |
+
window.open("https://robosoft.co/go.php?product=gallery&task=gopro",'_blank');
|
18 |
if( jQuery(this).is(".rbs_close_dialog") ) window['roboGalleryDialog'].dialog("close");
|
19 |
});
|
20 |
jQuery('.rbs_getproversionfree_blank').click( function(event ){
|
21 |
event.preventDefault();
|
22 |
+
window.open("https://robosoft.co/go.php?product=gallery&task=goprofree",'_blank');
|
23 |
if( jQuery(this).is(".rbs_close_dialog") ) window['roboGalleryDialog'].dialog("close");
|
24 |
});
|
25 |
jQuery('.rbs_getproversiontrans_blank').click( function(event ){
|
26 |
event.preventDefault();
|
27 |
+
window.open("https://robosoft.co/go.php?product=gallery&task=goprotrans",'_blank');
|
28 |
if( jQuery(this).is(".rbs_close_dialog") ) window['roboGalleryDialog'].dialog("close");
|
29 |
});
|
30 |
});
|
js/admin/update.js
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
* Version: 2.4
|
4 |
* By Robosoft
|
5 |
*
|
6 |
-
* Contact:
|
7 |
* Created: 2016
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
-
* Available only in
|
12 |
*/
|
13 |
|
14 |
jQuery(function(){
|
@@ -38,7 +38,7 @@ jQuery(function(){
|
|
38 |
'text' : roboGalleryUpdateProDialog.data('info'),
|
39 |
'class' : 'button-primary rbs_close_dialog',
|
40 |
'click' : function(){
|
41 |
-
window.open("
|
42 |
}
|
43 |
}
|
44 |
],
|
3 |
* Version: 2.4
|
4 |
* By Robosoft
|
5 |
*
|
6 |
+
* Contact: https://robosoft.co/robogallery/
|
7 |
* Created: 2016
|
8 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
9 |
*
|
10 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
11 |
+
* Available only in https://robosoft.co/robogallery/
|
12 |
*/
|
13 |
|
14 |
jQuery(function(){
|
38 |
'text' : roboGalleryUpdateProDialog.data('info'),
|
39 |
'class' : 'button-primary rbs_close_dialog',
|
40 |
'click' : function(){
|
41 |
+
window.open("https://robosoft.co/go.php?product=gallery&task=support",'_blank');
|
42 |
}
|
43 |
}
|
44 |
],
|
js/robo_gallery.js
CHANGED
@@ -67,6 +67,6 @@ jQuery.easing.jswing=jQuery.easing.swing,jQuery.extend(jQuery.easing,{def:"easeO
|
|
67 |
/*
|
68 |
* RoboGallery Script Version: 1.0
|
69 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
70 |
-
* Available only in
|
71 |
*/
|
72 |
function robo_gallery_js_check_mobile(){var e=!1;return function(o){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(o)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(o.substr(0,4)))&&(e=!0)}(navigator.userAgent||navigator.vendor||window.opera),e}!function(e){jQuery(".robo_gallery").on("click",".rbs-lightbox.mfp-link",function(e){e.preventDefault(),window.location.href=jQuery(this).data("mfp-src")}),jQuery(".robo_gallery").each(function(){var e=window[jQuery(this).data("options")],o=jQuery.extend({},e);o.noHoverOnMobile&&robo_gallery_js_check_mobile()&&(o.thumbnailOverlay=!1);var i=jQuery(this).collagePlus(o);1==o.touch&&(jQuery("body").swipe({swipeLeft:function(e,o,i,a,t){jQuery(".mfp-arrow-left").magnificPopup("prev")},swipeRight:function(){jQuery(".mfp-arrow-right").magnificPopup("next")},threshold:50}),jQuery("body").swipe("disable")),void 0!=roboGalleryDelay&&roboGalleryDelay>0&&setTimeout(function(){i.eveMB("resize")},roboGalleryDelay)})}(jQuery);
|
67 |
/*
|
68 |
* RoboGallery Script Version: 1.0
|
69 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
70 |
+
* Available only in https://robosoft.co/robogallery/
|
71 |
*/
|
72 |
function robo_gallery_js_check_mobile(){var e=!1;return function(o){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(o)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(o.substr(0,4)))&&(e=!0)}(navigator.userAgent||navigator.vendor||window.opera),e}!function(e){jQuery(".robo_gallery").on("click",".rbs-lightbox.mfp-link",function(e){e.preventDefault(),window.location.href=jQuery(this).data("mfp-src")}),jQuery(".robo_gallery").each(function(){var e=window[jQuery(this).data("options")],o=jQuery.extend({},e);o.noHoverOnMobile&&robo_gallery_js_check_mobile()&&(o.thumbnailOverlay=!1);var i=jQuery(this).collagePlus(o);1==o.touch&&(jQuery("body").swipe({swipeLeft:function(e,o,i,a,t){jQuery(".mfp-arrow-left").magnificPopup("prev")},swipeRight:function(){jQuery(".mfp-arrow-right").magnificPopup("next")},threshold:50}),jQuery("body").swipe("disable")),void 0!=roboGalleryDelay&&roboGalleryDelay>0&&setTimeout(function(){i.eveMB("resize")},roboGalleryDelay)})}(jQuery);
|
js/robo_gallery_alt.js
CHANGED
@@ -111,6 +111,6 @@ https://github.com/imakewebthings/rbjquer-waypoints/blob/master/licenses.txt
|
|
111 |
* RoboGallery Version: 1.0
|
112 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
113 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
114 |
-
* Available only in
|
115 |
*/
|
116 |
!function(o){o(".robo_gallery").on("click",".rbs-lightbox.mfp-link",function(e){e.preventDefault(),window.location.href=o(this).data("mfp-src")}),o(".robo_gallery:not(.robo_gallery_run)").each(function(){o(this).addClass("robo_gallery_run");var e=window[o(this).data("options")],i=o.extend({},e),r=o(this).collagePlus(i);1==i.touch&&(o("body").swipe({swipeLeft:function(e,i,r,l,t){o(".mfp-arrow-left").magnificPopup("prev")},swipeRight:function(){o(".mfp-arrow-right").magnificPopup("next")},threshold:50}),o("body").swipe("disable")),void 0!=roboGalleryDelay&&roboGalleryDelay>0&&setTimeout(function(){r.eveMB("resize")},roboGalleryDelay)})}(rbjQuer);
|
111 |
* RoboGallery Version: 1.0
|
112 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
|
113 |
* Copyright (c) 2014-2016, Robosoft. All rights reserved.
|
114 |
+
* Available only in https://robosoft.co/robogallery/
|
115 |
*/
|
116 |
!function(o){o(".robo_gallery").on("click",".rbs-lightbox.mfp-link",function(e){e.preventDefault(),window.location.href=o(this).data("mfp-src")}),o(".robo_gallery:not(.robo_gallery_run)").each(function(){o(this).addClass("robo_gallery_run");var e=window[o(this).data("options")],i=o.extend({},e),r=o(this).collagePlus(i);1==i.touch&&(o("body").swipe({swipeLeft:function(e,i,r,l,t){o(".mfp-arrow-left").magnificPopup("prev")},swipeRight:function(){o(".mfp-arrow-right").magnificPopup("next")},threshold:50}),o("body").swipe("disable")),void 0!=roboGalleryDelay&&roboGalleryDelay>0&&setTimeout(function(){r.eveMB("resize")},roboGalleryDelay)})}(rbjQuer);
|
readme.txt
CHANGED
@@ -4,11 +4,11 @@ Donate link: https://robosoft.co/robogallery
|
|
4 |
Tags: gallery, photo gallery, images gallery, gallery images, responsive gallery, categories gallery, Polaroid gallery, gallery lightbox, portfolio gallery, video gallery, Gallery Plugin, Robo Gallery
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.7
|
7 |
-
Stable tag: 2.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
11 |
-
Gallery modes photo gallery, images gallery, video gallery, Polaroid gallery, gallery
|
12 |
|
13 |
== Description ==
|
14 |
|
@@ -254,6 +254,10 @@ If any problem occurs, please contact us.
|
|
254 |
|
255 |
== Changelog ==
|
256 |
|
|
|
|
|
|
|
|
|
257 |
= 2.6.12 =
|
258 |
* Fix of the admin interface
|
259 |
* Updated category management dialog
|
@@ -377,6 +381,10 @@ If any problem occurs, please contact us.
|
|
377 |
|
378 |
== Upgrade Notice ==
|
379 |
|
|
|
|
|
|
|
|
|
380 |
= 2.6.12 =
|
381 |
Fix of the admin interface
|
382 |
Updated category management dialog
|
@@ -506,47 +514,47 @@ Small code fixes
|
|
506 |
Log-in to your WordPress administrator panel.
|
507 |
Open wordpress plugin manager.
|
508 |
Click add plugin button. Select gallery archive from your PC. In the case if you download this plugin from directory.
|
509 |
-
For the case if you don't have downloaded
|
510 |
Just put gallery text into search field and you can see our plugin in search results.
|
511 |
|
512 |
= Step 2: Create new gallery =
|
513 |
|
514 |
-
Open gallery list in left menu block of admin section. In
|
515 |
-
When you open this section on top you can see block of the buttons: Statistics
|
516 |
-
Click on Add
|
517 |
|
518 |
= Step 3: Upload image for the gallery =
|
519 |
|
520 |
-
Open gallery list in left menu block of admin section. In
|
521 |
-
When you open
|
522 |
|
523 |
= Step 4: Gallery interface configuration =
|
524 |
|
525 |
-
Open gallery list in left menu block of admin section. In
|
526 |
In settings section you can find thumbnails view options block. There you can configure settings for the pictures borders, shadows and spacing. All thumbnails background colors for the static and hovered images.
|
527 |
-
Another block of the options which helps to configure interface it's Menu options. In menu options you can setup gallery menu. In
|
528 |
Another function which could be configured there it's gallery search option.
|
529 |
|
530 |
= Step 5: Configuration layout of the gallery =
|
531 |
|
532 |
-
Gallery layout could be configured depend of your needs. It's absolutely flexible. Strucuture of the gallery thumbnails consist of columns which could be defined in
|
533 |
-
By default every image take only one column. With this combination you can create absolutely different layout for every
|
534 |
|
535 |
= Step 6: Hover effects of the gallery modification =
|
536 |
|
537 |
-
Open gallery list in left menu block of admin section. In
|
538 |
-
Scroll down to the hover options where you can fully change hover effect settings. Enable/Disable Click thumbnails option. Differrent modes for mobile
|
539 |
Change color of the text or background of every gallery interface element.
|
540 |
|
541 |
= Demo 1: Gallery with thumbnails view, icons, load more, image hover, grid layout =
|
542 |
|
543 |
-
Thumbnail gallery with top navigation menu. Every thumbnails have image description, image border. Pictures have images hover animation. When image on hovered
|
544 |
|
545 |
-
= Demo 2: Grid gallery, hover effect with buttons, gallery widget, image title,
|
546 |
|
547 |
-
This gallery grid have images with different size. Some of thumbnails take few columns some image just one column. As result you can see
|
548 |
|
549 |
-
= Demo 3: Photo album, polaroid gallery view, content panel, fullscreen
|
550 |
|
551 |
This is th best gallery to create polaroid style views. Set of options make you able to configure content panel below picture. Select colors, styles and content source from image title, image description or image caption. In combination with no border thumbnails and shadow images looks very attractive.
|
552 |
Lightbox effect have animation when it's load. Lightbox load after click on hover button. Lightbox support additional interface elements like description panel, images counter, facebook share, twitter share, google+ share.
|
@@ -555,11 +563,11 @@ Lightbox effect have animation when it's load. Lightbox load after click on hove
|
|
555 |
|
556 |
Masonry layout of the gallery could be customized in general options block of the settings. Combining settings of the image layout and gallery layout. There's no limits for the gallery view everything depends of your needs. Masonry photos could be customized in images manager. Open additional masonry picture options panel to defind some custom settings for the picture.
|
557 |
|
558 |
-
= Demo 5:
|
559 |
|
560 |
-
The same size square thumbnails of the
|
561 |
|
562 |
-
= Demo 6: Mosaic gallery, youtube
|
563 |
|
564 |
-
Mosaic
|
565 |
-
By default every image take only one column. With this combination you can create absolutely different layout for every
|
4 |
Tags: gallery, photo gallery, images gallery, gallery images, responsive gallery, categories gallery, Polaroid gallery, gallery lightbox, portfolio gallery, video gallery, Gallery Plugin, Robo Gallery
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.7
|
7 |
+
Stable tag: 2.6.13
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
11 |
+
Gallery modes photo gallery, images gallery, video gallery, Polaroid gallery, gallery lightbox, portfolio gallery, responsive gallery
|
12 |
|
13 |
== Description ==
|
14 |
|
254 |
|
255 |
== Changelog ==
|
256 |
|
257 |
+
= 2.6.13 =
|
258 |
+
* Update of the statistics section in backend
|
259 |
+
* Small statistics fixes
|
260 |
+
|
261 |
= 2.6.12 =
|
262 |
* Fix of the admin interface
|
263 |
* Updated category management dialog
|
381 |
|
382 |
== Upgrade Notice ==
|
383 |
|
384 |
+
= 2.6.13 =
|
385 |
+
Update of the statistics section in backend
|
386 |
+
Small statistics fixes
|
387 |
+
|
388 |
= 2.6.12 =
|
389 |
Fix of the admin interface
|
390 |
Updated category management dialog
|
514 |
Log-in to your WordPress administrator panel.
|
515 |
Open wordpress plugin manager.
|
516 |
Click add plugin button. Select gallery archive from your PC. In the case if you download this plugin from directory.
|
517 |
+
For the case if you don't have downloaded plugin on your PC you can easily find it in directory.
|
518 |
Just put gallery text into search field and you can see our plugin in search results.
|
519 |
|
520 |
= Step 2: Create new gallery =
|
521 |
|
522 |
+
Open gallery list in left menu block of admin section. In list you can select some item for edit or create new.
|
523 |
+
When you open this section on top you can see block of the buttons: Statistics, Backup, Add gallery.
|
524 |
+
Click on Add button. Configure settings and save new photo album. Click on publish button to save it.
|
525 |
|
526 |
= Step 3: Upload image for the gallery =
|
527 |
|
528 |
+
Open gallery list in left menu block of admin section. In list you can select some item for edit or create new.
|
529 |
+
When you open photo album for edit on right side you can find Manage images button. Click on manage images button and you'll see media manager section of the gallery. In media manager you can see Add to gallery section where you can upload images or manage already uploaded images. You can drag and drop images to this block or use browse images button. You can sort image if you drag and drop them in the list.
|
530 |
|
531 |
= Step 4: Gallery interface configuration =
|
532 |
|
533 |
+
Open gallery list in left menu block of admin section. In list you can select some item for edit or create new.
|
534 |
In settings section you can find thumbnails view options block. There you can configure settings for the pictures borders, shadows and spacing. All thumbnails background colors for the static and hovered images.
|
535 |
+
Another block of the options which helps to configure interface it's Menu options. In menu options you can setup gallery menu. In menu settings you can configure view and action of the photo album navigation. In additional parameters you can change menu modes to enable categories or tags on top of the gallery.
|
536 |
Another function which could be configured there it's gallery search option.
|
537 |
|
538 |
= Step 5: Configuration layout of the gallery =
|
539 |
|
540 |
+
Gallery layout could be configured depend of your needs. It's absolutely flexible. Strucuture of the gallery thumbnails consist of columns which could be defined in size options. In size options tab we have set of the options for column amount in different screen size. At the same time in gallery images manager every image also have columns option. This option make you able to define how much columns from the general photo album layout every image gonna take.
|
541 |
+
By default every image take only one column. With this combination you can create absolutely different layout for every album.
|
542 |
|
543 |
= Step 6: Hover effects of the gallery modification =
|
544 |
|
545 |
+
Open gallery list in left menu block of admin section. In list you can select some item for edit or create new.
|
546 |
+
Scroll down to the hover options where you can fully change hover effect settings. Enable/Disable Click thumbnails option. Differrent modes for mobile album and for photo album on pc. We have implemented 15 hover animation effects. In hover settings you can enable Fade effect for the gallery. All image album interface elements are fully customzable. You can setup layout of the hovered image depend of your needs. Show or hide link button, zoom button, image descripiton, image title, image caption, video button.
|
547 |
Change color of the text or background of every gallery interface element.
|
548 |
|
549 |
= Demo 1: Gallery with thumbnails view, icons, load more, image hover, grid layout =
|
550 |
|
551 |
+
Thumbnail gallery with top navigation menu. Every thumbnails have image description, image border. Pictures have images hover animation. When image on hovered show title, description and zoom button. When you click on image you can see lightbox with image carousel. On lightbox you can see facebook sharing button to make facebook gallery. Photo album menu have flat buttons.
|
552 |
|
553 |
+
= Demo 2: Grid gallery, hover effect with buttons, gallery widget, image title, photo lightbox =
|
554 |
|
555 |
+
This gallery grid have images with different size. Some of thumbnails take few columns some image just one column. As result you can see photo album grid with different size thumbnails mix. Hovered images have image description and zoom button which show gallery lightbox after click. Thumbnails without borders have rounded corners. Icons and colors of the hover buttons are customized. You can select different icon with wizard in backend.
|
556 |
|
557 |
+
= Demo 3: Photo album, polaroid gallery view, content panel, fullscreen lightbox, albums, blog menu =
|
558 |
|
559 |
This is th best gallery to create polaroid style views. Set of options make you able to configure content panel below picture. Select colors, styles and content source from image title, image description or image caption. In combination with no border thumbnails and shadow images looks very attractive.
|
560 |
Lightbox effect have animation when it's load. Lightbox load after click on hover button. Lightbox support additional interface elements like description panel, images counter, facebook share, twitter share, google+ share.
|
563 |
|
564 |
Masonry layout of the gallery could be customized in general options block of the settings. Combining settings of the image layout and gallery layout. There's no limits for the gallery view everything depends of your needs. Masonry photos could be customized in images manager. Open additional masonry picture options panel to defind some custom settings for the picture.
|
565 |
|
566 |
+
= Demo 5: Picture gallery, photography, gallery carousel, photo slideshow =
|
567 |
|
568 |
+
The same size square thumbnails of the photo album. Image borders with hover effect and popup panel with description or image title as content source. When you open enlarged image in lightbox you can see gallery slideshow from the images. Is it possible to change images like in image carousel. Picture thumbnail have border and shadows. This shadows could have different colors and size on static and hovered status. Top photo album menu have red color flat style.
|
569 |
|
570 |
+
= Demo 6: Mosaic gallery, youtube video, vimeo video, video gallery =
|
571 |
|
572 |
+
Mosaic photo album with youtube or vimeo content. Customized layout with different size thumbnails. Album images have additional parameters where you can specify video links. With such links you can easily create Youtube gallery or Vimeo gallery. When you setup video album you can click on every thumbnail of the photo album and after that you can see video in lightbox. Strucuture of the gallery thumbnails consist of columns which could be defined in size options. In size options tab we have set of the options for column amount in different screen size. At the same time in album images manager every image also have columns option. This option make you able to define how much columns from the general gallery layout every image gonna take.
|
573 |
+
By default every image take only one column. With this combination you can create absolutely different layout for every item.
|
robogallery.php
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Robo Gallery
|
4 |
-
Description: Gallery modes photo gallery, images gallery, video gallery, Polaroid gallery, gallery
|
5 |
-
Version: 2.6.
|
6 |
Author: RoboSoft
|
7 |
-
Plugin URI:
|
8 |
-
Author URI:
|
9 |
License: GPLv3 or later
|
10 |
Text Domain: robo-gallery
|
11 |
Domain Path: /languages
|
@@ -15,13 +15,13 @@ if(!defined('WPINC'))die;
|
|
15 |
if(!defined("ABSPATH"))exit;
|
16 |
|
17 |
define("ROBO_GALLERY", 1);
|
18 |
-
define("ROBO_GALLERY_VERSION", '2.6.
|
19 |
|
20 |
if( !defined("ROBO_GALLERY_PATH") ) define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
21 |
|
22 |
define("ROBO_GALLERY_SPECIAL", 1);
|
23 |
-
define("ROBO_GALLERY_EVENT_DATE", '
|
24 |
-
define("ROBO_GALLERY_EVENT_HOUR",
|
25 |
|
26 |
add_action( 'plugins_loaded', 'rbs_gallery_load_textdomain' );
|
27 |
function rbs_gallery_load_textdomain() {
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Robo Gallery
|
4 |
+
Description: Gallery modes photo gallery, images gallery, video gallery, Polaroid gallery, gallery lightbox, portfolio gallery, responsive gallery
|
5 |
+
Version: 2.6.13
|
6 |
Author: RoboSoft
|
7 |
+
Plugin URI: https://robosoft.co/gallery
|
8 |
+
Author URI: https://robosoft.co/gallery
|
9 |
License: GPLv3 or later
|
10 |
Text Domain: robo-gallery
|
11 |
Domain Path: /languages
|
15 |
if(!defined("ABSPATH"))exit;
|
16 |
|
17 |
define("ROBO_GALLERY", 1);
|
18 |
+
define("ROBO_GALLERY_VERSION", '2.6.13');
|
19 |
|
20 |
if( !defined("ROBO_GALLERY_PATH") ) define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
21 |
|
22 |
define("ROBO_GALLERY_SPECIAL", 1);
|
23 |
+
define("ROBO_GALLERY_EVENT_DATE", '2016-12-08');
|
24 |
+
define("ROBO_GALLERY_EVENT_HOUR", 20);
|
25 |
|
26 |
add_action( 'plugins_loaded', 'rbs_gallery_load_textdomain' );
|
27 |
function rbs_gallery_load_textdomain() {
|