• Popups, overlays and bounce rate

    Popups, overlays and bounce rate

    Some time ago a client asked us to implement a newsletter popup according to his design. This is not an uncommon thing but in this case, the popup was displayed on a single post view and was putting an overlay on the whole viewport when the post was loaded. This was actually important in this…

  • [Plugin] Simple Customizations for WooCommerce

    [Plugin] Simple Customizations for WooCommerce

    WooCommerce lets you easily sell products or services online. A plugin allows you to create a working e-commerce store with basic features, however customizing your store to your preferences may require coding skills. This is why the Simple Customizations for WooCommerce plugin can help you – we’ve made the most requested changes that aren’t available…

  • A quick guide to cronjobs in WordPress
    ,

    A quick guide to cronjobs in WordPress

    Whenever you want to automate some recurring tasks cronjobs are one of if not the first thing we can think of. In this article, we’ll go over few examples of how to use them. “WP-Cron” vs “Server Cron” The first important thing that you need to know is that WordPress by default uses “WP-Cron” which…

  • WP-CLI custom commands
    , ,

    WP-CLI custom commands

    WP-CLI WP-CLI is the command-line interface for WordPress. It lets you manage your WordPress installation directly from the command line. There are many ready-to-use commands (check the full list here), the most frequently used one by me is search-replace since it is on par if not significantly faster than other tools that I used for…