Skip to content

Instantly share code, notes, and snippets.

View reidelliott's full-sized avatar

Reid Burnett reidelliott

View GitHub Profile
@reidelliott
reidelliott / phpversion.sh
Created May 25, 2018 16:14 — forked from vjandrea/phpversion.sh
Change php cli version in plesk
#!/bin/sh
printf "Switching php to version 5.6 with symlinks.\n"
printf "Press any key to continue...\n"
read CONTINUE
printf "Creating backups..."
# Backup original binaries
@reidelliott
reidelliott / wp-rocket-settings.json
Created September 7, 2018 21:39
WP Rocket Import File
{"cache_mobile":1,"do_caching_mobile_files":1,"cache_ssl":1,"purge_cron_interval":10,"purge_cron_unit":"HOUR_IN_SECONDS","minify_html":1,"minify_google_fonts":1,"minify_css":1,"minify_concatenate_css":1,"exclude_css":[],"async_css":1,"critical_css":"","minify_js":1,"minify_concatenate_js":1,"exclude_js":[],"defer_all_js":1,"defer_all_js_safe":1,"lazyload":1,"lazyload_iframes":1,"lazyload_youtube":1,"emoji":1,"embeds":1,"sitemap_preload":1,"yoast_xml_sitemap":"1","sitemaps":[],"dns_prefetch":["\/\/fonts.googleapis.com","\/\/code.jquery.com\/"],"cache_reject_uri":["\/point-of-view\/"],"cache_reject_cookies":[],"cache_reject_ua":[],"cache_purge_pages":[],"cache_query_strings":[],"database_revisions":1,"database_auto_drafts":1,"database_trashed_posts":1,"database_spam_comments":1,"database_trashed_comments":1,"database_expired_transients":1,"database_all_transients":1,"database_optimize_tables":1,"schedule_automatic_cleanup":1,"automatic_cleanup_frequency":"weekly","cdn_cnames":[],"cdn_zone":[],"cdn_reject_files"
.gform_wrapper {
.gform_body {
ul.gform_fields {
@extend .row;
padding-left: 0 !important;
list-style-type: none;
li.gfield {
@extend .col-12;