Add Listing Select Options

This topic contains 3 replies, has 2 voices, and was last updated by  annabella 6 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #386252

    annabella
    Expired Member
    Post count: 42

    My Select Options under Add Listing are Bullet instead of a Select Arrow that is a drop down. This will be an issue when I have hundreds of cities as options.
    Hoping you can help fix.
    Link to follow.
    Thanks
    Anna

    #386254

    annabella
    Expired Member
    Post count: 42
    This reply has been marked as private.
    #386265

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Please check now, i added the following code snippet as your theme was adding an old ver of chosen.js

    
    
    function _geowp_dequeue_maps_api() {
       wp_dequeue_script( 'google-maps' );
       wp_deregister_script( 'chosen' );
      if(defined('GEODIRECTORY_VERSION')){
       wp_register_script('chosen', geodir_plugin_url() . '/geodirectory-assets/js/chosen.jquery.min.js', array(), GEODIRECTORY_VERSION);
      }
    }
    add_action( 'wp_print_scripts', '_geowp_dequeue_maps_api', 100 );

    Thanks,

    Stiofan

    #386288

    annabella
    Expired Member
    Post count: 42

    Looks good.
    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket