Tagged: js

Service Workers to boost WordPress and WooCommerce 0

Service Workers to boost WordPress and WooCommerce

Service Workers If you’re running a WordPress or WooCommerce site, you know that performance and speed are essential factors for user satisfaction and engagement. A slow, unresponsive site can frustrate visitors, hurt your search...

Mastering React JS 0

Mastering React JS – Ultimate Guide

Are you interested in learning how to create dynamic web applications using React JS? If so, you’ve come to the right place! In this comprehensive guide, we will cover the basic fundamentals of React...

Simple Responsive Slider using jquery 0

Simple Responsive Slider using jquery

Simple Responsive Slider using jquery Here is a Simple Responsive Slider using jquery which works on every breakpoints. A very simple js/jquery which helps you to modify it according to your requirements. Download infinite_Image_Carousel-master

Custom linkedin button for share and auth 1

Custom linkedin button for share and auth

Custom linkedin button for share and auth <script src=”http://platform.linkedin.com/in.js”> api_key: //onLoad: onLinkedInLoad scope: r_basicprofile r_emailaddress r_fullprofile authorize:true </script> <script> function onLinkedInAuth() { IN.API.Profile(“me”) .fields(“firstName”, “lastName”, “industry”, “location:(name)”, “picture-url”, “headline”, “summary”, “num-connections”, “public-profile-url”, “distance”, “positions”,...

google translate selected language 0

google translate selected language

google translate selected language   A very common problem is to add google translator with already selected language which can be fix by the following code. function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: ‘en’, includedLanguages:...

How to Convert Magento 2 into PWA?