-
AuthorPosts
-
February 29, 2024 at 3:30 pm #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:
March 1, 2024 at 7:55 am #1435940Hey 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,
IsmaelMarch 1, 2024 at 11:53 am #1435977Do 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.
March 1, 2024 at 12:11 pm #1435985Wäre es möglich das sie mir auch einen Code schreiben für einen einzelnen Post?
Es sollte so aussehen wie im beigefügten LinkMarch 3, 2024 at 9:02 pm #1436166Hi,
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,
MikeMarch 6, 2024 at 11:49 am #1436489I 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.March 8, 2024 at 8:46 am #1436708Hi,
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,
IsmaelMarch 8, 2024 at 10:47 am #1436720But here I cannot make any settings, e.g. how many columns should be displayed.
March 9, 2024 at 3:43 pm #1436812March 11, 2024 at 10:46 am #1436937OK, 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.March 11, 2024 at 11:21 am #1436941Hi,
On my category pages the name of the category is on top:
This is set at Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Title and Breadcrumbs
and the date is set at Enfold Theme Options ▸ Blog Layout ▸ Blog Meta Elements
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,
MikeMarch 12, 2024 at 4:16 pm #1437059Originally, 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 pagesTranslated with http://www.DeepL.com/Translator (free version)
March 12, 2024 at 4:42 pm #1437064Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.