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 .wp-block-woocommerce-product-details .wc-tabs { | |
| display: block !important; | |
| } | |
| .single-product .wp-block-woocommerce-product-details .woocommerce-tabs div[style="display: none;"] { | |
| display: none !important; | |
| } |
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 masvideos_template_single_tv_show_tabs() { | |
| global $tv_show, $post; | |
| $tabs = array(); | |
| // Description tab - shows tv show content. | |
| if ( $post->post_content ) { | |
| $tabs['description'] = array( | |
| 'title' => esc_html__( 'Description', 'masvideos' ), | |
| 'callback' => 'masvideos_template_single_tv_show_description', |
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
| .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.freelance a:before { | |
| color: red; | |
| } | |
| .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.freelance a:hover { | |
| color: red; | |
| } | |
| .tax-job_listing_type .jobhunt-wpjm-widget-layered-nav-list__item.full-time a:before { | |
| color: green; |
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_toggle_single_movie_hooks() { | |
| $style = vodi_get_single_movie_style(); | |
| if ( $style !== 'v4' && $style !== 'v3' ) { | |
| add_action( 'masvideos_before_single_movie_summary', 'vodi_template_single_movie_player_container_wrap_open', 1 ); | |
| add_action( 'masvideos_after_single_movie_summary', 'vodi_template_single_movie_player_container_wrap_close', 10 ); | |
| } | |
| if( $style === 'v7' ) { | |
| remove_filter( 'masvideos_related_movies_default_args', 'vodi_related_movies_default_args' ); |
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( 'jobhunt_before_job_listing', 'jobhunt_template_job_listing_link_open', 10 ); | |
| add_action( 'jobhunt_before_job_listing_title', 'jobhunt_template_job_listing_company_logo', 20 ); | |
| add_action( 'jobhunt_before_job_listing_title', 'jobhunt_template_job_listing_detail_open', 30 ); | |
| add_action( 'jobhunt_before_job_listing_title', 'jobhunt_template_job_listing_detail_inner_open', 40 ); | |
| add_action( 'jobhunt_job_listing_title', 'jobhunt_template_job_listing_title', 50 ); | |
| add_action( 'jobhunt_job_listing_title', 'jobhunt_template_job_listing_company_details', 60 ); | |
| add_action( 'jobhunt_job_listing_title', 'jobhunt_template_job_listing_location', 70 ); | |
| add_action( 'jobhunt_after_job_listing_title', 'jobhunt_template_job_listing_detail_inner_close', 80 ); | |
| add_action( 'jobhunt_after_job_listing_title', 'jobhunt_template_job_listing_loop_job_meta', 90 ); | |
| add_action( 'jobhunt_after_job_listing', 'jobhunt_template_job_listing_detail_close', 100 ); |
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 jobhunt_site_content_page_title() { | |
| $site_content_page_title = ''; | |
| $site_content_page_subtitle = ''; | |
| if ( is_home() || ( is_single() && 'post' == get_post_type() ) ) { | |
| $site_content_page_title = apply_filters( 'jobhunt_site_content_blog_page_title', esc_html__( 'Blog', 'jobhunt' ) ); | |
| $site_content_page_subtitle = apply_filters( 'jobhunt_site_content_blog_page_subtitle', esc_html__( 'Keep up to date with the latest news', 'jobhunt' ) ); | |
| } elseif ( is_front_page() ) { | |
| $site_content_page_title = get_the_title(); | |
| } elseif( is_archive() ) { |
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 geeks_tutor_default_course_tabs( $tabs = array() ) { | |
| global $post; | |
| $course_id = get_the_ID(); | |
| $is_enrolled = tutor_utils()->is_enrolled( $course_id ); | |
| $course_post_type = tutor()->course_post_type; | |
| // Curriculum Tab. | |
| $topics = tutor_utils()->get_topics(); |
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:1000px) and (max-wdith:767px) { | |
| .tutor-dashboard .row.mt-0.mt-md-4 > div { | |
| width: 100% !important; | |
| } | |
| .tutor-dashboard .row.mt-0.mt-md-4 { | |
| flex-direction: column; | |
| } | |
| a.text-inherit.tutor-lesson-sidebar-hide-bar +h2.course-title a { |
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
| .categories-list-card> div >div:nth-child(1) { | |
| order: 1; | |
| } | |
| .categories-list-card> div >div:nth-child(2) { | |
| order: 2; | |
| } | |
| .categories-list-card> div >div:nth-child(3) { | |
| order: 3; | |
| } | |
| .categories-list-card> div >div:nth-child(4) { |
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) { | |
| .wc-block-components-sidebar.wc-block-checkout__sidebar, | |
| .wp-block-woocommerce-checkout .wc-block-checkout__main { | |
| width: 80%; | |
| margin: 0 auto; | |
| } | |
| } | |
| .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text { |
NewerOlder