• Resolved lhunt04

    (@lhunt04)


    Hello, I have reached out to Ninja Forms support and they have told m that the Ninja Forms Contact form is having specific issues loading on the WP Contact Slider Plugin and this is an issue to get in touch with its support team in order to resolve.

    On the website, if you click Enquire Now on the right hand side of the screen, the Contact Slider slides out. Then select a service like General Transport and you will see the time and date field which you can’t select a drop down date from.

    Please help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Muhammad Usama

    (@usamaazad99)

    Hi @lhunt04 ,

    Thank you for reaching out! I hope you’re doing well.

    I understand the issue you’re experiencing with the Ninja Forms contact form not loading correctly in the WP Contact Slider Plugin, specifically regarding the date and time fields.

    After reviewing your case, I found that there is a conflict between the theme and our plugin. However, I’m happy to provide a solution to help resolve this issue.

    Please add the following code snippet to your theme’s functions.php file:

    function wpexpertsio_wpcs_calendar_conflicts() {
    echo '<style>
    .flatpickr-calendar {
    z-index: 999999999999999999999999999999 !important;
    }
    </style>';
    }
    add_action( 'wp_enqueue_scripts', 'wpexpertsio_wpcs_calendar_conflicts' );

    This code will increase the z-index of the calendar dropdown, allowing it to display properly when using the Contact Slider.

    If you have any questions or need further assistance with implementing this solution, feel free to reach out.

    Thanks & regards,
    WP Experts Support Team

    Thread Starter lhunt04

    (@lhunt04)

    Amazing! Thank you for the update!

    Plugin Support Muhammad Usama

    (@usamaazad99)

    @lhunt04 ,

    I hope you are doing well!

    Thank you for your positive feedback! We’re pleased to hear that you’re satisfied. We are closing this ticket as resolved. If you experience any further issues, please feel free to open a new ticket.

    Have a great day!

    Best regards,
    WP Experts Support Team

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