daviscomedy
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP-FacebookConnect] logout doesn’t logout of FBi take that back. it is logging out of FB. just not removing the box in the upper right. it only looks like I’m logged it, FB however does log out (gives a session time out).
Forum: Plugins
In reply to: [Plugin: WP-FacebookConnect] logout doesn’t logout of FBI can’t log out either. Using the box in the upper-right corner, still no log out. Brings up the box saying I am being logged out of both sites, but it isn’t logging out of either.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] incorrect CSS ? can’t find it being echoed in PHPjust changing this to resolved. your last update solved the issue.
many thanks!Forum: Installing WordPress
In reply to: 2.7 wont install. wants me to clear DB tables that don’t existOn my end (not sure about you, wlben) this was something simple I wasn’t thinking about until I got a 500 error trying to pull up something directly.
I was simply doing the install, and clicking on the link in the ReadMe.html file to the wp-admin/install.php file. Which was linking and taking me to the file… when i should (per my MAMP’s settings) have been navigating myself to http://localhost:8888/SITEROOT/wp-admin.php
Therefore the error I was quoting above was false. Not really an error, but just my browser trying to out put all of readable text within the php doc. where that was error message was at the top.
It wasn’t running the install, b/c it was reading the file without going through the MAMP app.Hope that helps somebody else having a brain-fart.
-davisForum: Plugins
In reply to: [Plugin: Contact Form 7] incorrect CSS ? can’t find it being echoed in PHPIt’s related, that’s the theme I’m using for a starting point.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] incorrect CSS ? can’t find it being echoed in PHPwell that would explain why i can’t find it…
but I’m not sure how it would echo the span class that way otherwise…
here’s the line in question:
<input type="submit" value="Send" /><span class="frame-outer ajax-loader" style="visibility: hidden;"><span><span><span> <img class="ajax-loader" alt="ajax loader" src=I’ll keep looking in other places to see if I can find it, but here is the full html of the Contact 7 form, in case looking at it helps you see something I don’t.
<div id="body"> <div class="post" id="post-24"> <h2>Contact</h2> <div class="entry"> <div class="wpcf7" id="wpcf7-f1-p24-o1"> <form action="/Clayton/contact/#wpcf7-f1-p24-o1" method="post" class="wpcf7-form"> <div style="display: none;"><input type="hidden" name="_wpcf7" value="1" /><input type="hidden" name="_wpcf7_version" value="1.8.0.3" /><input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f1-p24-o1" /></div> <p>Your Name (required)<br /> <span class="wpcf7-form-control-wrap your-name"><input type="text" name="your-name" value="" class="wpcf7-validates-as-required" size="40" /></span> </p> <p>Your Email (required)<br /> <span class="wpcf7-form-control-wrap your-email"><input type="text" name="your-email" value="" class="wpcf7-validates-as-email wpcf7-validates-as-required" size="40" /></span> </p> <p>Subject<br /> <span class="wpcf7-form-control-wrap your-subject"><input type="text" name="your-subject" value="" size="40" /></span> </p> <p>Your Message<br /> <span class="wpcf7-form-control-wrap your-message"><textarea name="your-message" cols="40" rows="10"></textarea></span> </p> <p>Please Enter the Code in the Box Below<Br /><input type="hidden" name="_wpcf7_captcha_challenge_captcha-781" value="411371300" /><img alt="captcha" src="http://SITEURL/wp-content/uploads/wpcf7_captcha/411371300.png" class="wpcf7-captcha-captcha-781" width="72" height="24" /><br /> <span class="wpcf7-form-control-wrap captcha-781"><input type="text" name="captcha-781" value="" size="40" /></span><br /> <input type="submit" value="Send" /><span class="frame-outer ajax-loader" style="visibility: hidden;"><span><span><span> <img class="ajax-loader" alt="ajax loader" src="http://localhost:8888/Clayton/wp-content/plugins/contact-form-7/images/ajax-loader.gif" /></span></span></span></span></form> <div class="wpcf7-response-output"></div> </div> </div> </div> </div>This is the only issue I’ve had, great plugin!! Many thanks!!
-davis