From ed75f40742dc9f856039f1219b3880b657aace55 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 27 Aug 2018 16:49:48 -0400 Subject: [PATCH] adding styles to the new booking widget being added to the rooms plugin --- header.php | 1 + rooms.php | 5 ++++- style.css | 12 ++++++++++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/header.php b/header.php index ec41372..a98b05d 100644 --- a/header.php +++ b/header.php @@ -26,6 +26,7 @@ 'area' : '' } + > diff --git a/rooms.php b/rooms.php index e893ad9..3ffb94e 100644 --- a/rooms.php +++ b/rooms.php @@ -38,7 +38,9 @@ get_header(); 'post_type' => 'glm-rooms', 'post_status' => 'publish', 'posts_per_page' => -1, + 'orderby' => 'menu_order', + 'order' => 'ASC', 'tax_query' => array( array( 'taxonomy' => 'rooms_category', @@ -88,6 +90,7 @@ get_header(); + @@ -125,7 +128,7 @@ get_header(); jQuery( "#rooms-tabs" ).tabs({ active: tab }); - + $("[id^='bookWidget']").addClass("small-12 medium-9 large-6 grid-columns booking-widget") });