Recently I embarked on a journey to integrate MailChimp API with abandoned carts plugin. At first I thought that it should be a peace of cake since I saw their huge documentation, but I was mistaken and had to spend my whole afternoon digging google to understand why I am getting empty address field after everything else is imported. Just to be clear – I really like the new MailChimp …
Have you ever considered or noticed that there are people who are leaving your online shop after they have added items to your shopping cart? Imagine yourself left standing by the counter with a bunch of abandoned carts and not knowing who left them there. Now this is a quite bad situation to be left with but this is also a place of great opportunities. So how to deal with …
Majority of clients I have had the chance to be working with do not know the right process and where to start off when redesigning an existing website and that is totally normal. Since website redesign process is usually performed once in a couple of years even those who have done it have hard time remembering the right process. I know it is tempting to jump right away into design …
So as usual I was peacefully working on a project of my own using WooCommerce as a base of my e-commerce solution. I had previous experience building standard shops consisting of multiple products with variable prices for each variation. But now I was creating a website with a single downloadable product that had multiple variations and each variation a custom price. Now on the main product page I had to …
Our world is constantly changing and so is our digital ecosystem. People are constantly working on new technology and evolving things around themselves. In this post I have worked on a list of the big digital trends of 2018 that consist of 4 parts – General digital trends, Automation, Artificial Intelligence or AI and Gartner predictions of our near future. General digital trends 1. Creating stories around the brand Content is …
Recently had been working on this project of mine where I came upon a problem – how to remove WordPress admin Profile page fields and titles that will not be needed for users who will be using the new system. You do not want your users to be confused with information that they don’t have to input therefore it might be a good idea to remove them. And I mean …
Some time ago I got inspired by Googles material design and meaningful transition concepts. Since CSS3 has allowed us to build beautiful transitions and seamless animations we must also be very careful in using them. It is our responsibility in front of our users and it can either help to better understand, read and grasp the information or do the opposite. If a client would enter your restaurant, you would …
I was working on a project recently and found out that there is a little bit of a struggle to create breadcrumbs that will display page parent and all ancestors. Most tutorials out there are about two level breadcrumbs navigation. Therefore I created a function for those who might happen to be in the same position. Simply add this function to your functions.php file and after that call it where …
Whether you are doing a science project, a design mockup, a newspaper article, a project for an organization, making a presentation or simply want to print a beautiful photo on your bedroom wall, you might need a high quality pictures. Sometimes you can use Google to download a couple of images, but that might not always be possible, since those images may be protected by copyright law (and in most cases …
A couple of months ago I did a tutorial that showed how to create grayscale images using CSS and JS on all major browsers, including Internet Explorer 10 and 11 that no longer support CSS filters. Since that example was using browser detection and was based on user agents, it was not very reliable and not exactly the best way to create it. Besides $.browser has been deprecated. So I …