twoeagles
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Publish] WPMU compatible ?I think I figured it out.
Mike, Hmmmm. So it is something on my pc. I’m using IE9. Weird. thanks for your help.
Mike, I was already running 3.1.2. Now I’ve deactivated each plugin, no change. The only thing that makes the forms work is to switch to another theme. Here is a link to my contacts page:
http://atlantadpa.hwrwp.com/contacts/contact-brand-mortgage/Thanks Mike,
I’m having problems with the form. It wouldn’t allow me to type into the fields. I changed to another them and it allows me. So I need to find where the conflict is. From the configuration interface I was able to send a test message. So it looks like the only issue is typing into the the form fields when it is on a page. Any clues? I’ve seen problems with a Theme that has setting.php and had to change that the theme_setting.php to get around that problem. The Theme I’m using I downloaded from one of the theme builders. Theme is Admired 1.0.6 by Brad Thomas http://wp-ultra.com/Forum: Networking WordPress
In reply to: WordPress Admin Bar is not working with my custom theme?This solved the problem for me also:
For me the problem is in function.php file of gemer theme:
include(“settings.php”);This call the wp settings.php general file instead of the theme’s settings.php file.
I rename settings.php in theme to theme_settings.php and change the line above in :include("theme_settings.php");Thank you ferasof for the function.php hint