Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #585815

    I customized the design of the archive page with css, however the category page is ordered slightly differently so the code does not fully work.

    I cannot get the thumbnails on the Category archive page to be the correct size. I would really appreciate some guidance.

    Thank you

    #586828

    Hi haydaw!

    Thank you for using Enfold.

    Please add this in the functions.php file:

    add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); 
    function avia_change_archive_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-small';
    return $layout;
    }

    Blog style can be single-small, single-big, blog-grid and multi-big.

    Best regards,
    Ismael

    #587577

    Hello Ismael,

    Adding this code actually resulted in a server 500 error. Any idea?

    Thanks,

    Hayden

    #588173

    Hi,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

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