Form fields

This topic contains 5 replies, has 3 voices, and was last updated by  Naveen Giri 4 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #510734

    pherrety
    Expired Member
    Post count: 29

    In the field list of the form to add new ad, some are not working. They are: default value, validation standard, placeholder value. Could you please check?

    #510736

    pherrety
    Expired Member
    Post count: 29
    This reply has been marked as private.
    #510821

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #510864

    pherrety
    Expired Member
    Post count: 29
    This reply has been marked as private.
    #510983

    pherrety
    Expired Member
    Post count: 29

    Do you have any answers on this subject? This is preventing some registration on the site. Thank you very much!

    #511014

    Naveen Giri
    Moderator
    Post count: 1559

    hi @pherrety,

    I have checked the issue and it is coming from listimia theme. listimia customising gd url field and that have some code issue.
    you can report this issue to them for permanent fix.

    meanwhile i have added a fix for you using code snippet plugin. which remove listimia customisation action for url field and keep using gd one.

    you can remove this code when you have this issue fixed from listimia to use listimia customised functionality.
    https://www.salvadorcidadeinfantil.com.br/wp-admin/admin.php?page=edit-snippet&id=5&result=updated

    
    add_action( 'wp_head', 'remove_mygd_class_action' );
    function remove_mygd_class_action(){
    remove_filter('geodir_custom_field_input_url','listimia_cfi_url',10,3);
    add_filter('geodir_custom_field_input_url','geodir_cfi_url',10,3);
    }
    

    Thanks

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

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

Open Support Ticket