sudo -i
service mysql stop
killall -KILL mysql mysqld_safe mysqld
apt-get --yes purge mysql-server mysql-client
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url('CUSTOM FONT URL FROM GOOGLE FONTS OR FROM CDN FONTS'); | |
/* Font weights */ | |
[data-title~='fw-light'] .elHeadline { font-weight: 300; } | |
[data-title~='fw-regular'] .elHeadline { font-weight: 400; } | |
[data-title~='fw-medium'] .elHeadline { font-weight: 500; } | |
[data-title~='fw-semibold'] .elHeadline { font-weight: 600; } | |
[data-title~='fw-bold'] .elHeadline { font-weight: 700; } | |
[data-title~='fw-extrabold'] .elHeadline { font-weight: 800; } | |
[data-title~='fw-black'] .elHeadline { font-weight: 900; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function getClickfunnelsData() { | |
var clickfunnelsData = {}; | |
var dataPoint = null; | |
var allKeys = Object.keys(localStorage); | |
var clickfunnelsKeys = allKeys.filter(function(key) { | |
// Return only keys that match the format garlic:hostname*>input.data | |
return key.match(/garlic:.+\*>input\.(.+)/) !== null; | |
}); | |
clickfunnelsKeys.forEach(function(key) { | |
dataPoint = key.match(/garlic:.+\*>input\.(.+)/)[1]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function getUrlParameter(name) { | |
name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]'); | |
var regex = new RegExp('[\\?&]' + name + '=([^&#]*)'); | |
var results = regex.exec(location.search); | |
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' ')); | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
International country code selector for Clickfunnels | |
Author: Chris Galard | |
Website: instagram.com/chrisgalard | |
License: You can do whatever you want with this code. We hope it helps you! | |
Want help with funnels & systems to grow your online course sales? | |
Book a call with me: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
This is a series of code snippets that you can use in order to track your | |
Facebook pixel data and events effectively in your Clickfunnels pages. | |
--> | |
<!-- Use this to track your pixel events when people go to the second step of a 2-step form --> | |
<script> | |
var submitBtn = document.querySelector('[href="#submit-form-2step"]'), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Introduction | |
This code will help you to add an image gallery with your Instagram feed in Clickfunnels. | |
## Instructions | |
Join my Facebook group at https://www.facebook.com/groups/987727134699631 and once I approve you you can see the tutorial here: https://www.facebook.com/groups/987727134699631/permalink/1058199830985694/ |
This code will help you to add an interactive slider to any of your Clickfunnels pages.
You can watch the video on this link: https://www.facebook.com/christoforocros/videos/2044026535810723/ to learn how to install the code and get your slider up and running!
This code will help you to add an image gallery to any of your Clickfunnels pages.
You can watch the video on this link: https://www.facebook.com/christoforocros/videos/2044466312433412/ to learn how to install the code and get your image gallery up and running!
NewerOlder