amddtim
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Fixed Columns HeightBummer. I wonder if there’s a way to trigger a recalculation for the extension. Every time I’m changing a tab, I was triggering a window resize, but that doesn’t seem to be enough. It’s like I need an initialization or reinit.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Fixed Columns HeightHmm, I think that’s only half the issue. It seems like the fixed column feature is not responsive. I took the table out of the hidden div and if I scale the browser width down small enough to force the fixed column, I get the same problem. But if I reload the browser at that size, the issue is fixed. So it seems to me that the height is not properly sized on window ‘resize’.
Well that’s what I thought my code was doing. Is there some promise I can use with the filter function, so I can execute something immediately after it’s been called and completed?
Right, but can’t I filter one single instance and then another single instance right after the other? Do I need to wait for the first filter function to finish?
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Masonry + PagingBummer. Is there a realistic timeline on that?
The callback function solves the biggest issue, but the height should also return to 0 while a masonry layout is filtering, otherwise the loading gif is likely to be off the page as well.
Great, that’s what I ended up using.
Perfect! I tried looking around the site for that answer, but despite what the url path seems to suggest, that page isn’t listed in the Examples archive. Is there another broader examples section somewhere on the site that includes that link? Would be helpful if I’m searching for other answers to look there before I come bother you for assistance!