Archive for the ‘WordPress’ Category
WordPress 4.5, jQuery 1.12 and compatibility issues
Thursday, April 14th, 2016But there is a known issue with older JavaScript code. If your plugin or theme contains code snippet like one below, you will get error message:
“Uncaught Error: Syntax error, unrecognized expression: a[href=#scroll-top]”
Override WordPress option value
Tuesday, September 2nd, 2014Thanks to the WordPress core developers team it is not only possible but even simple. The only special thing you need to know is the WordPress option name.
In order to change some WordPress option value for the user, user role, date, time, post, etc. use proposed code snippet as the starting point. The code sample below automatically replaces global WordPress administrator email admin_email
option value with own email of the current user with “Administrator” role. Just insert this code to your active theme functions.php file in order it starts working:
Hide widgets from WordPress dashboard
Thursday, January 16th, 2014Some of plugins were written with user friendly policy in a mind and has an option at their settings to hide selected widget. What to do with plugin which does not allow blog owner to manage what widget to show at the WordPress back-end dashboard and what does not?
Yes, any user may hide unneeded widget switching of correspondent checkbox inside the “Screen Options” at the top of the page. But suppose, that You, as administrator, wish to make your blog dashboard more user friendly and to help your users to spend their time more effectively. Some times you even do not wish to let user know, that some widget is available at all. Use this recipe to make your dashboard cleaner.
Ubuntu version 13.10 – update from 13.04 hints
Sunday, November 3rd, 2013Unfortunately I was not ready so good as you could, and spent the couple of hours digging Internet to find the right decision for 3 little problems I met after my computer with updated operating system successfully rebooted. The 3 problem, little but critical, as anyone could stop your work as a Web developer.
It would be honest to say, that the troubles, which I will describe in this post, are not related neither to the operating system Ubuntu itself, nor to its version upgrade process. There are no bugs and no crashes. I may talk about my case of course.
You will meet the real problems in case you are the developer and have Apache/PHP installed at your desktop/server with a lot of virtual web servers defined. Add our popular and lovely WordPress here. Otherwise all update process took, of course, some time, but was fulfilled smoothly and without any headache.
WordPress 3.7 welcome
Saturday, October 26th, 2013New features of this major release are:
– Background updates. Automatic installation for security and bug fix minor updates are enabled by default. As official blog says, you may sleep, but critical update will be applied without your participation.
– Stronger password recommendations checked during new password creation and followed WordPress password strongness meter. It recognizes common mistakes that can weaken your password: dates, names, keyboard patterns (123456789), and even pop culture references;
– Improved search results. Search results are ordered better in relevance to the post content, not by publication date only.;
– Better global support. As the part of realized automatic update engine WordPress 3.7 adds support for automatically installing the right language files and keeping them up to date.
WordPress 3.7 Beta – Automatic updates are coming
Sunday, October 6th, 2013Less than after a month of 3.6.1 release, WordPress developers team announced WordPress version 3.7 availability – October, 2013. Good speed.
The most impressive new feature included into version 3.7 is the automatic background update of WordPress core. That’s cool. You may sleep, have a good vacations, but your lovely WordPress will be always up-to-date, and all security vulnerabilities found will be fixed automatically. Fantastics which becomes the reality! But this is the one side of the coin only.
Update WordPress to version 3.6 Oscar
Friday, August 2nd, 20131. New default “Twenty thirteen” theme.
2. Various admin back-end enhancements, like menus UI improvements, revisions revised to be more dynamic and scalable, autosave and post locking, preview audio and video on media edit screen, in-line login following expired sessions.
3. Delicious for developers: external libraries have been updated. More info new audio/video APIs give developers access to powerful media metadata, like ID3 tags. Filters for revisions, allowing you to set the number of revisions ad hoc instead of only via a define. More info semantic markup allows themes to chose improved HTML5 markup for comment forms, search forms, and comment lists. Search content for shortcodes with has_shortcode() and adjust shortcode attributes with a new filter.
Interested? Read full post for more info.