Paolo
Forum Replies Created
-
AuthorPosts
-
Not yet, as soon as we are close to release them we will write a blog post to announce them.
Thanks
Hi,
none of that is available at the moment. We are working on the API to develop apps, however it will take a while longer before we release anything to test.
It is likely that we will make favorites work also offline.
Thanks
Hi,
what is your setting in GeoDirectory >> Design >> New listing default status?
If it is draft, that is the reason. There is no option to only moderate free listings.
Let us know,
Thanks
Hi,
I see them all on both our demo and your website (with both firefox and chrome).
Please try to clear your browser cache.
These are official widgets (iframes) from their resepctive websites (facebook, google+ and twitter), they can’t be replaced by fontawesome icons. There is no way to style them. You can only hide them if you don’t like them…
Thanks
He wrote :
I found this code and it worked great. How would I add commas after the city and state?
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){ $html .= '<span itemprop="streetAddress">'.$post->post_address.'</span><br>';} if($post->post_city){ $html .= '<span itemprop="addressLocality">'.$post->post_city.'</span> ';} if($post->post_region){ $html .= '<span itemprop="addressRegion">'.$post->post_region.'</span> ';} if($post->post_zip){ $html .= '<span itemprop="postalCode">'.$post->post_zip.'</span><br>';} if($post->post_country){ $html .= '<span itemprop="addressCountry">'.$post->post_country.'</span><br>';} $html .= '</p>'; } return $html ; }I replied:
you need to put it after :
'.$post->post_city.'Example:
if($post->post_city){ $html .= '<span itemprop="addressLocality">'.$post->post_city.',</span> ';}Thanks
Hi Jeremy,
would you mind sharing admin details in a private reply? (only staff can read them)
It will help if we can have a look at your settings.
Let us know,
Thanks
Hi,
it looks like the fix was never pushed… I’ll ask to Stiofan to follow up.Thanks
Hi,
as I suspected the theme page template doesn’t provide a full width area like our GDF for example or any of the theme that we made fully compatible.
You’ll need a customization to achieve that with this theme.
Thanks
Hi,
I think this is also due to the updates made on the comment system of WordPress 4.4.
I’ll ask to the developer to have a look at it and fix it.
We’ll let you know as soon as it’s done.
Thanks
Hi,
Gd is compatible with Cloudflare, it is not compatible with their Rocket Loader component which concatenates and minify css and scripts.
GD Booster which is 100% compatible does the exact same thing without breaking your website.
Only CloudFlare could make Rocket Loader compatible with GD and I don’t think they have any interest in it.
Thanks
You are welcome 🙂
Hi,
Did you check in the correct po file? I’ve just double checked and both are available in the claim listing po file (geodirclaim-en_US.po)
See images attached.
Thanks
Hi,
even rebuilding the template almost identically that header background covers the gd-wrapper.
I’ve asked to Stiofan to have a look, he’ll let you know asap. Indeed it would help if you disabled whatever is preventing the right click on your website.
Thanks
You are welcome 🙂
You are welcome, thanks for letting us know! 🙂
-
AuthorPosts