Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

how to add cdn link in shopify

If you just want to load everything so it works, add this code in the head of 
Admin > Themes > Template Editor > theme.liquid

Make sure to paste the code in-between the <head> </head> tags.

you can try to load them as the snippet bellow :

{{ '//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js' | script_tag }}
{{ '//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css' | stylesheet_tag }}
{{ '//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css' | stylesheet_tag }}
Comment

PREVIOUS NEXT
Code Example
Javascript :: detect invalid date js 
Javascript :: how to import a json string from a file in typescript 
Javascript :: vue copy image to clipboard 
Javascript :: javascript crash course 
Javascript :: if keypress javascript 
Javascript :: jquery number format thousand k 
Javascript :: javascript hide elements by class 
Javascript :: JavaScript querySelector - By ID 
Javascript :: unique array in javascript 
Javascript :: how to concat nested array in javascript 
Javascript :: js connect to websocket 
Javascript :: insert element at beginning of array javascript 
Javascript :: NextJS + Material-UI - Warning: Prop className did not match 
Javascript :: JS iterate over an array 
Javascript :: javascript write to firebase 
Javascript :: how to compare arrays in js 
Javascript :: use this inside a foreach 
Javascript :: can we call ajax inside ajax success 
Javascript :: flutter or react native 
Javascript :: concat array javascript 
Javascript :: yup phone number validation 
Javascript :: index of an element 
Javascript :: split first character of string in javascript 
Javascript :: twilio sms sending in express 
Javascript :: get url in javascript 
Javascript :: what is adapter.js 
Javascript :: find average of numbers 
Javascript :: gsheet query select remove header 
Javascript :: javascript if not 
Javascript :: change text shadow javascript 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =