Kenneth
Forum Replies Created
-
Thanks for the prompt reply, Brad.
The form can be found here:
http://spanglishb.kennethwhitedesign.com/submit-your-school/I have the ‘City’ field populating the City taxonomy and active with Enhanced UI (although it’s not behaving). GF Version 1.6.2 and GF + CPT Version 3.
One thing I’m struggling with is WP loading two versions of jQuery, although it loads the newer one later, so it seems like that would kill the conflict.
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] Value field not resettingI was able to edit the value field by first selecting the “Text” field type, then changing it back to “Select”.
Forum: Requests and Feedback
In reply to: WP3 Integrated Menu #no-linkIf you’re using jQuery, one solution would be to target the link and remove the ‘a’ tag altogether. I’m using something like this and it works great, taking the links off only the parent categories.
<script type="text/javascript"> jQuery(document).ready(function () { jQuery('li.menu-item-type-taxonomy > a').contents().unwrap(); }); </script>Forum: Fixing WordPress
In reply to: Image GalleriesWhen you add photos to a post using the insert media button, one of the tabs under “Add an Image” is marked “Gallery”. THis contains all of the images associated with your post. At the bottom is the option to “Insert a gallery”. This enables the gallery and adds the [gallery] shortcode to your post.