Media Queries Based on Most Popular Screen Resolutions, 2015

Here’s my list of most popular desktops / laptop screen resolutions media queries to use in CSS. Based on maximum of a resolution minus 1 pixel.
Continue reading

Posted in CSS CheatSheets | Tagged | Leave a comment

Fetching Inactive eBay Store Categories or Using Dynamic eBay Menu on Product Templates

When creating a new eBay store and product templates I needed to fetch right URLs for newly created store’s categories. But when they’re empty, I can’t see them on my store listing.

Continue reading

Posted in Templates | Tagged | Leave a comment

Fixing Errors on Old Sites After Upgrading PHP Version to PHP5.4

PHP.ini Changes

All this changes should be added to your php.ini file – you must be sure php.ini are in effect and really can change your hosting account settings.

.user.ini

php.ini must be put in full into your site folder, but when you want just to add directives into it, use .user.ini available from php version 5.3

Continue reading

Posted in Hosting Server | Tagged | Leave a comment

Import Citations from Google Scholar Manually, but Easily

As already known Google Scholar can’t be imported into WordPress site, it doesn’t provide any API. But individual citations could be exported manually and imported into many different services and plugins. So our goal is to make export and import process easier.

Google Scholar Export

Continue reading

Posted in WordPress | Tagged | Leave a comment

No Editor Icons, Empty Editor Boxes, Problems with Featured Image Upload in WordPress Back-end Problem

Javascript Problem on WP Backend

I had a problem on some WordPress site’s back-end  with empty meta boxes, no icons in wordpress text editor, featured image uploading lightbox didn’t worked etc. Thank God, there is a solution.
Continue reading

Posted in WordPress | Tagged | Leave a comment

Disable Input Number Field Arrows from CSS

Browsers are now implementing html5 input fields and ugly arrows appearing inside input type=number fields on different sites. Here’s the code to disable them.
Continue reading

Posted in CSS CheatSheets | Tagged | 6 Comments

CSS Transitions

Ok, I need to write down transitions code and its important points for my own use, sorry, everybody already knows 🙂 But need it to be written down here.

So CSS transition typically consist of transition: [CSS property or all] [transition-duration] [transition-timing-effect] [transition-delay];. But all, effect and delay could be omitted.
Continue reading

Posted in CSS CheatSheets | Tagged | Leave a comment

Making X Close Button Right and Without Images

Nice Close Button X with Thin Lines I often need to make a close button X for different popups, tooltips etc. The easiest solution is to use × special character that will make a perfect cross ×.

If you don’t use Font Awesome or some glyph icons it’s a perfect and simple solution. You may like to have a cross with a very thin lines, but your cross will look too bold, especially if your main font is bold or the cross is large enough. I’ve found a solution for such a problem.
Continue reading

Posted in CSS CheatSheets | Tagged | 1 Comment

Bootstrap 3 CSS Extension for Larger Screen Size Resolutions

Personally I prefer not to use Bootstrap, but sometimes I must work on templates using it. So had to manipulate site’s layout for larger screen resolution on such Bootstrap 3 template. Therefore I had to extend Bootstrap with extra large classes.
Continue reading

Posted in Templates | Tagged | Leave a comment

Best Plugin for WordPress Migration

I’ve used this plugin many times and it never fails. All-in-One WP Migration is outstanding quality plug-in!
Continue reading

Posted in WordPress | Tagged | Leave a comment

Overflow-Wrap, Word Wrap and Hyphens Where Possible

For responsive design we usually need to prevent long URLs and words from breaking layout on narrow screens. Here’s the CSS to break long words that fly out of a small screen layout.
Continue reading

Posted in CSS CheatSheets | Tagged | Leave a comment

WordPress Menu Items Suddenly Disappeared

I was searching for a long time to resolve a strange problem on several WordPress sites, where menu items were mystically disappear without any cause. Today I’ve realized that all of them have Stealth Publish plugin, which I like very much. But it hasn’t been updated for about half year. So I searched for issues with this plugin and have found that indeed this plugin is leading to weird menu items removal.
Continue reading

Posted in WordPress | Tagged | Leave a comment