Archive for the 'WordPress' Category

WPMU Be careful with Mod_Rewrite

As stated previously on StackOverflow about osify got stuck because of can’t add new post or upload new media file after I have configured osify to be a multi-site by using WordPress Multisite. I got following error: Can’t add new post and got message: Are you sure you want to do this? Please try again [...]

11 April 2012 at 00:51 - Comments

To solve drop down menu or fancybox photos behind YouTube embedded object

I met this issue that happened in Google Chrome mostly but may other browsers as well. I used TubePress plugin for embedded youtube video in my WordPress, combined for all searches on the net, let’s summary here for how we could solve this issue. Fixes Guidelines Normally, for normal embedded, you just need to add [...]

25 June 2011 at 17:26 - Comments

WordPress – Remove Sidebars of Parent Theme

Most of WordPress theme developers may already agree that the most flexible for WordPress CMS is able to extend a template (we called parent theme) to create any child theme we want. You may also face the same issue to me when we want to remove one configuration of the parent theme. I have and [...]

26 April 2011 at 01:45 - Comments

What to do to secure your wordpress on production

Security is most concerning for all kinds of software or applications. WordPress is a free opensource blogging and CMS-like system, as it is an opensource product so source code is opening that’s easy for hackers to read to understand the way of the open source does. But it doesn’t mean that it’s easy to hack. [...]

14 February 2011 at 13:50 - Comments

Multilingual with Horizontal scrolling announcement wordpress plugin with qtranslate

I used Horizontal scrolling announcement wordpress plugin (v3.0) for some sites but currently it’s not supporting for multi langauges but I need. I modified the code in the plugin for displaying purpose in file: horizontal-scrolling-announcement.php in method: horizontal_scrolling_announcement() Line 53: $hsa = htmlspecialchars(__(stripslashes($data->hsa_text))); Line 61: $hsa = $hsa . “   -   ” . htmlspecialchars(__(stripslashes($data->hsa_text))); At [...]

20 December 2010 at 14:56 - Comments