• Resolved Apostolos Gazepis

    (@gazepisapostolos)


    Hello,

    I have a problem with the dropdown, by clicking in the down arrow the menu does not open, I have tried to use older versions of contact 7 and the problem remains.

    Is it something I can check?

    Thank you in advance

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @gazepisapostolos

    This is not the issue related to the CF7 plugin. Your themes CSS/JS is conflicting with the select dropdown behavior.

    You can add the following:

    jQuery('.wpcf7-select').click(function(e){
        e.preventDefault();
    });
    • This reply was modified 3 years, 3 months ago by Jainil Nagar.
    Thread Starter Apostolos Gazepis

    (@gazepisapostolos)

    Thank you so much Jainil for your response – you mean to add it in the head in a <script> tag?

    Hello @gazepisapostolos

    Yes, you need to add it to the script tag.

    Thread Starter Apostolos Gazepis

    (@gazepisapostolos)

    Thank you Jainil for your reply, I have tried to add the code in the header of the theme,

    <script type=”text/javascript”>Object
    jQuery(‘.wpcf7-select’).click(function(e){
    e.preventDefault();
    });
    </script>

    Yet the problem still exists.

    Hello @gazepisapostolos

    You need to add the code after the jQuery is loaded on the page. Add it at the end of <head> tag or in the footer file.

    Thread Starter Apostolos Gazepis

    (@gazepisapostolos)

    Hello Jainil, I really appreciate your help, I have tried anything. I also made an extensive search on the net for similar problems.

    Indeed, the problem is caused by the theme. Although I have been using the Contact form 7 for many years and in many websites, I think this time I have to find an alternative, as already took a lot of time to figure out the issue.

    Thanks again,

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Dropdown not working’ is closed to new replies.