Columns = “0” for class = “vskb-custom”
-
Hi mate,
Love your work with this plug-in. If it’s cool can you please change vskb-shortcode.php so that:
if ($vskb_atts['columns'] == '1') { $columns = 'vskb-one'; } elseif ($vskb_atts['columns'] == '2') { $columns = 'vskb-two'; } elseif ($vskb_atts['columns'] == '3') { $columns = 'vskb-three'; } else { $columns = 'vskb-four'; }Becomes:
if ($vskb_atts['columns'] == '0') { $columns = 'vskb-custom'; } elseif ($vskb_atts['columns'] == '1') { $columns = 'vskb-one'; } elseif ($vskb_atts['columns'] == '2') { $columns = 'vskb-two'; } elseif ($vskb_atts['columns'] == '3') { $columns = 'vskb-three'; } else { $columns = 'vskb-four'; }This is a change I have made so I can better manage the columns myself with CSS. If you could make this change it would allow others to do so and save me having to make the change again if you update the plug-in 🙂
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Columns = “0” for class = “vskb-custom”’ is closed to new replies.