Marina Orlando

Forum Replies Created

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • in reply to: Translating add-listing #304122

    Marina Orlando
    Expired Member
    Post count: 22

    Thanks Paolo for the explanation. Actually the Google autocompleter was disable but still there was no track of that specific string in any en_US.po or it_IT.po files. So, since one of the possible options I could think of was just to eliminate that particular placeholder rather than editing the text, I managed to achieve it with CSS with this code.

    
    
    #geodir_post_address_row input::-webkit-input-placeholder {
       color: transparent!important;
    }
    
    #geodir_post_address_row input:-moz-placeholder { /* Firefox 18- */
       color: transparent!important;  
    }
    
    #geodir_post_address_row input::-moz-placeholder {  /* Firefox 19+ */
       color: transparent!important;  
    }
    
    #geodir_post_address_row input:-ms-input-placeholder {  
       color: transparent!important; 
    }
    in reply to: Translating add-listing #303369

    Marina Orlando
    Expired Member
    Post count: 22

    Ok, I’ve managed to change the address description from the custom post settings but not the placeholder.

    in reply to: add-listing page shows only one CPT #303270

    Marina Orlando
    Expired Member
    Post count: 22

    Thank you for your reply. I’ve managed to create 2 sub menu custom links to the unique add listing pages and it’s working well. Since I don’t think there will be many categories, it will be fairly easy toeventually add a couple more in the future. Thanks for your help.

    in reply to: Can't translate 'select option' #241994

    Marina Orlando
    Expired Member
    Post count: 22
    This reply has been marked as private.
    in reply to: Can't translate 'select option' #241962

    Marina Orlando
    Expired Member
    Post count: 22

    Done! Thank you.

    in reply to: can't enable Whoop child #238065

    Marina Orlando
    Expired Member
    Post count: 22

    OK thank you now it’s working.

Viewing 6 posts - 16 through 21 (of 21 total)