Unable to type into 'Place description' text field

This topic contains 8 replies, has 4 voices, and was last updated by  Stiofan O’Connor 5 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #481027

    Gavin Raines
    Expired Member
    Post count: 30

    Hi, I’ve opened this ticket before with no resolution (#470292) however it’s made an appearance again. When a client logs in, the system seems to detect an incomplete profile. If the client then tried to add a description to this profile, it will not allow you to type in the text box. If you click the option to remove the previous incomplete listing and start again everything works fine.

    #481053

    Kor
    Moderator
    Post count: 16516

    Hi Gavin Raines,

    Thanks for your post. Unfortunately, this isn’t a known issue and it seems to be isolated to your side for some reason. Could you try deactivating each non-gd plugins one by one and see if it helps?

    #481137

    Gavin Raines
    Expired Member
    Post count: 30

    Is there a way to disable this feature, so that if the user does not complete the listing then it doesn’t allow them to leave where they left off?

    Thanks

    #481160

    Paolo
    Site Admin
    Post count: 31206

    There is a filter to diable it.

    “geodir_autosave” Needs to be set to zero: 0

    In case you don’t know how to do that, I asked Stiofan to provide a snippet for it.

    Thanks

    #481294

    Gavin Raines
    Expired Member
    Post count: 30

    Yes please – if you could provide a snippet that would be great.

    Thank you

    #481609

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    This snippet should do it (need to delete current saves)

    function _my_disable_geodir_autosave(){
    return '0';
    }
    add_filter('geodir_autosave','_my_disable_geodir_autosave');

    Stiofan

    #482496

    Gavin Raines
    Expired Member
    Post count: 30

    Thanks Stiofen

    I’ve added this to the functions.php so hopefully this will now be resolved. We are still getting issues with previous client listings. Is there away to force out the current saves please?

    Thank you.

    #482774

    Gavin Raines
    Expired Member
    Post count: 30

    Hi, just wondered if anyone has had chance to reply to this one please?
    “We are still getting issues with previous incomplete client listings. Is there away to force out the current saves please?”

    Thanks

    #482869

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Gavin,

    Those are standard WP revisions, you should find maybe plugin that will remove them https://wordpress.org/plugins/search/delete+revisions/

    Thanks,

    Stiofan

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

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

Open Support Ticket