Guust
Forum Replies Created
-
AuthorPosts
-
I cannot replicate that on my test site. If that happens all the time to you, let us know, and we’ll see if it needs fixing; like you say probably not.
Mmmm, strange. Can we start with looking at your WP admin?
Post your URL and WP admin details in a private reply and we will have a look.1. You can add this to your functions.php file, that should return something like in the image:
add_filter('geodir_show_post_address', 'geodir_change_address_order' , 100 , 2) ; function geodir_change_address_order($html , $vars) { global $post, $preview, $wpdb; $field_icon=''; if (strpos($field_icon,'http') !== false) {$field_icon_af = '';} elseif($field_icon==''){$field_icon_af = '<i class="fa fa-home"></i>';} else{$field_icon_af = $field_icon; $field_icon='';} if(!$preview) { $html = '<p class="" style="clear:both;" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">'; $html .= '<span class="geodir-i-location" style="'.$field_icon.'">'.$field_icon_af; $html .= ' '; $html .= '</span>'; //print_r($_POST); if($post->post_address){} if($post->post_zip){} if($post->post_city){ $html .= '<span itemprop="addressLocality">'.$post->post_city.'</span>, ';} if($post->post_country){ $html .= '<span itemprop="addressCountry">'.$post->post_country.'</span><br>';} $html .= '</p>'; } return $html ; }2. I have asked Paolo to look at your other question.
I’ll get Paolo to have a look at your question, I just know there will be problems, but not sure why.
https://wpgeodirectory.com/support/topic/multisite-geodirectory-buddypress-bbpress/#post-121783This reply has been marked as private.GD plugins should not be network activated, but on a per site basis.
Adding your addresses as a user from the frontend should work as you want. The options are meant for your users, not admin. Adding the address from the frontend works fine for me.
Indeed not a good idea, that should already have been overwritten unless it was a different plugin you updated. I think you’ll find PoEdit really useful once you are past the learning curve.
That would be a Facebook setting. Please check there.
If that was a GT widget that should not have come across, I’ll check with Paolo.
This file still does not exist:
/wp-content/themes/GDF_child/languages/fr_FR.mo
You do not have a languages folder in your child themeI added the folder and move the files. Please check.
Can you make that an administrator please.
You can change that in the Advanced Search language file.
https://wpgeodirectory.com/docs/translating-addons/Username invalid, please check.
Sure, have a look at the Advanced Search addon: https://wpgeodirectory.com/docs/search-filters-overview/
Your theme files have to be at /wp-content/themes/GDF_child/languages/fr_FR.mo
See https://wpgeodirectory.com/docs/translating-themes/
Also, the files you have incorrect file names: It should be
fr_FR.poinstead of
fr_FR.po.po -
AuthorPosts