Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 1,906 through 1,920 (of 13,774 total)
  • Author
    Posts

  • Stiofan O’Connor
    Site Admin
    Post count: 22956

    Please check now?

    Stiofan


    Stiofan O’Connor
    Site Admin
    Post count: 22956

    GDPR changes have been added but not a marketing opt-in on the add listing page…
    I don’t think that is the right place to add one.

    Stiofan

    in reply to: May updates #432902

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I have updated the tested to version for addons now, they were tested with 4.9.6 and 5.0-alpha-43320

    Stiofan

    in reply to: Place address not saved #432824

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    There was a problem with the OSM non https call to the encoder, i have fixed this.
    Now the problem is that with the free version you must set the default city you want to use, then the system will only let you set listings in that city, please set a actual city by dragging the map marker (not manually entering it)

    Thanks,

    Stiofan

    in reply to: Font error in search #432822

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    This is now being set by the theme’s h2 font size.

    Stiofan

    in reply to: JSON endpoint privacy #432744

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Alex,

    In most cases this won’t be a problem (though i don’t know your exact case) If a user is entering their info usually to advertise a business or service then they will need to post and display their contact details and this is expected behavior of the form.

    In GDv1 the endpoints don’t show the custom fields unless you have the API plugin installed.

    Maybe if i knew what kind of directory you are making i could advise better?

    Stiofan

    in reply to: Place address not saved #432731

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I saved the address and its still there, how do i make it disappear?

    Stiofan

    in reply to: Make specific field read-only #432730

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    There is no easy way to do it, u would have to hire a dev to make a code snippet to do it.

    Stiofan

    in reply to: GD Membership Renewal Process #432629

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    You would remove the old licences from your site where you had activated them before.

    Stiofan

    in reply to: GD Membership Renewal Process #432618

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    There was something weird going on with ur licences, it seemed to be a renewal of a removed licence. You have all new licences now, please remove the old ones and the new ones should now work with no problems.

    Let me know if u have any further problems.

    Thanks,

    Stiofan

    in reply to: Mobile View not working #432579

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Ralph,

    I have tried on mac and linux on multiple browsers and i can’t replicate.
    Does this only happen when u are logged in? If so please provide wp-admin.

    Stiofan

    in reply to: Close Button on Modal #432558

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Juliet,

    Can you please provide login details in a private reply (just tick the box to set as private reply and only staff will be able to see it)

    Thanks,

    Stiofan

    in reply to: JSON endpoint privacy #432555

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Most all of this is for the express purpose of displaying to the public (unless you have a special directory), we add a privacy policy helper text explaining this.

    The user has a reasonable expectation that their info will be public as this is the purpose of the form, in most cases this is done for the legal reason of “legitimate business interests”.

    Stiofan

    in reply to: Subcategorys display in search bar #432549

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Not tested but something like this would remove the child cats:

    
    
    remove_filter( 'geodir_search_output_to_main_taxonomy', 'geodir_search_output_to_main_taxonomy', 10);
    add_filter( 'geodir_search_output_to_main_taxonomy', 'geodir_search_output_to_main_taxonomy_childless', 10,3 );
    function geodir_search_output_to_main_taxonomy_childless($html,$cf,$post_type){
    
        $cf->field_input_type = 'SELECT';
    
        $args = array( 'orderby' => 'name', 'order' => 'ASC', 'hide_empty' => true,'parent' => 0 );
    
        $args = apply_filters( 'geodir_filter_term_args', $args, $cf->site_htmlvar_name );
    
        $terms = apply_filters( 'geodir_filter_terms', get_terms( $cf->site_htmlvar_name, $args ) );
    
        // let's order the child categories below the parent.
        $terms_temp = array();
    
        foreach ( $terms as $term ) {
            if ( $term->parent == '0' ) {
                $terms_temp[] = $term;
    
                foreach ( $terms as $temps ) {
                    if ( $temps->parent != '0' && $temps->parent == $term->term_id ) {
                        $temps->name  = '- ' . $temps->name;
                        $terms_temp[] = $temps;
                    }
                }
            }
        }
    
        $terms = $terms_temp;
    
        $html .= "<div class='gd-search-input-wrapper gd-search-field-cpt gd-search-field-taxonomy'>";
        $html .= str_replace(array('<li>','</li>'),'',geodir_advance_search_options_output( $terms, $cf, $post_type, stripslashes( __( $cf->front_search_title, 'geodirectory' ) )));
        $html .= "</div>";
    
        return $html;
    }

    Stiofan

    in reply to: JSON endpoint privacy #432490

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Alex,

    What info are you worried about being revealed exactly?

    Stiofan

Viewing 15 posts - 1,906 through 1,920 (of 13,774 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount