I have tried to find an plugin for an filter in the blog catogory’s but i couldnt find it anywhere.
After a whole day of searching i finally found somthing what comes REALLY close to what i need! This Magazine option in Enfold. The only thing is, i dont want to display them as thumbnails, also not 1 big and the rest small but i need them all the same size and 3 in a row. Is this possible with css maybe?
Above the black row is what it is and under the black row is what is has to look like
i have added the url to the specific page, i hope someone can help me out!
I really hope this can work out!
Hi Angelo,
Try the following in Quick CSS:
.av-magazine-entry {
display: inline-block !important;
width: 33% !important;
}
Best regards,
Rikard
Thats looks a lot better! I only need the pictures bigger if that is possible.
And to complete it ( Only if possible) add the Title and excerpt under the image.
Hi,
Please add following code to Quick CSS as well
.av-magazine-thumbnail {
width: 85px;
min-height: 85px;
}
.av-magazine-content-wrap * {
color: black!important;
}
Best regards,
Yigit
It is getting there! I only need the frame to look like i did below with the black border. So the title under the picture with excerpt and bigger pictures.
Thank you so much for having patient with me, and coming this far already!
Hi,
Have you tried using Blog posts element and to display blog grid? That is exactly how you would like to display your magazine element :)
Best regards,
Yigit
hey yigit ive tried that but i needed that menu on top as well.. Couldnt find that.
I have tried it with the portfolio grid and that is working for me!