How to disable text selection on Shopify store?
For some reason, you don’t want to allow visitor select text on page. It is possible with CSS code. You open CSS file of your current theme and add the below code into it:...
For some reason, you don’t want to allow visitor select text on page. It is possible with CSS code. You open CSS file of your current theme and add the below code into it:...
Shopify doesn’t support use multiple themes on a store. But you want to allow your users can experience multiple themes. May be it’s a part in A/B test of you. How to do that? Don’t...
You want to disable right click and image download for your online store on Shopify. It’s very easy. You don’t have to spend money to install an application. You only add the javascript code...
Shopify Liquid don’t support a function to check if a number is divisible by another number. But you can combine 2 functions: “modulo” and “if” to do that.
1 2 3 4 5 6 7 8 | {% assign dividend = 7 %} {% assign divisor = 3 %} {% assign remainder = dividend | modulo:divisor %} {% if remainder == 0 %} Divisible {% else %} Not Divisible {% endif %} |
Roughly 50% of all Google searches are now performed on a mobile device. Perhaps in response to the growth of the mobile searching market Google has decided to switch to a mobile-first indexing system,...
You want to build mobile apps for your Shopify store on Android and iOS. But you haven’t got any money to hire a software development dompany to do that or don’t have enought skill...
You are receiving a hefty amount of spam emails from the contact form on you contact page. Don’t worry! This article will guide you set up reCaptcha from Google to anti-spam for the forms...
A lookbook is a collection of photographs compiled to show off a model, photographer, style, stylist, or clothing line. This gives viewers ideas on how to style outfits, or to show what the latest...
In 2016 for the first time, mobile internet usage surpassed computer usage. It shouldn’t have been a surprise to anyone paying attention. Mobile device use has been on the rise ever since Apple released...
Facebook Album by Anh Kiet Facebook Album by Anh Kiet is a Shopify app for showing Facebook Albums into your Shopify store. You can show album of a page as a gallery or slideshow....