Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1435889

    Ist es möglich Beiträge in Kategorien und die Beiträge selbst anders darzustellen?
    Unter den Einstellungen Blog- Layout ist man sehr begrenzt.
    Oder gibt es ein passendes Plugin, welches weitere Einstellungen ermöglicht?

    Die Darstellung sollte in etwa so aussehen wie auf dieser Seite:

    #1435940

    Hey Lin84,

    Thank you for the inquiry.

    The layout you’re after isn’t available by default, but you can modify the existing Grid Layout with a few css tweaks. Add a Blog Posts element, set the Blog Style to Grid Layout, set the number of Columns as 2, and then adjust the other settings as you wish. Once done, you can apply the following css code to pull the content over the featured image.

    .avia-content-grid-active .slide-entry-wrap .slide-content {
        margin: 0 20px;
        position: relative;
        top: -80px;
        background: #ffffff;
        padding: 0 24px;
    }

    Best regards,
    Ismael

    #1435977

    Do I have to create a new page for this?
    Or where do I edit the general settings of the category page?

    • This reply was modified 9 months ago by Lin84.
    #1435985

    Wäre es möglich das sie mir auch einen Code schreiben für einen einzelnen Post?
    Es sollte so aussehen wie im beigefügten Link

    #1436166

    Hi,
    Thanks for your patience and the link to your example page, I’m not sure how close we could make a standard post page look like your examine, try using the Advanced Layout Builder to create your post page with a color section at the top with a background image and then place a column under it with a negative top margin and text so they overlap.

    Best regards,
    Mike

    #1436489

    I have now managed to customize the look, but how can I now apply the look to the individual categories?
    I have created a page and created a grid layout with the necessary customizations. Do I now have to create a new page for each individual category? Or how do I get the customization generally adapted to the categories?

    And how do I get the date removed from the blog post?
    It is deactivated in Blog Layout. Nevertheless it is displayed on the page.

    • This reply was modified 8 months, 3 weeks ago by Lin84.
    • This reply was modified 8 months, 3 weeks ago by Lin84.
    #1436708

    Hi,

    Thank you for the update.

    You can set the Enfold > Blog Layout > Blog Layout to Grid Layout to achieve the same post format and style on your category pages. The same modification will be applied to the category pages once the Grid Layout is activated.

    Best regards,
    Ismael

    #1436720

    But here I cannot make any settings, e.g. how many columns should be displayed.

    #1436812

    Hi,
    To change the number of grid columns on a archive page, such as categories, edit your \wp-content\themes\enfold\archive.php on line 69 look for ‘columns’ => 3; and change to the number you wish:
    Enfold_Support_4967.jpeg
    You can copy the modified file to your child theme if you wish.

    Best regards,
    Mike

    #1436937

    OK, that worked. Thanks!
    But it’s a pity that you can only change it in php.
    I would have to make other settings. Like for example,
    – on every category page the title of the category should be on top, not on every post.
    – The images should have a format of 845 X 321
    – The date should not be displayed.

    #1436941

    Hi,
    On my category pages the name of the category is on top:
    Enfold_Support_5027.jpeg
    This is set at Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Title and Breadcrumbs
    Enfold_Support_5029.jpeg
    and the date is set at Enfold Theme Options ▸ Blog Layout ▸ Blog Meta Elements
    Enfold_Support_5031.jpeg
    Please note that we ask that each thread stays on a specific topic, this helps other users find solutions based on the opening subject line and helps us as mods assist better. This thread is getting quite long now, for further questions please open a new thread Thank you for your patience and understanding and for using Enfold.

    Best regards,
    Mike

    #1437059

    Originally, the code worked perfectly on all pages.

    .avia-content-grid-active .slide-entry-wrap .slide-content {
        margin: 0 20px;
        position: relative;
        top: -80px;
        background: #ffffff;
        padding: 0 24px;
    }

    Yesterday, everything was displayed correctly. Today, however, it looks different. But I don’t know what I should have done.
    The grid layout is displayed correctly on the page where I manually inserted a blog layout. But not on the general blog pages.
    Here is the link to the pages

    Translated with http://www.DeepL.com/Translator (free version)

    #1437064

    Hi,
    Thanks for the links, but both pages are blank, I think your site has crashed, can you roll back to the last backup, hopefully yesterday or the day before?
    Once your site is back online please include an admin login in the Private Content area so we can examine the two pages better.

    Best regards,
    Mike

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