Comments cyntax80 started the conversationJune 13, 2018 at 12:36pmHello good afternoon.I have a problem with the gallery. I select that it is a "Grid" type gallery and that it has 2 columns, but I still get 3.What can be? I do not find the problem[deleted] repliedJune 13, 2018 at 4:53pmHi, Please share admin access. We will try to inspect problem on your site.1 Like cyntax80 replied privatelycyntax80 repliedJune 14, 2018 at 10:34amHello, you [deleted] repliedJune 14, 2018 at 12:14pmIn file wp-content/plugins/thegem-elements/inc/shortcodes/shortcodes.php find next code: function thegem_gallery_shortcode($atts) { extract(shortcode_atts(array( 'gallery_gallery' => '', 'gallery_type' => 'slider', 'gallery_slider_layout' => 'fullwidth', 'gallery_layout' => '3x', 'no_thumbs' => 0, 'pagination' => 0, 'autoscroll' => 0, 'gallery_style' => 'justified', 'gallery_fullwidth_columns' => '4', // 'gallery_no_gaps' => '', 'gallery_hover' => 'default', 'gallery_item_style' => 'default', 'gallery_title' => '', 'gaps_size' => '', 'loading_animation' => 'move-up', 'gallery_effects_enabled' => '', 'metro_max_row_height' => 380 ), $atts, 'gem_gallery'));And replace 'gallery_layout' => '3x', with 'gallery_layout' => '2x',.1 Like Sign in to reply ...
Hello good afternoon.
I have a problem with the gallery. I select that it is a "Grid" type gallery and that it has 2 columns, but I still get 3.
What can be? I do not find the problem
Hi,
Please share admin access. We will try to inspect problem on your site.
Hello, you
In file wp-content/plugins/thegem-elements/inc/shortcodes/shortcodes.php find next code:
function thegem_gallery_shortcode($atts) {extract(shortcode_atts(array(
'gallery_gallery' => '',
'gallery_type' => 'slider',
'gallery_slider_layout' => 'fullwidth',
'gallery_layout' => '3x',
'no_thumbs' => 0,
'pagination' => 0,
'autoscroll' => 0,
'gallery_style' => 'justified',
'gallery_fullwidth_columns' => '4',
// 'gallery_no_gaps' => '',
'gallery_hover' => 'default',
'gallery_item_style' => 'default',
'gallery_title' => '',
'gaps_size' => '',
'loading_animation' => 'move-up',
'gallery_effects_enabled' => '',
'metro_max_row_height' => 380
), $atts, 'gem_gallery'));
And replace 'gallery_layout' => '3x', with 'gallery_layout' => '2x',.