Naveen Giri
Forum Replies Created
-
AuthorPosts
-
February 28, 2020 at 9:16 am in reply to: Some category names are not vertically aligned on the iPhone 7 #532728
You can ignore it. That is needed for different browsers.
Awesome, thanks for confirmation.
February 27, 2020 at 5:43 pm in reply to: Some category names are not vertically aligned on the iPhone 7 #532631Hi Alexander,
Please use following css meanwhile. I will update it in plugin.
.geodir-categories-container ul li{ display: flex !important; align-items: center !important; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; }
Thanks
February 27, 2020 at 5:00 pm in reply to: Get DEFAULT category URL from place category taxonomy) #532620Please try this function.
function get_primary_cat_url(){ global $gd_post; $default_cat = absint($gd_post->default_category); return get_category_link( $default_cat ); }
Thanks
Hi Patrick,
I am checking the issue. I will update you the progress soon.
Thanks for your patience.
Hi andreas,
It seems the template have html issue. I cant even see footer on that page.
Please make sure to currect that template or share FTP if you want me to check it.
Thanks
Hi virginie,
Could you please share the page url?
Thanks
Please use following style for it.
.geodir-search-container{ clear: both; }
Thanks
Hi Karin,
Thats how WordPress queries works for hide empty and sory by.
You can solve it by forceing parent cat selection.Thanks
February 26, 2020 at 8:25 am in reply to: Posting comments and responding comments disabled by this plugin #532335Hi Fulvio Di,
I have notice the comment template has been used twice on detail page.
could you please remove the other one which is not needed from divi template.Let us know how it goes.
Thanks
Hi Patrick,
Please create a replica site and share the details. we will check it codewise and importing csv samples.
Thanks
Thanks for confirmation Fraser.
have a nice day.Hi Andreas,
Sorry for inconvenience. I have done some changes, please try following code snippet.
add_action('wp', 'disable_rating_input'); function disable_rating_input(){ global $gd_post; // remove rating for listing author. if( $gd_post->post_author == get_current_user_id()){ remove_action( 'comment_form_logged_in_after', array( 'GeoDir_Comments', 'rating_input' ) ); } }
Thanks
February 25, 2020 at 3:49 pm in reply to: Prevent links from being inserted in the free text field #532165Hi Andreas,
are you talking custom field text? I havn’t seen any such behaviour on local.
Text field values are already sanitize, so it should escape html tags by default.Could you please elaborate it more with some screenshot. site details with FTP will be helpful too. Please share them in private reply.
Thanks
NaveenFebruary 25, 2020 at 3:39 pm in reply to: I cannot install a background image on the search page with Divi #532163Hi Anton,
Please update divi theme and let us know if you still face the same issue.
Thanks
-
AuthorPosts