I wanted to remove brackets for products count on my child theme of Storefront Woothemes theme. I also wanted to add some round background to this counts.
Continue reading
Search
I wanted to remove brackets for products count on my child theme of Storefront Woothemes theme. I also wanted to add some round background to this counts.
Continue reading
Regular woocommerce function to disable their breadcrumbs doesn’t work with Storefront theme. Here’s a function to remove them from Storefront and to enable Yoast Seo plugin breadcrumbs, that usually work better and enable more options for customization.
Continue reading
Prestashop 1.6.1.4 default theme doesn’t have dynamic tabs anymore. Previous Prestashop versions used to have them on product page. Don’t know why they have removed them… But the JavaScript that made them work is still present in the theme, and is used in some other sections of the site. Though looks like it’s not the latest version of famous idTabs. Here’s how to put them back to your site.
Continue reading
Prestashop 1.6 Facebook Page plugin module present in default theme is outdated one. Facebook already changed its social plugin code. So I wanted to update it with their new “responsive” feature and to fir it in whole module’s area in default theme, which has 330px width, and Facebook wasn’t filling it from side to side. I also wanted to have Facebook widget to display in a current user’s language available on my shop.
Continue reading
There are several plugins for WordPress, that use Swipebox jQuery plugin. As an original plugin they are all missing a basic functionality, like closing the lightbox on background click and moving to the next image on current slide click. Here’s some JavaScript to fix this problem.
Continue reading
Since WP version 4.4, if you look into source of your images in i.e. WordPress gallery, you’ll notice a new codes, providing different sources for different screen resolutions.
Continue reading
BuddyPress activity streams looked too crowded to clients, but I wasn’t able to disable whole activity streams component, because some useful plugins were using it.
Continue reading
New BuddyPress 2.4 has cover images functionality for groups and users. I’ve started to play with it, and saw that images are uploading, but not showing up on refresh. I think it has something to do with child themes functionality and RTL support.
Continue reading
I bet after windows 10 update you’ve checked the new Microsoft Edge browser, and probably went to developer tools to realize that there is no more emulation modes for old IE versions. I was in fury when I saw it, and immediately started checking for a debugging solution, but didn’t found anything good and easy. Then yesterday I’ve realized, Old Internet Explorer is still on my machine with all its emulation modes!
Continue reading
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
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.
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.
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