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 | |
| /** | |
| * Reviews for Single Hotel | |
| * | |
| * @package gotrek | |
| */ | |
| defined( 'ABSPATH' ) || exit; | |
| global $product; |
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
| .off-canvas-navigation .dropdown strong { | |
| padding: 10px 20px; | |
| display: block; | |
| border-bottom: 1px solid #eae9e9; | |
| } | |
| .off-canvas-navigation .dropdown .dropdown-toggle[data-bs-toggle=dropdown]:not([data-hover=dropdown])+.dropdown-menu li a { | |
| padding: 0 30px; | |
| } |
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_single_hotel_location_map() {} |
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_filter( 'gotrek_hotel_rating_categories', 'custom_gotrek_hotel_rating_categories' ); | |
| function custom_gotrek_hotel_rating_categories( $rating_categories ) { | |
| // Rename existing labels | |
| $rating_categories['location'] = esc_html__( 'Area & Location', 'gotrek' ); | |
| $rating_categories['staff'] = esc_html__( 'Service Quality', 'gotrek' ); | |
| $rating_categories['cleanliness'] = esc_html__( 'Cleanliness', 'gotrek' ); | |
| $rating_categories['value for money'] = esc_html__( 'Value for money', 'gotrek' ); | |
| $rating_categories['comfort'] = esc_html__( 'Comfort', 'gotrek' ); | |
| $rating_categories['facilities'] = esc_html__( 'Facilities', 'gotrek' ); |
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
| .home .desktop-header .wp-block-group.relative.has-base-background-color.has-background { | |
| background-color: transparent !important; | |
| justify-content: space-between; | |
| } | |
| .home .wp-block-group.alignfull.desktop-header { | |
| position: absolute; | |
| top: 0; |
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
| body form.woocommerce-checkout .col2-set, body form.woocommerce-checkout .col2-set > div { | |
| flex: 0 0 auto; | |
| width: 100% !important; | |
| } | |
| body form.woocommerce-checkout .order-review-wrapper | |
| { | |
| width: 100% !important; | |
| margin-left: 0; | |
| margin-bottom: 30px; |
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
| .mobile-header .wp-block-navigation .wp-block-navigation__submenu-icon { | |
| z-index: 9; | |
| } | |
| .wp-block-navigation-submenu__toggle[aria-expanded=true]>svg { | |
| transform: rotate(180deg) !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
| $cat_args = apply_filters( 'electro_home_v7_slider_with_category_cat_args', array( | |
| 'animation' => $animation, | |
| 'is_enabled' => $cat_options['is_enabled'] ?? 'yes', | |
| 'columns' => $cat_options['columns'] ?? '5', | |
| 'category_args' => array( | |
| 'number' => $cat_options['number'] ?? '5', | |
| 'slug' => ! empty( $cat_options['slug'] ) | |
| ? array_map( 'trim', explode( ',', $cat_options['slug'] ) ) | |
| : '', | |
| 'hide_empty' => isset( $cat_options['hide_empty'] ) |
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
| .hsfc-Renderer .hsfc-TextInput { | |
| display: block; | |
| width: 100%; | |
| padding: 0.625rem 1rem; | |
| font-size: 0.875rem; | |
| font-weight: 400; | |
| line-height: 1.6; | |
| color: #585c7b; | |
| background-color: #fff; | |
| background-clip: padding-box; |
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
| .wp-block-group.wp-container-core-group-is-layout-a77db08e .hidden-mobile-flex { | |
| display: block !important; | |
| } | |
| .wp-block-group.wp-container-core-group-is-layout-a77db08e .hidden-mobile-flex p:first-child, | |
| .wp-block-group.wp-container-core-group-is-layout-a77db08e .hidden-mobile-flex ul { | |
| display: none; | |
| } |
NewerOlder