06-27-2014, 09:23 AM
Error in shortcode PRO Business - Responsive Multi-Purpose Theme
This:
Warning: Illegal string offset 'type' in /home/fnxcash/public_html/redesocial/wp-content/themes/probusiness/framework/ww_shortcodes/ww_shortcode_option.php on line 11
line 11:
switch ($settings['type']) { case 'text': $shortcode_option .= ' <div class="label"><label for="shortcode-option-' . esc_attr($title) . '"><div><strong>' . $field_title . '</strong></div><span>' . $description . '</span></label></div> <div class="content"><input id ="option_' . esc_attr($title) . '"class="attr" type="text" data-attrname="' . esc_attr($title) . '" value="' . esc_attr($values) . '" /></div>';
what to do?
This:
Warning: Illegal string offset 'type' in /home/fnxcash/public_html/redesocial/wp-content/themes/probusiness/framework/ww_shortcodes/ww_shortcode_option.php on line 11
line 11:
switch ($settings['type']) { case 'text': $shortcode_option .= ' <div class="label"><label for="shortcode-option-' . esc_attr($title) . '"><div><strong>' . $field_title . '</strong></div><span>' . $description . '</span></label></div> <div class="content"><input id ="option_' . esc_attr($title) . '"class="attr" type="text" data-attrname="' . esc_attr($title) . '" value="' . esc_attr($values) . '" /></div>';
what to do?