Jonathan Goldford
Forum Replies Created
-
How about setting up two separate feeds? Would that do the trick?
Forum: Plugins
In reply to: [Gravity Forms Salesforce Add-on] Multiple objects?How about setting up two separate feeds? Wouldn’t that work?
Forum: Plugins
In reply to: [WP RSS Multi Importer] Can't Pull First Two Items Using ShortcodeThat’s great. Thanks a lot for the quick response Allen. I really appreciate it.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Can't Pull First Two Items Using ShortcodeSorry, I’m a little confused. So it will be included or will not?
Thanks.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Can't Pull First Two Items Using ShortcodeThanks for the help Allen. That one line change did the trick. Is this something you’re going to include in the next update or are we going to have to keep adjusting the code every time?
Again, really appreciate the help.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Can't Pull First Two Items Using ShortcodeThat sounds good Allen. Thanks.
Let me know if there is any testing I can do on my end to deal with this.
Forum: Plugins
In reply to: [Rich Tax Description Editor] Style@jayarjo, sorry for calling it a bug. You’re definitely right. I guess my thinking was that since the purpose of the plugin is to allow category descriptions to use rich text that the filters would be applied by default. That said, applying filters by default would make it harder to remove them in case someone didn’t want them added.
Clarifying this in the documentation should do the trick for most users.
Forum: Plugins
In reply to: [Rich Tax Description Editor] StyleIt looks like this might be a bug in the plugin. You can get paragraphs to show up by writing your code like this:
<?php echo wpautop( $cat->description ); ?>I hope that’s helpful.
Forum: Plugins
In reply to: [Nonprofit Board Management] Display on the page?@wtp, we have officially added the shortcode into the lasted release. You will no longer need the code in your functions.php file. Let me know if you have any questions.
Jonathan
Wired ImpactForum: Fixing WordPress
In reply to: Missing Security Token error when trying to commentIt’s hard to say without knowing more. It’s possible you’re dealing with a plugin or theme conflict. Can you disable all the plugins aside from Jetpack one by one and see if that fixes the problem? You could also try switching to the default WordPress Twenty Thirteen theme and seeing if that does the trick.
Forum: Fixing WordPress
In reply to: Unable to update/install anythingDon’t worry about it at all. I’m glad you got it working.
Forum: Fixing WordPress
In reply to: SSL secured checkout not working.I tried to take a look at this, but I don’t even see the message you listed above when on checkout. Can you provide a link to take a look?
Also, I’d recommend switching to fancy permalinks (http://codex.wordpress.org/Using_Permalinks). They’ll be much better for ranking in search engines.
Jonathan
That’s great! Glad to hear it’s fixed!
Forum: Fixing WordPress
In reply to: Spam Comments / Spam RegistrationThis is a tough one and something that a lot of folks have to deal with. I’d recommend looking into Akismet for spam comments and possibly CloudFlare to also help you stop these attacks and user registrations before they get to you.
I’d also take a look at Limit Login Attempts, because I’d guess there are a lot of bots trying to hack into your site as well.
Jonathan
Forum: Fixing WordPress
In reply to: Missing Security Token error when trying to commentIt looks like what’s causing the issue is that some files can’t be loaded. In particular, the file below is returning an internal server error 500:
http://frankonlinemarketing.com/wp-comments-post.php?for=jetpack
A couple of questions:
– Does that file exist on your server?
– Are you using the most updated version of WordPress?
– Are you using the most updated version of the Jetpack plugin?If you’re not using the most updated version of WordPress and Jetpack I’d definitely recommend upgrading.
There are a number of other errors that are showing up, but hopefully they’re caused by the file that can’t be loaded.
Jonathan