• Elango

    (@steelthemeshelp)


    Hi ,

    Currently we are developing car rental site.

    The pluign is just awesome.

    1. Possible to create single page without modal.
    2. Is there is possibel to add Feature icon option , luggage select option , passengers etc.

    can we add this to enable single page

    function custom_register_easync_car_post_type() {
    $args = array(
    ‘public’ => true,
    ‘supports’ => array(‘title’, ‘editor’, ‘thumbnail’),
    ‘has_archive’ => true,
    ‘rewrite’ => array(‘slug’ => ‘easync_cars’),
    );
    register_post_type(‘easync_car’, $args);
    }
    add_action(‘init’, ‘custom_register_easync_car_post_type’);

    Thanks

    • This topic was modified 1 year, 4 months ago by Elango.
Viewing 1 replies (of 1 total)
  • Plugin Author Syntactics, Inc.

    (@syntactics)

    Hi @steelthemeshelp ,

    This is Angiela from the eaSYNC Booking Plugin team. Thank you so much for your interest and for installing the plugin.

    Regarding your concern on creating a single page without modal and others. Yes, it is possible and we’ll work on that.

    Let me know if you wish to proceed or send us an email at [email protected] and we’ll further discuss your customization.

    Please don’t hesitate to let us know if you have any further questions or how we can assist you more.

    We hope to hear from you.

    Thank you and have a good day.

Viewing 1 replies (of 1 total)
  • The topic ‘Hi , Possibe to add single page without modal type’ is closed to new replies.