'area' : '<?php echo get_permalink(31); ?>'
}
</script>
+<script src='https://media.xmlcal.com/widget/1.00/js/bookWidget.min.js'></script>
</head>
<body <?php body_class(); ?>>
'post_type' => 'glm-rooms',
'post_status' => 'publish',
'posts_per_page' => -1,
+
'orderby' => 'menu_order',
+ 'order' => 'ASC',
'tax_query' => array(
array(
'taxonomy' => 'rooms_category',
</div>
</div>
</div>
+ <?php echo get_field('booking_widget',get_the_id()); ?>
</div>
<?php } ?>
<?php wp_reset_query();?>
jQuery( "#rooms-tabs" ).tabs({
active: tab
});
-
+ $("[id^='bookWidget']").addClass("small-12 medium-9 large-6 grid-columns booking-widget")
});
</script>
<?php get_footer();
\ No newline at end of file
Theme URI: https://accesspressthemes.com/wordpress-themes/accesspress-parallax/
Author: AccessPress Themes
Author URI: https://accesspressthemes.com/
-Version: 1.0.1
+Version: 1.0.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: accesspress-parallax
AccessPress Parallax is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/
/*--------------------------------------------------------------
-1.0 - Reset
+1.0.2 - Reset
--------------------------------------------------------------
light brown : #7D3E00;
dark brown : #320701;
.parallax-section.team_template {
background-attachment: scroll !important;
}
+}
+.room-amenities .ui-accordion-header{
+ padding: .2rem !important;
+}
+@media (min-width: 768px){
+ .booking-widget{
+ margin-top: 15px;
+ }
}
\ No newline at end of file