Home › Forums › Theme support › Sundance Theme – Cant find the 'Rooms' Category › Reply To: Sundance Theme – Cant find the 'Rooms' Category
Hi José,
sorry, but we cannot change the way that the author of the plugin goes. But the solution we’ve told you is working without any problem, we’ve tested it. Please take a look at the screenshot:
https://www.dropbox.com/s/dqccmed9tg1g103/postview.png?dl=0
By the way, if i don’t want to use the reservations, is that possible? I still can see the room page or the images? Or the reservations has to be always active?
By default its always visible, but if you want, you can edit the file “single-easy-rooms.php” and remove line 73:
<?php echo do_shortcode("[easy_form resource='$post->ID']"); ?>
If you dont know how to edit the file, you can also add this css code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS content:
.single .room_form {
display:none;
}
This will hide the reservation form