[Resolved] Custom blog category pages – template?

Home Forums Support [Resolved] Custom blog category pages – template?

Home Forums Support Custom blog category pages – template?

Viewing 9 posts - 31 through 39 (of 39 total)
  • Author
    Posts
  • #2370495
    Ying
    Staff
    Customer Support

    Thanks, Jessica for the authentication, it works.

    But the WP login doesn’t seem to work, can you check?

    #2370505
    Jessica

    Oops yes deleted that one, adding new admin creds below. Thanks!

    #2370518
    Fernando
    Customer Support

    Try adding this in Appearance > Customize > Additional CSS:

    .archive .dynamic-content-template > .gb-container{
        height:100%;
    }
    #2370534
    Jessica

    Oooh thank you Fernando – that worked for the archive (category) pages! How can I make it work on the main blog page? https://cairnproject.flywheelstaging.com/blog

    #2370538
    Fernando
    Customer Support

    Try changing the code above to this:

    body:is(.archive,.blog) .dynamic-content-template > .gb-container{
        height:100%;
    }
    #2370539
    Jessica

    That worked, AMAZINGGGG! Thank you Fernando and Ying! GP support continues to be the best support I’ve found from a product. Thanks team!!

    #2370541
    Fernando
    Customer Support

    You’re welcome Jessica! Have a nice day! 🙂

    #2417367
    Jessica

    Hey Fernando/support team, I’m trying to get my blog card containers to even out on my ambassadors page where I’m using a Query Loop. I’ve tried all my normal things – adding my CSS, building it the same way as my other page where it’s working fine, etc. Is there a way I can add this page/query loop to the code you shared earlier for my blog/archive pages for this query loop-built interior page?

    I’ll add the page where it’s not working and the one where it is in the box below.

    Thank you for any insight!!

    #2417387
    Fernando
    Customer Support

    Hi Jessica,

    The code may vary for every structure. For this instance, it does.

    Try removing even-containers from the Class list of your Container Block in this specific Query Loop, and add this custom CSS:

    .ambassadors.gb-query-loop-item > .gb-container, .ambassadors.gb-query-loop-item > .gb-container > .gb-inside-container{
        height: 100%;
    }
    
    .ambassadors.gb-query-loop-item > .gb-container > .gb-inside-container > .gb-container {
        height: 100%;
    }
Viewing 9 posts - 31 through 39 (of 39 total)
  • You must be logged in to reply to this topic.