makabe
Forum Replies Created
-
Forum: Plugins
In reply to: [Disqus Conditional Load] Some bugs after updateNothing changed… even worse, because now
count.jsis loading everywhere ๐Ok, I found 2 things:
1. GWT – From yesterday (when I enabled Bad Bot Blocker) indexed pages of my blog decreased from 1985 to 1559.
2. When you disable Bad Bot Blocker, some extra code in .htaccess file left and you need to delete it manually! (code below)
# BEGIN Bad Bot Blocker SetEnvIfNoCase User-Agent "Abonti|aggregator|AhrefsBot|asterias|BDCbot|BLEXBot|BuiltBotTough|Bullseye|BunnySlippers|ca\-crawler|CCBot|Cegbfeieh|CheeseBot|CherryPicker|CopyRightCheck|cosmos|Crescent|discobot|DittoSpyder|DOC|DotBot|Download Ninja|EasouSpider|EmailCollector|EmailSiphon|EmailWolf|EroCrawler|Exabot|ExtractorPro|Fasterfox|FeedBooster|Foobot|Genieo|grub\-client|Harvest|hloader|httplib|HTTrack|humanlinks|ieautodiscovery|InfoNaviRobot|IstellaBot|Java/1\.|JennyBot|k2spider|Kenjin Spider|Keyword Density/0\.9|larbin|LexiBot|libWeb|libwww|LinkextractorPro|linko|LinkScan/8\.1a Unix|LinkWalker|LNSpiderguy|lwp\-trivial|magpie|Mata Hari|MaxPointCrawler|MegaIndex|Microsoft URL Control|MIIxpc|Mippin|Missigua Locator|Mister PiX|MJ12bot|moget|MSIECrawler|NetAnts|NICErsPRO|Niki\-Bot|NPBot|Nutch|Offline Explorer|Openfind|panscient\.com|PHP/5\.\{|ProPowerBot/2\.14|ProWebWalker|Python\-urllib|QueryN Metasearch|RepoMonkey|RMA|SemrushBot|SeznamBot|SISTRIX|sitecheck\.Internetseer\.com|SiteSnagger|SnapPreviewBot|Sogou|SpankBot|spanner|spbot|Spinn3r|suzuran|Szukacz/1\.4|Teleport|Telesoft|The Intraformant|TheNomad|TightTwatBot|Titan|toCrawl/UrlDispatcher|True_Robot|turingos|TurnitinBot|UbiCrawler|UnisterBot|URLy Warning|VCI|WBSearchBot|Web Downloader/6\.9|Web Image Collector|WebAuto|WebBandit|WebCopier|WebEnhancer|WebmasterWorldForumBot|WebReaper|WebSauger|Website Quester|Webster Pro|WebStripper|WebZip|Wotbox|wsr\-agent|WWW\-Collector\-E|Xenu|yandex|Zao|Zeus|ZyBORG|coccoc|Incutio|lmspider|memoryBot|SemrushBot|serf|Unknown|uptime files" bad_bot Deny from env=bad_bot # END Bad Bot BlockerPlease fix this in next update.
The settings are set to default… and I did not change anything in that section.
http://gracz.org/wp-content/uploads/2014/03/bad-bot-blocker.jpg
My .htaccess file it’s also ok.
Forum: Plugins
In reply to: [Scroll Triggered Boxes] Problem with small screenHello ๐
For example, when you enter some website or blog on mobile devices, tablets, etc. you can change position from horizontal to vertical – and then STB should hide.Forum: Plugins
In reply to: [Scroll Triggered Boxes] Problem with small screenHi,
in every post, like this one: http://gracz.org/recenzja-mad-max-na-drodze-gniewu/I use Scroll Triggered Boxes 5 different blogs, after update this is happening on all of them.
In version 1.4.4 you can change browser window size and Scroll Triggered Boxes hide on small resolutions (for example 700px), now you need refresh the page.
Hi,
Thanks for answer. I disable “stats for visitors votes”,
but dashicons.min.css it’s still in header ๐My blog is Gracz.org
Great! Thank you ๐
ok, thanks for quick answer ๐
Forum: Themes and Templates
In reply to: [Hueman] Exclude a Category from Hueman Index-PageHello ๐
I need to exclude category only from related posts (“You may also like”) at the bottom of the page. Could somebody help me with this?
Original theme code looks like this:
// Related by categories if ( ot_get_option('related-posts') == 'categories' ) { $cats = get_post_meta($post->ID, 'related-cat', true); if ( !$cats ) { $cats = wp_get_post_categories($post->ID, array('fields'=>'ids')); $args['category__in'] = $cats; } else { $args['cat'] = $cats; } }Greetings,
AdrianForum: Themes and Templates
In reply to: [Hueman] How Do I Solve This Error In Feed PageIt depends what browser you use ๐ For example – WordPress Feed site shows error in Chrome, but works perfectly in Firefox.
PS. BitDefender have some problem with your site
http://www.urlvoid.com/scan/trickztracking.com/Forum: Themes and Templates
In reply to: [Hueman] Title tag WP 4.1Hi bdbrown,
I ask about this changes on other WordPress forum. For now, I also don’t think is “must do” or “necessary”, but in near future probably will.Alex don’t update hueman theme in long time (but maybe will do for christmas), so probably we must do it ourselves.
If you know something in this topic, please share with us ๐
Forum: Themes and Templates
In reply to: [Hueman] Title tag WP 4.1Hi,
For some time I try to fix “google structured data missing elements” problems on Human Theme and I find some solution (only hCard “author” in related posts and homepage still not fix, but I working on this).The example is my blog – Gracz.org:
http://www.google.pl/webmasters/tools/richsnippets?q=http%3A%2F%2Fgracz.org%2Fprzygoda-w-red-creek-valley-recenzja-the-vanishing-of-ethan-carter%2F——————————————————————
You need to change:
——————————————————————
content.php
content-featured.php<h2 class=”post-title”>
change to:
<h2 class=”post-title entry-title”><p class=”post-date”><?php the_time(‘j M, Y’); ?></p>
change to:
<p class=”post-date date updated”><?php the_time(‘j M, Y’); ?></p>
——————————————————————
single.php<h1 class=”post-title”><?php the_title(); ?></h1>
change to:
<h1 class=”post-title entry-title”><?php the_title(); ?></h1><p class=”post-byline”><?php _e(‘przez’,’hueman’); ?> <?php the_author_posts_link(); ?> ยท <?php the_time(get_option(‘date_format’)); ?></p>
change to:
<p class=”post-byline”><?php _e(‘przez’,’hueman’); ?> <span class=”vcard author”> <span class=”fn”><?php the_author_posts_link(); ?> </span></span> ยท <span class=”post-date date updated”><?php the_time(get_option(‘date_format’)); ?></span></p>
——————————————————————
related-posts.php<p class=”post-date”><?php the_time(‘j M, Y’); ?></p>
change to:
<p class=”post-date date updated”><?php the_time(‘j M, Y’); ?></p><h4 class=”post-title”>
change to:
<h4 class=”post-title entry-title”>
——————————————————————I hope this should help ๐
Forum: Themes and Templates
In reply to: [Hueman] Error Structured Data TestingHi,
I try many fix and solutions, but none of them work for hCard “author” error.
http://www.lahtela.com/hueman-theme-google-authorship/
http://fivera.net/hatom-feed-hatom-entry-error-wordpress-solution/If you find solution for this error please share it ๐
Forum: Themes and Templates
In reply to: [Hueman] Error Structured Data TestingDon’t worry, most users have these errors…
Some of them could be fixed by this changes:content.php
content-featured.php<h2 class="post-title">
change to:
<h2 class="post-title entry-title"><p class="post-date"><?php the_time('j M, Y'); ?></p>
change to:
<p class="post-date date updated"><?php the_time('j M, Y'); ?></p>single.php
<h1 class="post-title"><?php the_title(); ?></h1>
change to:
<h1 class="post-title entry-title"><?php the_title(); ?></h1>