Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #952872

    Hello Support,

    is it possible to show the posts in the grid layout horizontally rather that vertically?

    – The image on the left side
    – The text and meta on the right side

    Any hints would be great!

    Andre

    #953407

    Hello Support,
    any hints on this one?
    I would really be happy for any suggestions.
    Kind regards
    Andre

    #953564

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #953770

    Hi @Basilis,
    thanks for your reply.
    Maybe a plugin could be the solution for this. But then: how could we hook into the category pages to use the plugin?
    Kind regards
    Andre

    #954612

    Hi,

    Have you tried using the magazine element? I think the layout is closer to what you’re after.

    Best regards,
    Ismael

    #954742

    Hi Ismael,
    that’s cool!
    Looks promising, but for my needs it misses the following:
    – bigger images (left) and more meta info (right)
    – pagination
    – the ability to be used within categories
    Preview: https://www.videospielgeschichten.de/neu/
    Is there a way?
    Kind regards
    Andre
    PS: the point is: there might be a fitting plugin too, but I really like to use the ENFOLD features instead of a plugin

    #955230

    Hi Andre,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    #top .av-magazine-content-wrap {
        min-height: 161px;
    }
    #top .av-magazine-thumbnail img {
    	width: 100%;
    }
    #top .av-magazine-thumbnail {
        width: 161px;
        min-height: 161px;
    }
    #top .av-magazine-time {
    	float: right;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #955325

    Hi Victoria,
    that’s much better! Thank you :)
    https://www.videospielgeschichten.de/test/
    Would it be possible to use these two things also?
    – pagination
    – the ability to be used within categories (replace the standard grid)
    Kind regards
    Andre

    #956339

    Hi,

    That is not possible, unfortunately. You can only enable the pagination on a masonry or a blog posts element. If you want the archive pages to display the magazine layout, you have to modify the archives.php file.

    Best regards,
    Ismael

    #956347

    Hi Ismael,
    i understand.
    My intention is not to modify the main structures of the ENFOLD theme. I just though – after your hint – the magazine layout may be a solution for my issue.
    In my point of view the horizontal layout could be an option in ENFOLD since the style can only be displayed in vertical column by now.
    Thank you very much for your support.
    Andre

    #956719

    Hi,

    Thank you for your understanding.

    Best regards,
    Basilis

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