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
mr = (function (mr, $, window, document){ | |
"use strict"; | |
mr.forms = mr.forms || {}; | |
mr.forms.captcha = {}; | |
mr.forms.captcha.widgets = []; | |
mr.forms.captcha.done = false; | |
mr.forms.documentReady = function($){ |
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
<?php | |
function do_things_late() { | |
global $listify_job_manager; | |
$template = $listify_job_manager->template; | |
$childargs = ''; | |
global $listify_navigation; | |
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
<?php | |
/** | |
* Listify child theme. | |
*/ | |
function listify_child_styles() { | |
wp_enqueue_style( 'listify-child', get_stylesheet_uri() ); | |
} | |
add_action( 'wp_enqueue_scripts', 'listify_child_styles', 999 ); |
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
// megamenu remove default menu and replace with hacked version split up by top level category | |
function do_things_late() { | |
global $listify_job_manager; | |
$template = $listify_job_manager->template; | |
$childargs = ''; | |
global $listify_navigation; | |