zingerion
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Simple Rss] Not a Valid URL for Mailchimp???? ???
Forum: Plugins
In reply to: [Custom Simple Rss] Not a Valid URL for MailchimpOk, changed it back to xml by string.
Thanks!
Forum: Plugins
In reply to: [Custom Simple Rss] Not a Valid URL for MailchimpHmmm, the URL is already pasted above at bottom of original post. It’s not visible to you?
Forum: Plugins
In reply to: [Yoast SEO] Readers can’t answer commentsStill an issue with updated versions of everything (except PHP 7.1).
Confirmed that the solution is:
add_filter( 'wpseo_remove_reply_to_com', '__return_false' );
Hmmm… I deactivated all of my plugins and still see the problem. Must be some combination of settings, or something with the host. I’ll have to be satisfied with the simplified 404 for now.
Thanks for looking into it!This bug appears to exist for the default Twenty Fifteen theme. Can’t give a link. I had to edit the 404.php to display a static HTML page. Everything else seems to be working great.
Forum: Plugins
In reply to: [Admin Page Framework] Validation LogicExcellent! I’ll test it out. I don’t have enough experience at this point to know if something is a bug, or just my mistake. ??
Forum: Plugins
In reply to: [Admin Page Framework] Subsequent pages are blankI guess it’s good news that I wasn’t totally off in my thinking. I don’t think the section requirement was explicitly stated in the tutorial, so perhaps this would be the first thing to change. Are in-page tabs requirements for any functionality?
Forum: Plugins
In reply to: [wpMandrill] Test executed: 0 emailsI was using an encrypted tunnel over public wifi. Service rep confirmed that this was probably the cause.
Forum: Fixing WordPress
In reply to: WordPress 3.8: drafts and publishing date issueI also find that the post date corresponds to the draft save date, not publication date. Posts are created in the regular edit box in 3.8.1.
Yes, this is what I found as well. I changed all 4 occurrences of ‘public’=>true to ‘show_ui’=>true.
Also, because there is no URL (because the post is private) I had to hack the URL generating system so that I could manually place a static URL entirely in the “Additional URL Parameters” box, which is then shortened.
So far it looks like the mods are working…
Nope, no effect. Your plugin sees the publish, but cannot list the CPT in the settings. Perhaps there is a simple hack of your plugin to allow the inclusion of the CPT? Can you point me in the right direction?
Y:[2014-02-14 14:46:07] - [Skipped]- Excluded Post Type: tweets (Post ID: 805) [2014-02-14 14:46:07] - [*** ID: 805, Type: tweets]- Status Changed: draft_to_publish. Autopost requested.
Thanks!
Yeah, the CPT allows me to add and edit the tweets from the dashboard without them showing up as regular posts anywhere. I can’t think of any other way to do that. The CPT configs are:
'description' => __('Tweets to be shown in Resources section.'), 'public' => false, 'show_ui' => true, 'publicly_queryable' => false, 'exclude_from_search' => true, 'menu_position' => 25.25, 'supports' => array('title', 'author', 'editor', 'thumbnail'), 'can_export' => true, 'hierarchichal' => false, 'taxonomies' => array('category'), 'capability_type' => 'post'
Can you see anything I need to change/add so that your plugin admin settings will be able to display the CPT, and will autopost / auto repost the tweets successfully? Of course, without creating public WP posts?
Thanks so much for your help.
I removed the additional jQuery UI plugin. For some reason, after reading your docs, I got the impression that I needed it to change the accordion theme. I guess I didn’t see that your plugin includes theme settings because they were “hidden” in the appearance tab.
Once I removed the jQuery UI plugin I was able to add more panels to the accordion. Not immediately, but this may have been a cache issue. So I’ll assume for now that the success is related to the plugin’s removal.
The accordion is at: stop parkinsons dot com slash why.
Thanks!
Forum: Plugins
In reply to: [Scroll Triggered Box] wp_new_user_notification ConflictTry my fix posted yesterday. Might work with your conflict too.