Remove the search form on Accomodation types pages

Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Remove the search form on Accomodation types pages

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #981726
    Mark Redford
    Participant

    Hello,
    I have set up accommodation types and have restricted each one to certain minimum and maximum guest numbers through the use of attributes. My website search forms work fine for this by adding in my “guest” attribute to the search form shortcode, however, on each accommodation type page eg mywebsite.com/accommodation/villa1 – an availability calendar and search form are outputted automatically below the text that I have created for each villa. This search form just has date inputs and when completed it returns all properties available regardless of guest numbers, which I don’t want as I need to add my guest attribute to the search form to control the search results.

    Therefore I need to remove this automatic inclusion of the search form on the accommodation types page – or add the ability to include my custom guest attribute in this search form – but removing the form would probably be easier.

    Is this possible?

    #982006
    Andre Flores
    Moderator

    Hello, Mark!

    You may simply hide the search form on single accommodation pages by adding the following code under Appearance ->Customize ->Additional CSS:

    .single-mphb_room_type .mphb-booking-form {
    	display: none;
    }

    Regards,
    Andre

    #982045
    Mark Redford
    Participant

    Thanks Andre. This is is great!

    #982491
    Andre Flores
    Moderator

    Hi, Mark!

    You are always welcome! How’s been your experience with the Booklium theme so far? It would be much appreciated if your leave your positive feedback about it in our Facebook Community.
    Thank you in advance.

    Regards,
    Andre

    #982566
    Mark Redford
    Participant

    My experience with the booking plugin has been really good. I’m using it with a Studiopress theme but the plugin has integrated seamlessly with it, so overall very happy.
    Thanks, as always, for your help.

    #982947
    Andre Flores
    Moderator

    Hi, Mark!

    Thank you for your kind words, it is much appreciated!

    Regards,
    Andre

    #1074715
    Diana Roberts
    Participant

    Andre,

    Is there a way to hide the search form on a particular accommodation?

    #1074955
    Andre Flores
    Moderator

    Hello Diana,

    Yes, you may hide specific accommodation search form via CSS, e.g. by adding the following code under Appearance ->Customize ->Additional CSS:

    #booking-form-777 {
    	display: none;
    }

    Where “777” is the accommodation type ID. You may find the ID by navigating to Accommodation ->Accommodation Types tab and hovering the accommodation type in question.

    Regards,
    Andre

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.