Posts can no longer be added and layout is destroyed in the 'Galerie' menu /
Photo Architecture WordPress Theme

Hello,
since adding the post 'The Parkour Parkour', new posts added later are no longer displayed in the 'Galerie' menu item. However, these appear correctly in the submenu items of 'Galerie'.
The layout of the 'Galerie' page is also no longer correct and the last displayed post in 'Galerie' has an incorrect title. The post date instead of the post title.
I can't explain this and I'm asking for help. Wordpress and all plugins are up to date.

Best regards and thank you

Arno

    Hi arnodaub,
    About the title, you can go to Customize >Advanced layouts > Archive content.

    To fix the layout issue in the sub-categories, you can add the following CSS code to the Customize > Custom CSS:

    .grid > .portfolio .item-list[data-cols="2"] > article,
    .grid > .portfolio .item-list[data-cols="3"] > article,
    .grid > .portfolio .item-list[data-cols="4"] > article,
    .grid > .portfolio .item-list[data-cols="5"] > article,
    .grid > .portfolio .item-list[data-cols="6"] > article { padding: 25px; }

    NOTE: I have helped you configure the option and add Css code.

    Hey Dominic,
    thank you very much for your answer, that was very helpful.

    Unfortunately I can't get to grips with one remaining error:

    The width of the posts in the menu item 'Gallery' (Screenshot2) is incorrect. It should look the same as in the submenus (Screenshot3).

    I would like to ask for some help with this little problem. Everything else is great. I tried using Customizer-Advanced Layout-Layout width, but unfortunately that didn't make any change.

    Best regards

      Write a Reply...
      You need to Login to view replies.