diff -r bf1778c34b9a -r d8a8807227e4 wp/wp-content/plugins/portfolio/inc/class-prtfl-settings.php --- a/wp/wp-content/plugins/portfolio/inc/class-prtfl-settings.php Mon Oct 14 18:35:50 2019 +0200 +++ b/wp/wp-content/plugins/portfolio/inc/class-prtfl-settings.php Tue Oct 15 11:56:20 2019 +0200 @@ -100,8 +100,11 @@ public function save_options() { $this->options["custom_image_row_count"] = intval( $_POST['prtfl_custom_image_row_count'] ); + $this->options["custom_portfolio_row_count"] = intval( $_POST['prtfl_portfolio_custom_row_count'] ); if ( 1 > $this->options["custom_image_row_count"] ) $this->options["custom_image_row_count"] = 1; + if ( 1 > $this->options["custom_portfolio_row_count"] ) + $this->options["custom_portfolio_row_count"] = 1; $new_image_size_photo = esc_attr( $_POST['prtfl_image_size_photo'] ); $custom_image_size_w_photo = intval( $_POST['prtfl_custom_image_size_w_photo'] ); @@ -256,6 +259,13 @@ + change_permission_attr; ?> type="number" name="prtfl_portfolio_custom_row_count" min="1" max="10000" value="options["custom_portfolio_row_count"]; ?>" /> +
+ + + + + " />
@@ -302,6 +312,28 @@
+ + hide_pro_tabs ) { ?> +
+
+ +
+ + + + + +
+ +
+
+
+ bws_pro_block_links(); ?> +
+ +