Andrei
Forum Replies Created
-
Also here’s a fix to the fix (because the bug of loading new posts remained in the footer):
<?php global $is_ajax; if(isset($_SERVER['HTTP_X_REQUESTED_WITH']) && strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) == 'xmlhttprequest') { $is_ajax=true; } else { $is_ajax=false; } if (!$is_ajax) get_footer(); ?>following what has already been posted. Now everything seems to be working fine.
Hmn, something even weirder is happening. When I first read your reply (thanks :D) The links in your posts pointed to an emoticon. Clearly you also saw an emoticon since you say the image is 18×18. And I have no idea why.
But no, the image I linked is indeed 620×465.
As for the link, this is the culprit: http://huzze.net/. I just tried activating the module and it’s the same story. Any leads? 😀Forum: Plugins
In reply to: Images won't load from Photon CDN with 2.04I have the same issue and no idea what’s happening. And the internets do not provide anything.
Forum: Requests and Feedback
In reply to: Improving the WordPress.org support forumsWell, since the forums are very active and a lot of new threads are created, maybe an email notification system is the best idea. Even if my topic is far far away, an email will let me know if it has new replies.
Forum: Fixing WordPress
In reply to: Emails not sendingRight. The problem appeared because I messed up the Advanced DNS zones in cPanel. Thank you esmi for the help.
The solution can be found here: http://huzze.net/5616/solution-to-email-problems-on-your-host
Forum: Plugins
In reply to: Disabling dashboard menu itemsdone with administrize 🙂
Thanks a lot!Forum: Alpha/Beta/RC
In reply to: WP 3 Alpha/BetaAny idea if the 2.9 themes will work on 3.0 Final Release? I would like to make my own theme but if it won’t work on the next version I’m not going to bother…