"1", "title1" => "", "title_color1" => "", "text1" => "", "text_color1" => "", "image1" => "", "link1" => "", "link_label1" => "", "target1" => "", "title2" => "", "title_color2" => "", "text2" => "", "text_color2" => "", "image2" => "", "link2" => "", "link_label2" => "", "target2" => "", "title3" => "", "title_color3" => "", "text3" => "", "text_color3" => "", "image3" => "", "link3" => "", "link_label3" => "", "target3" => "", "read_more_button_style" => "" ); extract(shortcode_atts($args, $atts)); $html = ""; $html .= "
".$text1."
"; $button_class = ""; $button_class_wrapper_open = ""; $button_class_wrapper_close = ""; if($read_more_button_style != "no"){ $button_class = "qbutton tiny"; }else { $button_class = "cover_boxes_read_more"; $button_class_wrapper_open = "".$text2."
"; if($link_label2 != "") { $html .= $button_class_wrapper_open . "".$link_label2."" . $button_class_wrapper_close; } $html .= "".$text3."
"; if($link_label3 != "") { $html .= $button_class_wrapper_open . "".$link_label3."" . $button_class_wrapper_close; } $html .= "