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 [...]
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 [...]
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 [...]
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. [...]
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 [...]