• I have implemented the plugin with one problem. I would like to only show one departure point. All Bus stops appear in the drop down menu for departure point. I don’t want people to select a departure point that does not exsist. I am probabaly doing something wrong, can you assist please.

Viewing 1 replies (of 1 total)
  • I was looking for similar solution, then I realized that you can do it by CSS only.
    Copy & paste the following code to your theme custom CSS.
    Replace ‘n’ in the second line with your Stop serial number at ‘From’ list.

    .mage_bus_boarding_point ul.mage_input_select_list li{display:none;}
    .mage_bus_boarding_point ul.mage_input_select_list li:nth-child(n){display:block;}
    • This reply was modified 3 years, 4 months ago by jajaborjoy.
Viewing 1 replies (of 1 total)
  • The topic ‘Single Departure Point’ is closed to new replies.