Makabe
Forum Replies Created
-
Forum: Plugins
In reply to: [Scroll Triggered Boxes] Boxes do not show any more on my postsThe same problem here, after last update option “if post type is” doesn’t work.
Temporally I set “manual condition”.
Sorry Dario, but only plugin that slows down my blog is YASR.
Everything goes perfect after last update, but for now I need to disable it.
Thanks for support!
Hi Dario,
I make some test with P3 plugin, YASR generates more than 80% load on my blog.
https://gracz.org/wp-content/uploads/2016/03/yasr01.jpg
https://gracz.org/wp-content/uploads/2016/03/yasr02.jpgHi Steve,
Do you find any solution? After last update the problem is still here.
08:26:55 Blocked bot with IP 66.249.75.57 — matched user agent DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +https://www.google.com/bot.html) found in blocklist.
I try it on other theme and different settings, but nothing changes.
BTW – I find 4 errors on FF console in admin panel:
unreachable code after return statement yasr-admin.js:132:12
unreachable code after return statement yasr-admin.js:157:9
unreachable code after return statement yasr-admin.js:243:16
unreachable code after return statement yasr-admin.js:502:11Hi Dario,
Firday (YASR enabled):
https://www.webpagetest.org/result/160304_1J_GRS/
First byte 6.450sToday (YASR enabled):
https://www.webpagetest.org/result/160306_XH_DE9/
First byte 9.344sToday (YASR disabled):
https://www.webpagetest.org/result/160306_MV_DFB/
First byte 0.827sForum: Plugins
In reply to: [Scroll Triggered Boxes] How to close box after clicking in the linkHi Danny,
I have another event on that link, so finally code look like this:
onClick=”ga(‘send’, ‘event’, ‘klikniecie w box’, ‘obrazek’);STB.dismissAllBoxes();”
Thanks for solution ??
Forum: Themes and Templates
In reply to: [Hueman] Disable YouTube Related Videos In the EndTry this plugin:
Forum: Themes and Templates
In reply to: [Hueman] Problems with Tags order on WordPress 4.4Problem solved in WP 4.4.1
Forum: Plugins
In reply to: [Scroll Triggered Boxes] Block box by post vs page cssThanks for solution ??
Forum: Plugins
In reply to: [Scroll Triggered Boxes] How to close box after clicking in the linkYes, i am looking for that option ??
Forum: Plugins
In reply to: [Scroll Triggered Boxes] How to close box after clicking in the linkHi,
I checked onclick=”STB.toggleBox(XXX);” before and it doesn’t work for me, STB shows again when you scroll or refresh the page.
Greetings,
AdrianForum: Themes and Templates
In reply to: [Hueman] Twitter button missing from social share barHi Alex,
sharrre plugin still try to connect Twitter service for count number.You can check this in console:
https://cdn.api.twitter.com/1/urls/count.json [HTTP/1.1 404 Not Found 171ms]For now I fix this problem by editing jquery.sharrre.min.js in JS folder and replace:
https://cdn.api.twitter.com/1/urls/count.json?url={url}&callback=?
with
https://www.linkedin.com/countserv/count/share?format=jsonp&url={url}&callback=?
Forum: Themes and Templates
In reply to: [Hueman] Why removed twitter buttonStrange situation ?? Now we need to modify sharrre plugin files and delete Share Counts for Twitter – just leave icon and some text.
I try to fix it in next days, but maybe somebody do it first ??
Forum: Themes and Templates
In reply to: [Hueman] Why removed twitter buttonHi,
I also noticed this problem today, it appears on my blog and Alex demo page – Twitter icon and count in sharebar don’t show up:
https://demo.alxmedia.se/hueman/2013/10/take-a-deep-breath-and-just-be/
It probably problem with Twitter:
https://cdn.api.twitter.com/1/urls/count.json [HTTP/1.1 404 Not Found 339ms]