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
<script> | |
const currentDate = new Date(); | |
document.querySelectorAll('[data-text-content="current-year"]') | |
.forEach((element) => { | |
element.textContent = currentDate.getFullYear(); | |
}); | |
</script> |
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
<style type="text/css"> | |
.no-scroll { | |
overflow: hidden; | |
height: 100%; | |
} | |
</style> | |
<script type="text/javascript"> | |
var Webflow = Webflow || []; |
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
a[x-apple-data-detectors] { | |
color: inherit !important; | |
text-decoration: none !important; | |
font-size: inherit !important; | |
font-family: inherit !important; | |
font-weight: inherit !important; | |
line-height: inherit !important; | |
} |
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
{"results":{"result":[{"start":0,"end":84,"trackclients":{"trackclient":[]}},{"start":87,"end":441,"trackclients":{"trackclient":[{"title_id":1379821,"product_id":2,"track_id":5,"formats":{"format":[{"id":1,"type":"mp3","bit_rate":"192"},{"id":2,"type":"mp3","bit_rate":"320"},{"id":3,"type":"wav","bit_rate":""}]},"format_prices":{"format_price":[{"format_id":1,"currency_code":"GBP","amount":0.83},{"format_id":2,"currency_code":"GBP","amount":1.16},{"format_id":3,"currency_code":"GBP","amount":1.66}]},"cat_no":"HR 015","bundle_title":"About You","bundle_artists":{"artist":[]},"bundle_mirror_artists":{"artist":["Tonya Renee"]},"label":"Home Canada","track_title":"About You","track_mix_title":"Karizma Boucha remix","track_mix_artist":"","release_date":"1228867200","track_length":421,"preview_start":150,"preview_length":120,"featured":"0","classic":"0","bpm":126,"class":"single","track_genre":"Deep House"}]}},{"start":444,"end":819,"trackclients":{"trackclient":[]}},{"start":822,"end":1209,"trackclients":{"trackc |
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
# Default application configuration that all configurations inherit from. | |
scss_files: "**/*.scss" | |
plugin_directories: ['.scss-linters'] | |
# List of gem names to load custom linters from (make sure they are already | |
# installed) | |
plugin_gems: [] | |
# Default severity of all linters. |
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
#!/bin/bash -e | |
clear | |
echo "=================================================================" | |
echo "WP Engine Preparation Script" | |
echo "=================================================================" | |
# accept user input for the databse name | |
echo "WP Engine install name: " |
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
#!/bin/bash -e | |
git stash | |
plugins=`wp plugin list --fields=name,title --format=csv` | |
printf %s "$plugins" | while IFS= read -r plugin | |
do | |
name=`echo "$plugin" | cut -d$',' -f1` |
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
Search: at-breakpoint | |
Replace: susy-breakpoint | |
Search (regex): span-columns\((\d{1,2})( omega)?\) | |
Replace: span(\1\2) | |
Search (regex): span-columns\((\d{1,2})( omega)?, | |
Replace: span(\1\2 of | |
Search (regex): pre\((\d{1,2})( omega)?, |