mmcglynn
Forum Replies Created
-
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Warning in log@rankmathsupport This seems to have worked, thank you!
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Warning in log@rankmathteam The site uses Divi, would the same change app;y in that circumstance?
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Warning in logThank you!
Forum: Plugins
In reply to: [Team - Team Members Showcase Plugin] Detail page no longer workingI was able to get it to work by re-saving all of the shortcodes.
Thank you!
Forum: Plugins
In reply to: [Team - Team Members Showcase Plugin] Detail page no longer workingAs I mentioned, there are no l PHP errors. We use WPEngine and these are easily reviewed.
I have checked your site team details page, I think it’s working fine.
That is not the case. As you can see on the page, the excerpt does link to the detail page. See this screenshot.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pod not found errorThe issue has been resolved. It was my confusion about pulling the template name, which uses the “friendly” name with spaces and capitalization.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pod not found errorAlso, is there no way to debug this? There is nothing in the error log.
I have now tried many pod shortcode examples, clearing the transient cache each time, and only ever see “Pod not found”.
I have tried the slug name of the pod and the display name as well.
For example, here is a very simple pod which should work based on the examples and documentation.
[pods name="MYPODNAME" limit="3" orderby=”post_date DESC”]{@id} is great![/pods]
Note that I am running a local, up to date WP version with only 4 active plugins including Pods.
I’m really trying here to make this work, so any help appreciated.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pod not found errorIsn’t the name of the pod sufficient? I don’t want one item (thus no ID) nor do I want to filter. I want all of the items in the pod. How do I display this using a shortcode?
Here’s a shortcode with the ID of a specific Pod item ID. It still shows “Pod not found”.
[pods name="MYPODNAME" id="1739"]{@post_title} is great![/pods]
- This reply was modified 4 years, 1 month ago by mmcglynn.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Error when creating new contentIt would be hard to reproduce since there are so many options. I will try when I get some time. I was able to resolve the issue by renaming the pod.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Error when creating new contentI solved my own problem. I named my Pod post type “Links”, trying to emulate the old Blogroll post type that was (and still is after a fashion) in WordPress core.
Doing so broke your plugin. You might consider filtering post types for keywords because the name I chose caused a fatal error that the plugin code doesn’t handle.
Forum: Plugins
In reply to: [Authorizer] Question about Limit invalid login attemptsDo you know if the login attempts are CAS logins?
They are not. We have the login form set to hidden, but of course that doesn’t stop login.
Thanks for your explanation.
Forum: Plugins
In reply to: [Authorizer] Version 2.9.12 update failedThanks, we’ll consider that. We are going to take another run at today in our scheduled update.
Forum: Plugins
In reply to: [Authorizer] Version 2.9.12 update failedHow about a lighter weight version for CAS users, or a add-on model?
- This reply was modified 4 years, 8 months ago by mmcglynn.
Forum: Plugins
In reply to: [Authorizer] Version 2.9.12 update failedMakes sense. We’ve been running the plugin for quite awhile and this is first update issue we’ve had.
Forum: Plugins
In reply to: [Authorizer] Cannot login new usersThanks Paul. We’re not sure why we were seeing the behavior, but we are on a fairly complex environment (Pantheon) and needed to clear the site cache to get the correct behavior.