Matthew Woodard
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Uncaught Error: Syntax error, unrecognized expression #+1 Same error here.
Forum: Reviews
In reply to: [WP UniformJS] Did absolutely nothingDid you read the instructions?
You will have to place your form id in the selector options.
Forum: Plugins
In reply to: [WP UniformJS] How to use WP Uniform JS PluginThis plugin does not handle that ability.
You will need to use custom javascript to do that.
You can to something like the following:
jQuery(function($) { if ($('.upload-field') == '') { $('.upload-button').val('No file selected.'); } else { $('.upload-button').val('Browse'); } })
Hope this helps.
Forum: Plugins
In reply to: Yoast plugin: SEO title warning, too long+1 Bump … same issue.
+1 … Same issue here.
WP 4.0 / WCK 1.1.2
Created custom post type
Created custom fields for that post typeWhen adding content to the fields, all data disappears after publishing.
Any ideas?
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Can't scroll menu on (some) mobileI have figured this out … add the following css and you should be good.
html, body {
height: 100%;
}Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Can't scroll menu on (some) mobile+1 … same issue, users cannot scroll shift nav menu on iphone / ipad (chrome or safari)
Forum: Plugins
In reply to: [Visual Form Builder] Security check: referal does not match this site.I am having the issue still … https://matthewwoodard.com/contact
WP 3.5.2
VFP Pro – 2.3.4Please help.
Same here … ????
Forum: Plugins
In reply to: [Store Locator Plus?] Google API Not WorkingSo why the error?
Ok i figured the issue out on my end …
Turns out whatever ID you tell AAPL to load the content into, also needs to be the ID of the div of content from the page you are trying to load …
I was trying to load into an empty div … and the page being loaded didnt have the appropriate ID in the content.
Also be sure to check that “the_content()” function is called inside that div as well.
Great plugin … my recommendation would be ::
– Adding support to define certain elements or menus to load pages