cant find "listing title" & "listing description" in the po file

This topic contains 27 replies, has 5 voices, and was last updated by  Kiran 7 years, 3 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #346357

    alphavader
    Buyer
    Post count: 75

    Hello,

    i cant find “listing title” & “listing description” in the po file.
    So i have trouble to update this two fields.
    Can you help ?

    #346376

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Kindly refer to this thread as it covers this topic https://wpgeodirectory.com/support/topic/changing-labels-on-add-listing-page/#post-218159

    Thanks!

    #346465

    alphavader
    Buyer
    Post count: 75

    So do translate this 2 mandatory! fields i have to buy and install a complete
    new addon ? lol – there gotta be a better way.

    This two fields “Place Title* and Place Description*” are mandatory and
    coming with the core plugin – why cant i translate them ?
    Or atleast deactivate!

    #346472

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    everything can be done via translation files. You don’t need any new add-on.

    https://wpgeodirectory.com/docs/faqs/can-i-change-place-title-and-place-description/

    Thanks

    #346475

    alphavader
    Buyer
    Post count: 75

    Perfect – thanks alot! I already bought the locations addon!

    #346544

    alphavader
    Buyer
    Post count: 75

    I still cant find “place” – in the po file there is “place” and “places” – but this does not translate “place title” completely.

    #346573

    alphavader
    Buyer
    Post count: 75

    1. I need to add the place Title to the Detail Sidebar – is this possible ? (above the infobox)
    2. Is it also possible to add a descriptopn text under the Place Description*?
    3. WHere can i translate “place” – i found “place” and “places” in the po – but it wont translate.

    #346592

    Guust
    Moderator
    Post count: 29970

    2. Have a look at the images, that would be the simplest way. You can use HTML in the translation.

    3. That seems to be a new bug, I can confirm that. I will get the developers to look at that.

    I’ll get someone else to answer question #1 too.

    Thanks

    #346596

    Guust
    Moderator
    Post count: 29970
    This reply has been marked as private.
    #346603

    alphavader
    Buyer
    Post count: 75

    Thanks – iam also looking for a way
    to translate the Infotext of “State” and the “City”

    See the image:

    #346610

    alphavader
    Buyer
    Post count: 75

    Back to QUestion 2: – Thanks for the images,
    “2. Is it also possible to add a descriptopn text under the Place Description*?”

    The problem is, that in every custom field, the description is UNDER the filed.
    That is very inconsistent when the descirption is here below the HEadline.
    Is there a way to

    – disable the field
    OR
    – but the descirption UNDER the FIeld – like the “frontend descirption” in the custom fields ?

    Thanks alot

    #346614

    Guust
    Moderator
    Post count: 29970

    translate the Infotext of “State” and the “City”
    That is in the location manager language file.

    All the other fields are GD custom fields.
    The “description” is the WP default post field.
    The field cannot be disabled.
    There is no way to add “infotext” below the listing “description” without customization.

    #346615

    alphavader
    Buyer
    Post count: 75

    From the programming perspective, i dont get why you dont put this 2 mandatory fields into the field builder with all the other fields. Why is it so tricky to translate this 2 and handle everything ?
    Maybe something you want to add to a feature ticket – i see that many people asking for this.

    Thanks for your fast reply tho.
    Can you tell me when this “bug” is fixed?

    #346617

    Guust
    Moderator
    Post count: 29970

    From the programming perspective, i dont get why you dont put this 2 mandatory fields into the field builder with all the other fields.
    Essentially, because they are not fields created by GD but default fields of WP.

    Somebody will look at the bug after the weekend.

    #346621

    Paolo
    Site Admin
    Post count: 31206

    1) to add the title at the top of the sidebar something like this should work (haven’t tested it)

    
    
    function my_theme_geodir_social_sharing_buttons_html( $content_html ) {
    	global $post; 
    	$title = the_title();
    
       return "<div class='my-theme-class'>".$title."</div>".$content_html;
    
    }
    add_filter( 'geodir_social_sharing_buttons_html', 'my_theme_geodir_social_sharing_buttons_html', 10, 1 );

    You should copy this in functions.php of your child theme or use it via code snippets plugin.

    Let us know how it goes,

    Thanks

Viewing 15 posts - 1 through 15 (of 28 total)

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

Open Support Ticket