Giri
Forum Replies Created
-
AuthorPosts
-
Responsive videos require a parent div. If the plugin you use wraps the video iframe with a div tag then you should be fine. You can use the following style. Otherwise its not possible.
.geodir-video-wrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; margin-bottom: 10px; } .geodir-video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
Replace geodir-video-wrapper text with your iframe wrapper div class
Thanks Andi for the review 🙂
Have a nice day
Hello Craig,
Nearest option uses the same unit from Geodirectory -> General -> Search
Thanks
Thanks Matias for the review 🙂
Have a nice day and feel free to contact us when you need our help
This reply has been marked as private.This reply has been marked as private.You are welcome Andi
Its coming from post type labels.
Geodirectory -> custom post types -> edit -> modify labels there
They are coming from Geodir buddypress integration addon. Refer that language file.
/wp-content/plugins/geodir_buddypress/gdbuddypress-languages/gdbuddypress-en_US.po
Have you completed these steps?
https://wpgeodirectory.com/support/topic/maps-not-showing-on-detail-page/#post-223302
If its outside the wordpress, then we can’t help you. Thats way beyond our support. if you are talking about “custom page template”, then you can use shortcode like this in php
https://developer.wordpress.org/reference/functions/do_shortcode/#comment-318
This reply has been marked as private.Use popular post category shortcode
Hi Brian, can you give me the direct listing link and give me the date details thats supposed to be displayed there.?
Thanks
I have just checked your translation file /public_html/wp-content/languages/geodir_reviewratings/geodir_reviewratings-da_DK.po
It doesn’t contain “you like this” text. Looks like you have outdated translation files. You may have to rebuild from source
https://wpgeodirectory.com/docs/updating-your-language-files/ -
AuthorPosts