Jonathan Goldford
Forum Replies Created
-
Did any of you guys ever find a solution to this problem? Do you have to reset all of the thumbnails for this to work?
The sitemap is located at https://www.fordasphalt.com/sitemap_index.xml. For some reason Google is no longer giving me the error now. Everything seems to be working.
Even after clearing the sitemap from the page cache, Google had been saying it was in an incorrect format. Maybe it takes Google a while to refresh on their end.
All is well now though. Thanks for the help.
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 https://www.ads-software.com/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 https://themeforest.net/ or https://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.