Skip Navigation

[Resolved] Random display of archive items

This support ticket is created 5 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 7 replies, has 2 voices.

Last updated by johnB-43 5 years, 4 months ago.

Assisted by: Shane.

Author
Posts
#1313289

I'm really confused. My Archive display is set up to show content on a bootstrap grid. It finds and displays things correctly, but sometimes the bottom row is overlayed over the footer. I tried to troubleshoot it, but I honestly can't see anything wrong, or even see any regularities for when it happens and when it doesn't.

To see the issue, do any search on the site, and try clicking on various taxonomies. You'll notice it straight away - every now and then the page will just look very messy at the bottom.

What could be the cause of this? Thanks!

#1313351

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi John,

Thank you for getting in touch.

Could you provide a link to the example page so that I can see what is happening here ?

Thanks,
Shane

#1316107

Apologies, I thought I linked the site when submitting the ticket. Here it is:
hidden link

#1316429

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi John,

Thank you for sharing the link with me, I was able to see the issue.

It seems to be an issue where a block level element isn't closed correctly.

Would you mind allowing me to have admin access to the site to check on this view to see if I can find the issue ?

Thanks,
Shane

#1316979

Of course! Can you enable the private reply function so I can share it?
Thanks!

#1317159

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi John,

My apologies for not enabling it before.

Should be enabled now.

Thanks,
Shane

#1319365

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi John,

It seems you theme is setting a fix height for the div section.

You can overwrite it with this.

.content-masonry{
height: 100% !important;
}

Thanks,
Shane

#1321047

That is fantastic, thank you! Simple yet brillinant 🙂