Jonathan Goldford
Forum Replies Created
-
Excluding from W3 Total Cache didn’t do the trick for us. Is there anything else that could cause this issue?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] WordPress Failure Notice and Incorrect ContentDone. Thanks.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] WordPress Failure Notice and Incorrect ContentThanks for reaching out. This is actually something that Willy from your support team helped us with a long time ago.
Forum: Fixing WordPress
In reply to: Greeting card website helpFirst, I think the requests and feedback forum is for requests and feedback on the actual software. It may be better to post at http://wordpress.org/support/forum/how-to-and-troubleshooting. That is focused on how-tos, which I think is more of what you’re looking for.
As for themes, WordPress was originally a blogging platform and has a lot of blogging functionality built-in. To find a theme that is focused more on pages and pictures, you may have to pay for one. I would recommend checking out websites like http://themeforest.net/ or http://www.woothemes.com/ to buy a more professional theme.
I hope that’s helpful. Good luck.
Forum: Plugins
In reply to: Recaptcha Doesn't Show Up in IE8 or less@bk_design, thanks a lot. I’ll give it a try.
Forum: Plugins
In reply to: Recaptcha Doesn't Show Up in IE8 or less@bk_design, we are definitely using wp-members, but don’t see the issue on IE8 or IE7. It shows up in only once in a while and only in IE6. Could the fix above still work in this case?
Forum: Plugins
In reply to: Recaptcha Doesn't Show Up in IE8 or lessWe’re having a similar issue, but ReCaptcha shows everywhere except sometimes on IE6. In those cases it doesn’t appear at all and we don’t get any javascript errors. We are using ReCaptcha with Gravity Forms and WP-reCAPTCHA.
Do you know the best way to fix the problem?
Thanks.
Jonathan
Hi,
I was still getting the error in both IE6 and IE7, but putting together the if statements seemed to fix the problem. The code is now:
<script type="text/javascript"> if(document.getElementById('submit') != null && document.getElementById('recaptcha-submit-btn-area') != null) { var sub = document.getElementById('submit'); document.getElementById('recaptcha-submit-btn-area').appendChild (sub); document.getElementById('submit').tabIndex = 6; if ( typeof _recaptcha_wordpress_savedcomment != 'undefined') { document.getElementById('comment').value = _recaptcha_wordpress_savedcomment; } document.getElementById('recaptcha_table').style.direction = 'ltr'; } </script>Forum: Plugins
In reply to: [Plugin: W3 Total Cache] WordPress Failure Notice and Incorrect ContentAnyone have any thoughts here?
Forum: Hacks
In reply to: 2 Day No Memember CookiesI’m not trying to bump this, but I’d love to know if this warrants being reported on Trac? Anyone else think this is a WordPress core bug?
Forum: Hacks
In reply to: 2 Day No Memember CookiesShould I report this as a WordPress bug on Trac?
Forum: Plugins
In reply to: [The Events Calendar] Restrict Calendar Rows to 5What calendar are you using to accomplish this? Is this a plugin? If so, what is the name of it?
Forum: Hacks
In reply to: 2 Day No Memember CookiesNot a problem at all. I’m hoping somebody can explain what I’m missing. I must be reading something incorrectly.
Forum: Hacks
In reply to: 2 Day No Memember CookiesAccording to the documentation on login, when you don’t check “Remember Me” the cookie should still last two days. Based on the code from pluggable.php it looks to me like the cookie only lasts until the browser closes. Am I missing something there?
Forum: Plugins
In reply to: Adjusting Plugins and UpdatingThanks @andrea_r. Much appreciated. Do you know any good resources that walk through how to fork a plugin?
For bumping, I have definitely heard mixed things. I actually just started bumping because older posts never received responses. I just want to make sure I’m following the guidelines and not abusing the forums. I just know that when I go on to answer questions I usually look only at the most recent posts.
Thanks again.