Hi,
I updated to the newest version of enfold, and before the blog layout was perfect. I had each blogger submit a post, with their gravatar on the left side and the feature image on top. I used the settings “multi-author (shows grav..) and now with the new theme there is a new option for single posts (big or small) and on the old, there was none, and I think that is not allowing the gravatars to show up. Anyway I can fix this? Thanks!!!!
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
I just forgot to include this option. Open up and replace
$avia_elements[] = array(
"slug" => "layout",
"name" => "Single Post Style",
"desc" => "Choose the single post style here.",
"id" => "single_post_style",
"type" => "select",
"std" => "single-big",
"no_first"=>true,
"subtype" => array( 'Single post with small preview image (featured image)' =>'single-small',
'Single post with big preview image (featured image)' =>'single-big'
));
with
$avia_elements[] = array(
"slug" => "layout",
"name" => "Single Post Style",
"desc" => "Choose the single post style here.",
"id" => "single_post_style",
"type" => "select",
"std" => "single-big",
"no_first"=>true,
"subtype" => array( 'Single post with small preview image (featured image)' =>'single-small',
'Single post with big preview image (featured image)' =>'single-big',
'Multi Author Blog (displays Gravatar of the article author beside the entry and feature images above)' =>'multi-big'
));
We’ll add this patch to the next theme update.
Cheers!
Peter
Amazing, havent tried it just get until i’m on the VPN. But thank you so much! :)
Hi!
Great, if it doesn’t work as expected let us now.
Best regards,
Peter