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, 10 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: Translate
-
AuthorPosts
-
January 20, 2017 at 3:43 pm #346357
Hello,
i cant find “listing title” & “listing description” in the po file.
So i have trouble to update this two fields.
Can you help ?January 20, 2017 at 4:50 pm #346376Hi 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!
January 20, 2017 at 7:43 pm #346465So 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!January 20, 2017 at 8:01 pm #346472Hi,
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
January 20, 2017 at 8:05 pm #346475Perfect – thanks alot! I already bought the locations addon!
January 20, 2017 at 8:45 pm #346544I still cant find “place” – in the po file there is “place” and “places” – but this does not translate “place title” completely.
January 20, 2017 at 9:05 pm #3465731. 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.January 20, 2017 at 10:26 pm #3465922. 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
January 20, 2017 at 10:29 pm #346596This reply has been marked as private.January 20, 2017 at 10:43 pm #346603Thanks – iam also looking for a way
to translate the Infotext of “State” and the “City”See the image:
January 20, 2017 at 10:51 pm #346610Back 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
January 20, 2017 at 11:01 pm #346614translate 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.January 20, 2017 at 11:04 pm #346615From 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?January 20, 2017 at 11:29 pm #346617From 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.
January 20, 2017 at 11:35 pm #3466211) 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
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket