• Resolved artemeo

    (@artemeo)


    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/
    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 to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author GusRuss89

    (@gusruss89)

    Hi @artemeo

    Your theme (or some other plugin) is trying to turn the select field into a “jqselect” 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

    (@artemeo)

    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.