Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #274842

    I found this thread and I understand what they’re talking about: https://kriesi.at/support/topic/how-to-get-a-different-layout-for-the-blog-page-without-breaking-breadcrumbs/#post-256745

    However, when Dude says “You can replace “blog-grid” with another blog layout like “single-big” or “single-small” or “multi-big”, where did he get those names? Is there documentation?

    Thanks,

    Paul

    #274945

    Hi paulrus!

    Thank you for visiting the support forum!

    That is the blog style value saved within the database. You can find it on includes > admin > register-admin-options.php on line 1286:

     ( 'Multi Author Blog (displays Gravatar of the article author beside the entry and feature images above)', 'avia_framework' ) =>'multi-big',
    									__( 'Single Author, small preview Pic (no author picture is displayed, feature image is small)', 'avia_framework' ) =>'single-small',
    									__( 'Single Author, big preview Pic (no author picture is displayed, feature image is big)', 'avia_framework' ) =>'single-big',
    									__( 'Grid Layout', 'avia_framework' ) =>'blog-grid',
    									__( 'Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)', 'avia_framework') =>'custom',
    										));
    

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.