bluegreenproject
Forum Replies Created
-
Forum: Plugins
In reply to: [Meow Gallery] Backend issue – WP 6.8.2.Just emailed support with a couple screenshots and my php info. I tried uninstalling WP Super Cache, but that didn’t solve the issue. Thanks!
Forum: Plugins
In reply to: [Meow Gallery] Backend issue – WP 6.8.2.This is happening to me on the backend too on WP 6.8.2. Only on my post type with a custom field if that helps.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] List All Related Pod Posts?Thanks for the quick reply! Yes, I had seen that article, and it turns out I had the code right… I realized on a second read of it that I was missing the bi-directional relationship on the pod I wanted to display from. Got it working now. 🙂
Best,
ScottForum: Plugins
In reply to: [Event Organiser] Google Maps Layers?OK, thanks for the help! I’ll keep a lookout for 3.0
Forum: Plugins
In reply to: [Secure Invites] [Plugin: Secure Invites] invitation list pages "not found"Thanks! It worked for me. I just changed:
echo '<li style="display: inline;"><a href="' . secure_invite_page_link() . '-admin.php?page=secure_invite_list&p='.$i.'">'.$i.'</a></li>to
echo '<li style="display: inline;"><a href="' . secure_invite_page_link() . '.php?page=secure_invite_list&p='.$i.'">'.$i.'</a></li>