Grid Layout

Home Forums Corporate Key Grid Layout

  • This topic is empty.
Viewing 10 posts - 1 through 10 (of 17 total)
  • Author
    Posts
  • #580
    Anonymous
    Inactive

    Hi,
    I’m using the Grid Layout under Archive Layout for my blog posts. However, the latest blog post is in its own row, then we’ve got a couple of rows with 2 blog posts, followed by the last blog post that gets fetched by itself again.
    Basically something like this:
    1
    2 3
    4 5
    6 7
    8

    Is it possible to update it to
    1 2
    3 4
    5 6
    7 8

    #588
    Axle Support
    Moderator

    Hello,

    Thank your for notifying the bug. We will fix it and provide the update soon and let you know.

    Thank you for helping to make our theme better

    Regards.

    #606
    Axle Support
    Moderator

    Hello, @modery

    The issue has been fixed.
    Please update the theme 🙂

    Regards.

    #690
    Anonymous
    Inactive

    Hi,

    the latest available version is still 1.0.3, which doesn’t contain the fix (no change on my site after I updated to it on April 16). When will 1.0.4 be released?

    #691
    Axle Support
    Moderator

    Hello,
    The issue is already fixed on the 1.0.3 update.
    You can see it here https://demo.axlethemes.com/corporate-key/blog/
    Also try regenerating your theme images with Regenerate Thumbnail Plugin

    If the issue still persists can we please have your site url so that we can monitor and fix the issue ?

    Regards.

    #692
    Anonymous
    Inactive

    My website is https://modery.net
    I tested it with the autoptimize plugin activated as well as deactivated, no difference.

    #704
    Axle Support
    Moderator

    Hello,

    Can you please deactivate all your plugins and check if the issue still persists?
    If the issues is fixed by deactivating a plugin, activate your plugins one by one to find which plugin is causing the issue exactly.

    If that does not help. Please contact us at support[at]axlethemes.com , we will look into your site.

    Regards.

    #714
    Anonymous
    Inactive

    I found the difference between my blog and yours:

    Mine:
    <main id=main>
    <article/>
    <article/>

    </main>

    Yours:
    <main id=main>
    <header><h1 class=”page-title screen-reader-text”>Blog</h1></header>
    <article/>
    <article/>

    </main>

    And in style.css, you define:
    body.blog #primary .site-main article:nth-child(even),
    body.archive #primary .site-main article:nth-child(even){
    clear:both
    }

    If I remove the <header> from the DOM in your demo site, it looks the same as in my blog. How can I add it to my front page?

    #719
    Anonymous
    Inactive

    My Current settings:

    Front page displays: “Your latest posts”

    If I change that to: “A static page:” and define a page to be used for the blog posts, the grid layout works on that page

    #720
    Axle Support
    Moderator

    Hello,

    Sorry that we failed to see your issue at first.
    Now we see the issue, we will release a new update with the issue fixed soon and let you know.

    Regards.

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