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
function vodi_template_streaming_medias() { | |
global $movie; | |
$sources = $movie->get_sources(); | |
if( !empty( $sources ) && is_array( $sources ) ) { | |
?><ul class="movie__streaming-medias"><?php | |
foreach ( $sources as $source ) { | |
$source_content = ( $source['choice'] == 'movie_url' ) ? $source['link'] : $source['embed_content']; | |
if( isset( $source['is_affiliate'] ) && $source['is_affiliate'] && ! empty( $source_content ) ) { | |
?><li><?php echo apply_filters( 'the_content', $source_content ); ?></li><?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
.electro-description img { | |
display: flex; | |
margin: 0 auto; | |
} |
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
.secondary-nav>.dropdown .dropdown-menu { | |
border-color: blue; | |
} |
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
.header-transparent .wp-block-search .wp-block-search__inside-wrapper { | |
min-width: 220px; | |
} |
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
function mytravel_wc_registration_form() { | |
if ( mytravel_is_woocommerce_activated() && mytravel_header_signin_enable() && ! is_user_logged_in() ) { | |
$is_registration_enabled = false; | |
if ( 'yes' === get_option( 'woocommerce_enable_myaccount_registration' ) ) { | |
$is_registration_enabled = true; | |
} |
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
.single-product .woocommerce-variation p.stock { | |
display: block; | |
} | |
.single-product .product-type-variable .availability { | |
display: none; | |
} |
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
.single .yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg { width: 18px; } |
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
add_action( 'init', 'tk_child_move_shop_bottom_jumbotron' ); | |
function tk_child_move_shop_bottom_jumbotron() { | |
remove_action( 'woocommerce_after_shop_loop', 'tokoo_shop_archive_bottom_jumbotron', 30 ); | |
add_action( 'tokoo_before_footer_v1', 'tokoo_shop_archive_jumbotron', 10 ); | |
} |
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
@media (min-width: 992px) { | |
.navbar-expand-lg .offcanvas-body { | |
margin: 0 auto; | |
} | |
} |
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
@media (max-width: 767px) { | |
.home-v1-hero .has-background { | |
background-size: contain !important; | |
background-repeat: no-repeat !important; | |
padding: 0; | |
} | |
.home-v1-hero .has-background .wp-block-spacer { | |
display: none; | |
} |
NewerOlder