pyrohot
Forum Replies Created
-
Forum: Plugins
In reply to: [Yakadanda Instagram] Not showing imagesI have same problem. In code i see that widget pulls right image but thumbnail is blank.
Forum: Plugins
In reply to: [Magic Embeds] 1.9 = session_start(): Cannot send session cache limiterAfter upgrade to Wp 4.2.1 (and plugin update to 1.9) i have a same error: Cannot send session cache limiter – headers already sent (output started at /***/wp-content/plugins/wp-embed-facebook/lib/core.php:504) in /***/wp-content/plugins/wp-embed-facebook/lib/fb/facebook.php on line 49
Forum: Plugins
In reply to: [Video Thumbnails] Does not work with FacebookDebugging:
Facebook Name Pass/Fail Result Flash Embed ? Failed View Image 0617ff0f32c576de2c4f576f3285f49b iFrame Embed ? Failed View Image 19a386192e3d26063c3eb170078cb4fd
Forum: Plugins
In reply to: [Magic Embeds] How you embed facebook video?i have same question!?
Yes, only in Simplekey theme. No, in Twenty series themes dont have those messages.
define( ‘NGG_HIDE_STRICT_ERRORS’, true ); seems to not working…
Those error messages is only with this Simplekey theme. In Simplekey theme support i got answer that its Nextgen plugin problem/bug and they wont to nothing.
I use shared hosting service with new wp install. There is no similar errors in other themes and other installs where i use nextgen…I dont understand what you mean with production site? This is a normal virtual server with standard blank wp install.
Forum: Plugins
In reply to: [WordPress Popular Posts] Not AccurateI made empty cache and its working again about month, now statistics are wrong again
Forum: Plugins
In reply to: [WordPress Popular Posts] Not Accuratejep, same here. plugin worked for month normal and now is data random. even more, list of post is messed up:
Order by views
1. post 52 views
2. 604 views
3. 133 views
…
12. 444 viewsForum: Plugins
In reply to: [ALO EasyMail Newsletter] WP 3.5.1 cron wont work with alo 2.4.14i just uninstalled plugin and deleted all data and nothing… it wont fix cron problem…
i give up.Forum: Plugins
In reply to: [ALO EasyMail Newsletter] WP 3.5.1 cron wont work with alo 2.4.14I dont have installed any new plugins – all those are old..
AdRotate
ALO EasyMail Newsletter
BackUpWordPress
Contact Form 7
Cron GUI
Google XML Sitemaps
Quick Page/Post Redirect Plugin
Strx Magic Floating Sidebar Maker
Watermark My Image
WP Super CacheI use shared host and there is no known issue about WP cron. Error log is empty, just some missing pictures and folders.
The only thing I did was WP update – after that Alo wont work anymore.
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] WP 3.5.1 cron wont work with alo 2.4.14i installed cron view plugin and if i activate alo plugin the first cron runs normally but then it disappears
Forum: Plugins
In reply to: [Widget Logic] timed widgeti give up, server time is correct…
code in wiget is correct as:
$hour = 0+date_i18n(‘G’); if ($hour > 22 && $hour < 7 ) return true;and its not working
Forum: Plugins
In reply to: [Widget Logic] timed widgeti made echo date_i18n(‘G’); and server time is correct. i tried to use logic in adrotate widget.. maybe adrotate wont work?
Forum: Plugins
In reply to: [Widget Logic] timed widgetthanx, but i dont understand nothing from WP’s Conditional Tags – i’m total noob and found this code somewhere in wp forum. I try to use this in adrotate widget to show some ads only in nights, but i cant get it to work.
So now i tried:
$hour = 0+date_i18n(‘G’); if ($hour < 22 || $hour > 7 ) return true;but it wont work for me…