flapane
Forum Replies Created
-
Forum: Plugins
In reply to: [Disqus Conditional Load] What about search engine bots?Sure, thanks again for your plugin!
I’ll apply the same lazy-load idea to other parts of the website who feature Disqus, but don’t use WordPress or other CMS.
Forum: Plugins
In reply to: [Disqus Conditional Load] What about search engine bots?Hi Joel,
That’s a point.
I don’t know, maybe one could retreive the first 5/10 comments ( it looks like it’s possible https://codex.www.ads-software.com/Function_Reference/get_comments ), given that even Disqus shows a “LOAD MORE COMMENTS” button in order to avoid loading all the comments at once?Forum: Plugins
In reply to: [Transposh WordPress Translation] parser.php errors in server logActually, given the fact that such warnings are more and more growing (thousands of them), and from time to time I need to check my error log, I think that it could be useful to suppress such warning messages (even if they shouldn’t never ever be suppressed).
However, I’m not sure about the right steps to follow:
I’m supposed to add a @ to the culprit function. However, on line 731 there’s no function:
$this->html->find('language', 0)->innertext = $this->lang;
Would you be so kind to help me (and maybe consider suppressing them in the source code, so that one doesn’t have to manually do it every time the plugin is updated) ?
Thanks in advance
Forum: Everything else WordPress
In reply to: wp_get_archives() fails w3c HTML5 validationThanks for your answer.
I wonder if the issue should be handled by WP devs given that this is a WP function, and if such general <link> list without the deprecated ‘archives’ attribute could be still meaningful to search engines.Forum: Plugins
In reply to: [Rename wp-login.php] Keep this plugin aliveYou may try on Twitter: https://twitter.com/iseuldee
Forum: Plugins
In reply to: [Rename wp-login.php] Keep this plugin aliveDid you try to contact the owner via pm or email?
We all really appreciate your commitment!Forum: Fixing WordPress
In reply to: Weird http404 errorsYep, at this point I can’t do much.
Forum: Fixing WordPress
In reply to: Weird http404 errorsNegative, I’ve just checked all the URLs (the map is automatically generated by XML Sitemap Generator).
Forum: Fixing WordPress
In reply to: Weird http404 errorsThat’s a good call, I never tried to check the IPs, I only took a look at the error log in Awstats, which doesn’t show IP addresses.
Now I checked the access log and… it looks like they’re generated by genuine bingbot IPs:
207.46.13.102 – – [29/Jan/2015:11:35:37 +0100] “GET /blog/foo/title-of-the-post/test HTTP/1.1” 404 11824 “-” “Mozilla/5.0 (compatible; bingbot/2.0; +https://www.bing.com/bingbot.htm)”That’s curious.
Forum: Plugins
In reply to: [WordPress Related Posts] Why hundreds of different size thumbs?Hi Petra, any good news?
Having thumbs for related posts is nice, but the behaviour I described aboce, unfortunately, is not.Forum: Plugins
In reply to: [WordPress Related Posts] Why hundreds of different size thumbs?My bad, I totally forgot to add the other relevant details. ??
WP 4.1, and a custom theme which basically is… a stock theme heavily customized in cosmetical (CSS) terms, but not much more (please see the blog link in my profile).Forum: Plugins
In reply to: [Rename wp-login.php] Any chance this functionality will make it into core?It looks like that, as I’ve been already fearing for a while, the plugin is not mantained anymore, and the devs clearly stated that they don’t want to include it into core ( https://core.trac.www.ads-software.com/ticket/24673#comment:7 ), because of certain drawbacks.
It would be such a pity the plugin would become unusable in the next months, mainly because of some incompatibility issues… in my opinion this is a great plugin, and it spared me a lot of wasted server resources.Forum: Plugins
In reply to: [WordPress Related Posts] Why hundreds of different size thumbs?Hi Petra,
sure, here’s an (up-to-date) list.Adsense Explosion 1.1.4
Akismet 3.0.4
All In One SEO Pack 2.2.4.2
Broken Link Checker 1.10.4
Custom Post Limits 3.6
Disqus Comment System 2.84
Embed Google Map 3.2
FeedBurner FeedSmith 2.3.1
Google XML Sitemaps 4.0.8
IFrame Widget 4.1
Rename wp-login.php 2.5.1
Share Buttons by AddToAny 1.5
Shortcode Exec PHP 1.51
Simple Tags 2.4
Simple Trackback Validation with Topsy Blocker 1.2.4
Smart Youtube PRO 4.3
Syntax Highlighter ComPress 3.0.83.3
Transposh Filtro per Traduzioni 0.9.6.0
WordPress Related Posts 3.5.3
WP-Cumulus 1.23
wp-jquery-lightbox 1.4.5
WP-PostViews 1.69
WPtouch Pro 2.8.3Thanks,
F.Forum: Plugins
In reply to: [Transposh WordPress Translation] Bots keep parsing old languages URLsHopefully, at some point in the time the bots will stop looking for these pages.
I’ve been using http 410 responses for some pages on my website, and 4 months haven’t been enough for bots to stop requesting them. ??
Thanks.Forum: Plugins
In reply to: [Transposh WordPress Translation] parser.php errors in server logI can’t edit the verbosity level on my web hosting, but what’s important is that this is not a critical error, and I can ignore it. ??
Thanks