Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #192018

    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!!!!

    #192418

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #192453

    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

    #192626

    Amazing, havent tried it just get until i’m on the VPN. But thank you so much! :)

    #192811

    Hi!

    Great, if it doesn’t work as expected let us now.

    Best regards,
    Peter

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘New update – Gravatars don't show up on blog posts now’ is closed to new replies.