Title: Not working [md-select] shortcode
Last modified: January 14, 2021

---

# Not working [md-select] shortcode

 *  Resolved [artemeo](https://wordpress.org/support/users/artemeo/)
 * (@artemeo)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/not-working-md-select-shortcode-2/)
 * Hello! Couldnt find answer in forum so making new topic.
    [md-select] shortcode
   is not appearing correctly on my webside. Here is an example: [https://gotoalbania.ru/en/rental-macedonia/](https://gotoalbania.ru/en/rental-macedonia/)
   I guess the problem in my custom css page style or page template but couldnt 
   find a solution how to fix it. The code in shortcode should be correct: [md-select
   label=”Car type” outlined=”yes”] [select* menu “economy” “comfort” “4х4” “minivan”][/
   md-select] Thank you in advance
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fnot-working-md-select-shortcode-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [GusRuss89](https://wordpress.org/support/users/gusruss89/)
 * (@gusruss89)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/not-working-md-select-shortcode-2/#post-13905656)
 * Hi [@artemeo](https://wordpress.org/support/users/artemeo/)
 * Your theme (or some other plugin) is trying to turn the select field into a “
   [jqselect](https://www.jqueryscript.net/form/Handy-Customizable-Dropdown-Select-Plugin-With-jQuery-JQSelect.html)”
   field.
 * Hopefully you can just find a setting in your theme to turn this functionality
   off. If not, you might need to submit a support request to your theme creator
   asking how it can be turned off.
 * I can see that it is being done in themes/gotoalb/js/misc.js. If you can remove(
   or comment) this from that file it should fix it:
 *     ```
       jQuery('select').styler({
         singleSelectzIndex: 1
       });
       ```
   
 * Thanks,
    Angus
 *  Thread Starter [artemeo](https://wordpress.org/support/users/artemeo/)
 * (@artemeo)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/not-working-md-select-shortcode-2/#post-13918124)
 * Thank you Angus! Will try to fix it

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Not working [md-select] shortcode’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/material-design-for-contact-form-
   7_f8f8f8.svg)
 * [Material Design for Contact Form 7](https://wordpress.org/plugins/material-design-for-contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/material-design-for-contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/material-design-for-contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/material-design-for-contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/material-design-for-contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/material-design-for-contact-form-7/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [artemeo](https://wordpress.org/support/users/artemeo/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/not-working-md-select-shortcode-2/#post-13918124)
 * Status: resolved