File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -971,6 +971,11 @@ public function multiloquent_paralax_slider()
971
971
$ output .= '<span style="background-image:url( ' . $ theimg . ');" class="grayscale"></span> ' ;
972
972
$ output .= '<div class="paralax_image_bg ' . $ colour . '"></div> ' ;
973
973
break ;
974
+ default :
975
+ $ output .= '<div class="paralax_image_holder float-left col-sm-4 col-md-4 col-lg-4 alpha omega"> ' ;
976
+ $ output .= '<span style="background-image:url( ' . $ theimg . ');" class="grayscale"></span> ' ;
977
+ $ output .= '<div class="paralax_image_bg ' . $ colour . '"></div> ' ;
978
+ break ;
974
979
}
975
980
$ output .= '<div class="paralax_image_text"><span class="h1"><a href=" ' . get_permalink ($ val ->ID ) . '"> ' . trim (stripslashes ($ this ->multiloquent_post_title ($ val ->ID ))) . '</a></span> ' ;
976
981
$ output .= '<p> ' ;
You can’t perform that action at this time.
0 commit comments