Home Forums Theme support Easy reservations on multilingual website Reply To: Easy reservations on multilingual website

Thank youu very much!!! i did what you said and also used in the section of easyreservation settings where you create the custom forms
the following code so it appears as the original

<div class=”room_form”> here the custom form </div>

i mention it just to help anyone else which face the same problem.

ps i also put this code
<div class=’room_features’>
<h3>Features</h3>

    <?php echo strip_tags(get_the_term_list( get_the_ID(), ‘room-features’, “

  • <span> “, “</span>
  • <span> “, “</span>
  • ” ) ,”

  • <span></span>
  • ” ); ?>

<div class=”clear”></div>
</div>

before this <?php the_content(); ?>

because the reservation form appeared above the features..

Thanks again.. and hope the informaation i gave will be hepfull for someone else too! 🙂