Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1483242

    Hallo Enfold-Team,

    ich habe für den Blog Kategorien angelegt. Wenn ich eine daraus auswähle erscheint eine Übersichtsseite, die alle getaggten Artikel auflistet. Leider passt die Seite von der Optik her überhaupt nicht ins Design. Die Fotos fehlen, es ist kein Titelbild drin und die Seite sieht sehr technisch aus und unübersichtlich.

    Kann man die gestalten und wenn ja, wie?

    I’ve created categories for my blog. When I select one, an overview page appears that lists all tagged articles. Unfortunately, the page doesn’t fit the design at all. The photos are missing, there’s no cover image, and the page looks very technical and confusing.

    Can I customize them, and if so, how?

    Kind regards,
    Constanze

    #1483271

    Hey agentur2c,

    Thank you for the inquiry.

    You can change the layout of the archive or category page by adjusting the Enfold > Blog Layout > Blog Styling and Blog Layout settings. Please check the screenshot below:

    View post on imgur.com

    Best regards,
    Ismael

    #1483292

    Thank you Ismael,
    your suggestion changes the whole Blotlayout – it looks better on the category-page, but the layout for the blogsite changes, too. Is there a possibilitiy, to keep my layout for the blogsite

    and change only the site for the category? And is there a possibility anyway, to keep the picture on the top of the site for more reconnection?

    Thank you!
    Best regards,
    Constanze

    #1483325

    Hi,

    Thank you for the update.

    Which blog layout did you choose? Instead of adjusting the blog layout settings, try to add this filter in the functions.php file to change the blog style or layout of the category pages.

    add_filter('avf_blog_style','avf_blog_style_mod', 10, 2); 
    function avf_blog_style_mod($layout, $context){
       if($context == 'archive') $layout = 'blog-grid';
       return $layout;
    }

    This should set the category pages to a grid layout.

    Best regards,
    Ismael

    #1483329

    Hi Ismael,
    thank you, that worked out!!

    Regards,
    Constanze

    #1483349

    Hi,

    Great, I’m glad that Ismael could help you out. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Ansicht der Kategorieseite im Blog’ is closed to new replies.