Getting a message that says "Some validation error is occurred" when setting up a tour as Not Repeated

Pending
Panagea - Hotel and Tours Booking WordPress Theme Panagea - Hotel and Tours Booking WordPress Theme June 12, 2021
Login to reply
Kelly R Support Agent
2 years ago

Hi,

Please find following code in /wp-content/themes/panagea/singe-tour.php file.

<input class="form-control" type="text" name="date" placeholder="<?php esc_attr_e( 'When..', 'panagea' ); ?>" value="<?php echo esc_attr( date( panagea_get_date_format( 'php' ), panagea_strtotime( $tour_date ) ) ); ?>" disabled  >

And replace with following code.

<input class="form-control disabled" type="text" name="date" placeholder="<?php esc_attr_e( 'When..', 'panagea' ); ?>" value="<?php echo esc_attr( date( panagea_get_date_format( 'php' ), panagea_strtotime( $tour_date ) ) ); ?>"  >

And then add following css code to /wp-content/themes/panagea/css/custom.css

input.form-control.disabled {

    background-color: #e9ecef;
}

Best regards,

Yassine HIMITE commented privately
Kelly R Support Agent
2 years ago

Hello,

Please send me your website url and admin credentials.

Let me check your website.

Best regards,

Yassine HIMITE
2 years ago

Hi!,

After I create a tour and fill-in all the details when I set the tour as a not repeated I get this error when I click on "Check Prices" -Some validation error is occurred- and also I don't get the currency symbol next to the price.