Geo User

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Supreme theme map full height #452134

    Geo User
    Free User
    Post count: 3

    Hi Alex,

    Thanks a lot for your reply, I have already tried this code
    function _gd_custom_supreme_listing_map_args( $args = array() ) {
    $args[‘maptype’] = ‘TERRAIN’; // HYBRID, ROADMAP, SATELLITE, TERRAIN
    $args[‘zoom’] = 14; // number between 1 to 19
    $args[‘autozoom’] = true; // true or false
    $args[‘scrollwheel’] = true; // true or false
    $args[‘sticky’] = true; // true or false
    $args[‘enable_marker_cluster’] = true; // true or false

    return $args;
    }
    add_filter (‘geodir_map_options_gd_listing_map’, ‘_gd_custom_supreme_listing_map_args’, 10, 1 );

    but its not working 🙁

    Thanks
    Bipin

    in reply to: Supreme theme map full height #451908

    Geo User
    Free User
    Post count: 3
    This reply has been marked as private.

    Geo User
    Free User
    Post count: 3

    I want change the some positions of the elements and add/remove some html from this comment box.

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