Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
currently we only provide 1 trnaslation file for both front and back end.
The only way to translate only the front end would be to selectively transalte only the required strings.
Thx
no, probably not.
HI Rob,
can you make an example?
If you search while browsing the Everywhere location for something near somewhere, it will return all results, ordered by distance from the “somewhere” place your searched.
Thx
p.s.
other than the neighbourhood problem that we will asap, you should activate your location switcher, or sessions will not be saved and the whoelmultilocation experience will be faulty.
Thx
Hi,
I double checked and the map is only showing all San Francisco markers without really filtering them for the neighbourhood and the Popular Place View widget doesn’t show anything. So this must be a bug.
I’ve flagged it for developers.
Thanks for spotting this and for your patience!
HI Ukpost,
we still need a link and wp admin credentials to have a look at your website.
It is impossible to provide solutions based on the description of the problem only.
Thank you
HI,
please leave an email address for developers to get in touch with you.
Thx
I’m not sure this is what you are after, because in reality there is no border around the search box. There is a background and a padding that is extending it up and down.
Try adding this to your custom css.
.geodir-loc-bar-in { padding: 7px 0; }and let us know,
Thx
That should be in GeoDirectory PO file.
Not the theme.
Thanks
Because you didn’t do what Stiofan told you to do…
What you need to add around line 598 is:
$post_details = geodir_get_post_info($entry['ID']); print_r($post_details);This will display (print) in that page the array with ALL information for each post.
You will notice that the address is under [post_address].
So if you comment out the print and add
$post_details->post_address;to a
$itemsvar it will display the address below the excerpt.
Example:
//title and excerpt if($this->atts['caption_elements'] != 'none' || !empty($text_add)) { $items .= "<figcaption class='av-inner-masonry-content site-background'><div class='av-inner-masonry-content-pos'><div class='avia-arrow'></div>".$text_before; if(strpos($this->atts['caption_elements'], 'title') !== false){ $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$entry['ID'], 'custom_markup'=>$this->atts['custom_markup'])); $items .= "<h3 class='av-masonry-entry-title entry-title' {$markup}>{$the_title}</h3>"; } if(strpos($this->atts['caption_elements'], 'excerpt') !== false && !empty($content)){ $markup = avia_markup_helper(array('context' => 'entry_content','echo'=>false, 'id'=>$entry['ID'], 'custom_markup'=>$this->atts['custom_markup'])); $items .= "<div class='av-masonry-entry-content entry-content' {$markup}>{$content}</div>"; } $items .= $text_after."</div></figcaption>"; } $items .= "</figure>"; $items .= "</{$html_tags[1]}><!--end av-masonry entry-->"; } $post_details = geodir_get_post_info($entry['ID']); //print_r($post_details); $items .= $post_details->post_address;Follow above example and continue.
Thx
This reply has been marked as private.In geodirectory-functions/listing_filters.php
function searching_filter_where($where)Thanks
Hi,
at the moment there isn’t an option for this.
It would be a good suggestion to submit as a feature request : here
Thx
Hi,
GeoDirectory adds the google maps API once and it can’t work if the theme or another plugin are adding it again. In your case it was added by Brainstorm plugin.
I disabled the Google Maps module from the plugin admin page and the GD maps now work.
Now there are other 2 jquery errors that are probably responsible for the tabs not working:
TypeError: c.curCSS is not a function http://www.air-compressor-guide.com/wp-content/themes/company/js/jquery-ui-1.8.5.custom.min.js?ver=1.8.5 Line 13 TypeError: a is undefined http://www.air-compressor-guide.com/wp-includes/js/jquery/jquery.js?ver=1.11.1 Line 2What I’d do, is to momentarely deactivate non GD plugins to see if the problem goes away and if it does, reactivate 1 by 1 till I found the culprit, than try to fix or find an alternative.
Let us know,
Thx
Hi,
did you see this docuemtnation? There you should find all answer needed to edit a text string using the translation files.
http://docs.wpgeodirectory.com/translate-core/
Let us know,
Thanks
-
AuthorPosts