• Blurry images in Webflow on mobile or desktop

    Sometimes we have issues when we want to display crisp client images in our Webflow projects. It is an annoying bug that is hard to debug and is triggered by a specific layout structure. The blurred images can have many causes, when we detect them we should go through the below list which helped me…

    Read more…

  • How to implement svg icons in a Shopify theme

    Here is in my opinion the best way to organise and implement svg icons in a Shopify theme. Everything is kept in one file with the possibility of adding or updating new icons. To achieve this we will be using the Shopify snippets directory. By default Shopify Dawn theme has every icon as a separate…

    Read more…

  • Disable scrolling to the gallery on variant change in Shopify Dawn theme

    Dawn theme in Shopify by default changes the order of images depending on the variant selection and automatically scrolls to the gallery container. This all works great but on mobile it scrolls the user to the top and the user has to scroll back down if he wants to select another variant or add to…

    Read more…

  • How to separate CSS styles between the frontend of a Webflow site and editor

    Using this technique proves useful when building page transitions between Webflow pages, or custom preload elements that should be visible when the page loads. The issue when doing smooth transitions on a page is the initial state of the element. We want to set the initial state with CSS because that gets loaded with the…

    Read more…

  • Create a smooth scroll to link in Webflow

    Creating a smooth scroll animation when clicking on anchor links is pretty easy in Webflow with a little help of JavaScript code and custom webflow attributes. The code that we’re going to write will use attributes that are set inside Webflow on multiple links. First we add a custom attribute to the anchor link with the…

    Read more…

  • How to add current year in Webflow

    Most of the time we want to set something in Webflow and let it automatically update i.e. the copyright year. This is easily achievable with some vanilla JavaScript code tied to an ID set in Webflow designer. First we create a custom tag or Text block element and add a unique ID in our example the…

    Read more…

  • Joomla Module placement in Articles, Categories or Templates

    Sometimes we need to place a module in between our Article or Category text, or render a module outside of the index.php file. Joomla is very flexible and enables us to position the modules where we need it, we just have to know how. There are multiple ways on how to include modules in different…

    Read more…

  • Scheduled Joomla backups with Akeeba Remote CLI

    When I started to build Joomla websites, backups never were a priority on my list. Foolishly relying on the shared hosting backups, got me burned a couple of times. They say that you learn from mistakes and that’s exactly what I did. I stopped relying on the backups from shared hosts, especially the cheaper ones.…

    Read more…

  • Blank mobile first Joomla template with HTML5, SASS and Compass

    Every time we start building a Joomla template we use the same code over and over again. That’s why I decided to build a template that’s adaptable to my new workflow of mobile-first design and has all of the necessary tools for building a modern responsive template. You can use and modify the template since…

    Read more…

  • What to do if our Joomla website gets hacked

    If we suddenly can’t login in our Joomla administrator or visit our site and see a strange page, then we got hacked! There are some great tools out there but the most important one of all is BACKUP. There is a new service out there that can help you clean up hacked Joomla sites. It…

    Read more…

  • Custom Language Overrides With Joomla Language Manager

    Creating multilingual sites became a lot easier with the new core integration of supporting more languages. On top of that we have an option to change the language text right from inside Joomla Admin. There is no need to hack the language files or create our own we let Joomla handle it. Opening the language…

    Read more…