becca37
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Renden] How to Get the “get started” notice to go away?Hate to bump. But. Bump. The notice won’t leave the admin dashboard. How do I make it go away. If I can’t make it go away, I’ll have to make the theme go away and then I’d be sad.
Well, that was fairly painless. :0)
if ( ! in_array( $data['post_type'], array( '_pods_field', '_pods_group', '_pods_pod' ) ) ) { if ( ! in_array( $data['post_status'], array( 'draft', 'pending', 'auto-draft' ) ) ) { $data['post_name'] = sanitize_title( $data['post_title'] ); } }
{gack} I found it. It was me.
I have a function in my theme that keeps post/page title and name in sync, and it’s impacting the PODs plugin updates as well. Well, {duh!}.
if ( ! in_array( $data['post_status'], array( 'draft', 'pending', 'auto-draft' ) ) ) { $data['post_name'] = sanitize_title( $data['post_title'] ); }
So off to find out how to keep it from affecting the PODs admin area and impact only the actual front-facing posts/pages, if possible.
Thanks and sorry for my confusion. :0)
[I need sleep, ignore this post. Back in a few with the real one.]
- This reply was modified 2 years, 3 months ago by becca37.
Forum: Plugins
In reply to: [Admin Columns] True / False column showing data vs. iconHi Stefan. Thanks and no worries. I am using Pods and did find that if I used the hidden _pods_ version of the field vs. the other version I could see, it worked as I expected.
That does the trick, thanks much!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Relationship – sort orderThanks, that does the trick. :0)
Code snip adjusted from above …
... if (! empty ($distinctions) ) { array_multisort(array_map(function($element) { return $element['post_title']; }, $distinctions), SORT_ASC, $distinctions); foreach ( $distinctions as $distEarned ) { ...
Forum: Plugins
In reply to: [Admin Menu Groups] Not upto Date – Valuable for CPTsThank you!
Forum: Plugins
In reply to: [Simple Custom CSS and JS] Almost Everything DisabledI’ve never heard of the Toolset Types plugin prior to today, but can look to see if I have something else loading the CodeMirror editor scripts. If it happens again I can try the console check too. Yesterday and today so far the plugin has been behaving beautifully. :0)
Forum: Plugins
In reply to: [Simple Custom CSS and JS] Almost Everything DisabledOK, now that’s weird. That screenshot above is from last night. Today I look at it and it seems fine.
Nothing has been modified in the meantime as that was the last thing I did yesterday then set the task aside.
{scratches head}
Magic? :0)
[Now, what was it I was going in there to do, anyhow? C’mon brain cells, remember!]
Forum: Plugins
In reply to: [Simple Custom CSS and JS] Almost Everything DisabledHow about this screenshot?
Thanks!
Thanks, completely missed that, sorry!
Great product btw.
Does it matter that I’m only in the PRO Trial? Though I am pretty confident I’ll be purchasing it I only started the trial this weekend. :0)
Forum: Fixing WordPress
In reply to: Recommendation Sought: Plugin to Display a list of AssociationsOKay, of course AFTER I post the question I think of a few other keyword options that seem like they might work: portfolio and team.
:0)
Forum: Plugins
In reply to: [Facebook Comments] Display comments after page links{doh!} Of course I see it right after I post. For others looking, after you manually update your template, then in the Facebook Comments plugin settings UNTICK the appropriate display settings and save. In my case it was unticking the singular posts option and saving.