This file contains hidden or 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
68.142.59.19 - - [17/Jun/2020:14:52:35 +0000] "GET /_themes/neville-web-page/nevi1011.css HTTP/1.1" 200 6676 "http://clients.nevilleco.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36" | |
68.142.59.19 - - [17/Jun/2020:14:52:35 +0000] "GET /Neville%20Header%205.jpg HTTP/1.1" 200 12367 "http://clients.nevilleco.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36" | |
68.142.59.19 - - [17/Jun/2020:14:52:36 +0000] "GET /images/bldg_windows.jpg HTTP/1.1" 200 9095 "http://clients.nevilleco.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36" | |
68.142.59.19 - - [17/Jun/2020:14:52:36 +0000] "GET /images/2008/irem_logo.jpg HTTP/1.1" 200 5187 "http://clients.nevilleco.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36" | |
68.142 |
This file contains hidden or 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
// From page-stream.php - replace your div.col-lg-3 with this | |
// | |
<div class="col-lg-3 text-center"> | |
<p>All Proceeds benefit | |
<img src="<?php echo get_stylesheet_directory_uri(); ?>/img/new/shiftmeals.png" class="donate-logo"> | |
</p> | |
<script src="https://donorbox.org/widget.js" paypalExpress="false"></script><iframe allowpaymentrequest="" frameborder="0" height="100%" name="donorbox" scrolling="no" seamless="seamless" src="https://donorbox.org/embed/shiftmeals_hug-_your_farmer" style="max-width: 500px; min-width: 250px; max-height: none !important" width="100%"></iframe> | |
</div> | |
// |
This file contains hidden or 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
<?php // array of filters (field key => field name) | |
$GLOBALS['my_query_filters'] = array( | |
'field_5eed6c96d918c' => 'level', | |
'field_5eed6d09d918d' => 'length', | |
'field_5eed6d40d918e' => 'instructor', | |
'field_5eed6d75d918f' => 'language' | |
); | |
// action |
This file contains hidden or 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
// Create Filters ?> | |
<div id="vod-filters"> | |
<h2>Filters <span class="arrow down-default"></span></h2> | |
<div class="filters-wrap"> | |
<?php foreach( $GLOBALS['my_query_filters'] as $key => $name ): | |
// get the field's settings without attempting to load a value | |
$field = get_field_object($key, false, false); | |
//var_dump($field); | |
// set value if available |
This file contains hidden or 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 file lists which files should not be pushed by WPE DevKit. Feel free to | |
# add, remove, or comment lines to change the sync behavior, but note that this | |
# file will be recreated with the default values if it is missing. There are a | |
# few additional files, including wp-config.php, which are ignored no matter | |
# what as synchronizing these files would almost certainly result in an unusable | |
# install. | |
# Temporary and OS files | |
*~ | |
.DS_Store |
This file contains hidden or 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> | |
var xhr = new XMLHttpRequest(); | |
xhr.withCredentials = true; | |
xhr.addEventListener("readystatechange", function() { | |
if(this.readyState === 4) { | |
console.log(this.responseText); | |
} | |
}); |
This file contains hidden or 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
*~ | |
.DS_Store | |
.svn | |
.cvs | |
*.bak | |
*.swp | |
Thumbs.db | |
# Scout Multi-site specific | |
wp-content/plugins/ |
This file contains hidden or 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
<?php | |
//Check that the user is logged in/ has been verified and has cookies set | |
if ( isset( $_COOKIE['isAuthorized'] ) ){ | |
$current_user = $_COOKIE['clientName']; | |
echo '<p>Welcome ' . $current_user . ' | <a class="mboLogOut" href="#">Logout</a></p>'; | |
?> | |
<script> |
This file contains hidden or 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
<?php | |
/** | |
* Template part for displaying the 50/50 Module | |
* | |
* @link https://www.advancedcustomfields.com/resources/flexible-content/ | |
* | |
* @package Prana | |
*/ | |
// settings |
This file contains hidden or 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
<?php | |
/** | |
* Template part for displaying the instagram Feed. Dependent upon Smashballoon's instagram feed pro | |
* | |
* @link https://www.advancedcustomfields.com/resources/flexible-content/ | |
* | |
* @package Prana | |
*/ | |
// settings |