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
#[0-9A-F]{3} | |
or | |
#[0-9A-F]{6} |
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
<form role="search" method="get" class="woocommerce-product-search" action="<?php echo esc_url( home_url( '/' ) ); ?>"> | |
<label class="screen-reader-text" for="s"><?php _e( 'Search for:', 'woocommerce' ); ?></label> | |
<input type="search" class="search-field" placeholder="<?php echo esc_attr_x( 'Search Products…', 'placeholder', 'woocommerce' ); ?>" value="<?php echo get_search_query(); ?>" name="s" title="<?php echo esc_attr_x( 'Search for:', 'label', 'woocommerce' ); ?>" /> | |
<input type="submit" value="<?php echo esc_attr_x( 'Search', 'submit button', 'woocommerce' ); ?>" /> | |
<input type="hidden" name="post_type" value="product" /> | |
<?php | |
if ( defined('ICL_LANGUAGE_CODE') ) | |
echo '<input type="hidden" name="lang" value="' . ICL_LANGUAGE_CODE . '"/>'; | |
?> | |
</form> |
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 | |
function pixedelic_wpml_custom_switch() { | |
$args = apply_filters( 'logan_custom_language_switcher_args', 'skip_missing=0&orderby=code&link_empty_to=' . esc_url(get_home_url() ) ); | |
$languages = icl_get_languages( $args ); | |
if ( !empty( $languages ) ) { | |
foreach($languages as $lang => $l) { |
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 | |
add_action('admin_head', 'djsmac_zindex_workaround'); | |
function djsmac_zindex_workaround() { ?> | |
<style type="text/css"> | |
.ui-dialog { | |
z-index: 100102!important; | |
} | |
</style><?php | |
} |
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
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on January 31, 2017 */ | |
@font-face { | |
font-family: 'proxima_nova_rgbold'; | |
src: url('proximanova-bold-webfont.woff2') format('woff2'), | |
url('proximanova-bold-webfont.woff') format('woff'); | |
font-weight: normal; | |
font-style: normal; | |
} |
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 | |
add_action( 'wp_ajax_pix_editor_styles', 'lymancreative_extra_dynamic_css', 1 ); | |
add_action( 'wp_ajax_nopriv_pix_editor_styles', 'lymancreative_extra_dynamic_css', 1 ); | |
add_filter( 'mood_top_extra_dynamic_css', 'lymancreative_extra_dynamic_css' ); | |
function lymancreative_extra_dynamic_css(){ | |
?> | |
@font-face { | |
font-family: 'proxima-nova'; | |
src: url('<?php echo esc_url( content_url() ); ?>/mood-includes/fonts/proximanova-bold-webfont.woff2') format('woff2'), |
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
.compat-item .compat-attachment-fields .label{margin-right:0;min-width:30%}.compat-item .field{width:64%}.compat-item .field span{vertical-align:bottom}.compat-item .field textarea{width:100%}.icons-selector *{margin:0;padding:0;border:0}.icons-selector,.icons-selector:before,.icons-selector:after,.icons-selector *,.icons-selector *:before,.icons-selector *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.icons-selector{display:inline-block;vertical-align:middle;width:100%}.icons-selector .selector{background-color:#fafafa !important;border:1px solid #e1e2e8 !important;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#454e56 !important;height:32px !important;width:100%}.icons-selector .selector-button{background:none !important;border:0 !important;box-sizing:border-box;cursor:pointer;display:block;height:100%;max-height:34px;padding:0 12px;position:absolute;text-align:right !important;top:0;width:100% !important}.icons-selector .selector-button i{co |