Hi Gaso,
I also would like that and I have found something in the functions file
It says:
* Display Featured Image
*/
function gridz_featured_image($size = ‘full’, $link = true, $class = ‘entry-featured’) {
if(has_post_thumbnail()) {
$image = get_the_post_thumbnail(get_the_ID(),$size);
if(trim($image) != “”) {
if($link) echo ‘<div class=”‘.$class.'”>‘.$image.’</div>’;
else echo ‘<div class=”‘.$class.'”>’.$image.'</div>’;
}
}
}
I am no PHP expert, but I guess it should be done here.
If you are familiar with php, let me know
Thanks
Hi, I have a little bit similar problem: the grid does not show anymore, not in 2, 3, or 4. It all shows just 1 column
site is: http://expatinthephilippines.com
help is appreciated
had the same problem, with WP 4.1.1, theme Gridz
floating bar version 1.1.6
I disabled the socialite option and it worked fine for me.