JS
Forum Replies Created
-
Forum: Plugins
In reply to: Possible fix for sudden redirect loop at wp-login with reauth=1I ran into this issue today…the looping login can also happen when you run out of disk space and the database can not write to the database during authentication.
Forum: Plugins
In reply to: [Contact Form 7] One text field causes error whenever there is a space.I’ve confirmed the bug on another domain/web site. Same exact issue. If you create a new CF7 form with the code I supplied above, you’ll see what I mean.
Forum: Plugins
In reply to: [Contact Form 7] One text field causes error whenever there is a space.One more thing I found out is that if I have any spaces in that field, I will get an error. Remove spaces, and no error occurs. Obviously, I’ll need spaces in that text field.
Forum: Plugins
In reply to: [Contact Form 7] One text field causes error whenever there is a space.Any ideas on why this one field is potentially giving me problems? I’ve tried renaming it, moving it, but it still will give me the same issue.
Forum: Plugins
In reply to: [Contact Form 7] One text field causes error whenever there is a space.Hi Takayuki,
Mail is setup correctly, as I’m getting form submissions, unless I include the additional text field in my ContactForm7:
<label>Job Title<span class=”requiredText”>*</span>: [text* text-555]</label>
That’s when the form throws me an error.
Forum: Themes and Templates
In reply to: [MesoColumn] Theme crashes with WP 4.3.0 ?So when you restored to WP 4.2.4, did that fix the downtime issues?
Forum: Plugins
In reply to: [Easy Testimonials] google structured errorI couldn’t rationalize spending $59 to make the author field available for the testimonials. So, I had to uninstall Easy Testimonials plugin and go with the Random Text plugin to alleviate this issue in Google Webmaster Tools.
You guys might want to allow for the author field to be available to the free version of your plugin, since Google Webmaster Tools doesn’t like the missing author.
Forum: Plugins
In reply to: [Easy Testimonials] google structured errorDo you need to have the pro-version in order for the Author information show up? I’m having the same issue described by jackie777 in Google Webmaster Tools.
For anyone using Media Categories and have updated Enhanced Media Library, you may have noticed that the media categories are not displayed in the Add Media dialog by default. To get them back, go to WP Admin > Media Settings > Taxonomies > edit “Media Categories” > and make sure the “Edit in Media Popup” checkbox is checked.
Forum: Plugins
In reply to: [Contact Form 7] ALL submissions being referred as spam@wenton: I had the same exact issue you described. I purged the Contact Form DB Plugin and the problems still persist. I even cleared my browser cache, WP cache and deleted the table in the database that was remnant of the Contact Form DB Plugin.
Does anyone else have any other recommendations for fixing the orange “Failed to send your message because it was referred to as spam…” message?
Forum: Plugins
In reply to: [Enhanced Media Library] Great Plugin but breaks the new Add Media in 3.9Me 4
Forum: Themes and Templates
In reply to: max_input_varsSee if you can locate a php.ini or user.ini file in your hosting environment, where you can specify:
max_input_vars = 3000
3000 should suffice, but I’ve had to beef my up to 5000 on one of my WordPress sites to keep menu items from disappearing in a SiteMap Menu I have with hundreds of menu items.
Forum: Fixing WordPress
In reply to: Code appearing after update to 3.5Many thanks Dominik! Adding those two lines to my wp-config.php worked beautifully!!!
Forum: Plugins
In reply to: Looking for a Plugin for Thumbnails/Bios.Thanks elabz! I was hoping there might be something similar out there with a plugin, so that the end-client wouldn’t have to do any coding to update this. If anyone else knows of a plugin that could have a similar effect to https://www.banyanbranch.com/#!/company/team, please respond.
Forum: Fixing WordPress
In reply to: Restricting Admin access for a user to only edit one page.A colleague of mine sent me REALLY good solution to the problem I was having:
https://www.wptavern.com/forum/plugins-hacks/169-limit-users-editing-specific-pages.html
Highly recommend this for anyone looking to create your own Roles and Capabilities with a WordPress site.