eastbank
Forum Replies Created
-
Will do, just currious – how do you see the JS errors?
Hello, i’m having a problem with the submissions as well. When you click ‘submit’ nothing happens. I’ve tried turning off the ‘Submit by Ajax’ but it doesn’t make a difference. Here’s a link to the form:
https://lenoxreign.com/clients/THS/contact/Forum: Plugins
In reply to: [Magic Fields] [Plugin: Magic Fields] Doesn't work with 3.3I’m on WP 3.3.1 and had this problem when I used Magic Fields on a custom post type. The problem was that I did not have the ‘editor’ turned on for the post type, so the TinyMCE wasn’t showing up on the multiline text fields.
The solution was to turn on the editor, when i did that the problem went away.
I did not want the editor to be seen or used by the client though, so to fix that, I put this in the ‘help text’ area of the first magic field:
<style type=text/css>#postdivrich {display:none;}</style>
I was aware of this problem, and the fix for it because I use Custom Field Template quite often and it has the same issue.
You can hide the ugly key by using the ‘hideKey = true’ option, then use the ‘label = Your Nice Label’ option to give it a nice looking label.
Yep, same issue here. It was working…now it’s not. Tested the email address from my email and was able to post manually no problem.
Glad I could help
Forum: Plugins
In reply to: [Plugin: Custom Field Template] Setting the order of multiple file uploadsBump
I mean the default custom field template. When the plugin is installed, there is a template with custom fields that comes loaded as an example. I would generally leave the example in tact, but would just turn it off. The ‘disable’ box is next to the template name, by default it is not checked.
Let me know if you’re still not clear on that, i’ll post a link to a screen shot.
Ok. Figured out a work-around for this. The key is to use the Default setup that is preloaded. If it has the ‘disabled’ box checked, that’s when it stops autoloading the templates.
Hope that helps somebody ??
I also just noticed that if you specify a custom field template to only load on certain page templates using the:
Page Template file name(s) (comma-deliminated):It doesn’t work. The template doesn’t show up at all.
Forum: Fixing WordPress
In reply to: if post_meta value = XThanks, I got it to work using this:
<?php if ( get_post_meta($post->ID, “Color Sorts”, true)==’tan’) : ?>
Forum: Plugins
In reply to: [Custom Field Template] File upload not working – windows serverJust a permissions issue.