JonMadof
Forum Replies Created
-
I figured it out by going to incognito. Must have been a cache issue. Thanks for making a great plugin!
Here’s a screenshot https://imgur.com/GLheplK
Hi @webdash – I had the same issue described above. I did the data update, but now when I click on the ‘expand’ icon next to ‘Categories,’ it doesn’t expand. Can you advise how to get it to work? I’m on Chrome on a MacBook pro.
Thank you.
Forum: Themes and Templates
In reply to: How to pull excerpt from Advanced Custom FieldI’ve been looking for a way to do this. Thanks so much for posting this solution!
FYI I’m using the ‘more fields’ plugin for custom fields, so i replaced this line:
$text = get_field('field_name');
with this:
get_post_meta($post->ID, 'field_name', true);
Great! Glad that worked. But I really can’t take any credit, because I’m pretty sure I got the original code from another one of Tobias’ posts…
Thanks for the quick reply!
I figured out a solution that works fine – I just added a background color to the top cell, which filled in that bit of space. And I added a bottom border to the very bottom row, because for some reason adding a background color didn’t work on the bottom.
So the table doesn’t have rounded corners on the bottom, but it works for me.
Thanks for your help!