DropDown is Not working
-
Hi, Indeed this plugin is great.
The recent update brings issues. Drop Down is not opening on Desktop and Mobile.
I have tried already with below code but still no luck<?php add_action( 'wp_enqueue_scripts', function() { if ( defined( 'FORMINATOR_VERSION' ) ) { wp_enqueue_script( 'forminator-select2', WP_PLUGIN_URL . '/forminator/assets/forminator-ui/js/select2.full.min.js', array( 'jquery' ), FORMINATOR_VERSION, false ); wp_enqueue_style( 'forminator-select2', WP_PLUGIN_URL . '/forminator/assets/forminator-ui/css/src/form/select2.min.css', array(), FORMINATOR_VERSION ); $form_designs = array( 'material', 'default', 'flat', 'bold' ); foreach ( $form_designs as $form_design ) { wp_enqueue_style( 'forminator-forms-' . $form_design . '-full', WP_PLUGIN_URL . '/forminator/assets/forminator-ui/css/src/form/forminator-form-' . $form_design . '.full.min.css', array(), FORMINATOR_VERSION ); } } }, 1 );
Please help me to get it fixed, ASAP
Many thanks, in advance.
Regards
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘DropDown is Not working’ is closed to new replies.