Paolo
Forum Replies Created
-
AuthorPosts
-
Please let us know if we can set this as resolved.
Thanks you
This reply has been marked as private.Glad you were able to solve it and thanks for letting us know! 🙂
You are welcome 🙂
August 10, 2015 at 6:51 pm in reply to: Changing "Website" link anchor text to show full address #48885Hi,
just change :
get_the_title( $post_id )with
$websiteadd_filter( 'geodir_custom_field_website_name', 'geodir_change_website_field_display_name', 10, 3 ); function geodir_change_website_field_display_name($name,$website,$post_id){ if($name=='Website'){return $website ; } else{return $name;} }Let us know how you went,
Thanks
August 10, 2015 at 6:43 pm in reply to: Problems with HTML Variable name – special charater failure #48884That is not possible. The fact that you could do it with GeoTheme doesn’t mean GeoDirectory will allow you to do exactly the same.
They are 2 different products.
You must use differnt and shorter codes without the need of any special character.
Thanks
August 10, 2015 at 6:39 pm in reply to: How to Setup Geo Travel Home Page like WPGeoTheme Demo #48883HI,
please go to GeoDirectory >> Theme Compatiblity and make sure Genesis is selected.
Let us know,
Thanks
p.s. it is always better to open new topics rather than asking in old resolved topics.
Hi,
far too many custom fields for your database to handle them and that’s a hard limit, there are a few things we could try to optimise it but it would likely only give you a few extra.
Stiofan’s suggestion is to try and reduce the number of custom fields by grouping everthing that you can group.
Let us know,
Thanks
Hi,
that require code customization. Not something we can provide as part of support.
If you want, I can move this into the Jobs forum to see if there is any developer willing to help you complete this customization.
Let us know,
Thank you
Hi,
now I clearly see what you mean and that’s definitely a bug, however I’m still unable to recreate it on our demo.
I’m asking Stiofan to have a look for us.
Thanks for your patience,
Hi,
Widgets can be customized by copying their entire class and register_widget call into your theme functions.php, rename class name, function name, constructor details and also change the function name in the register widget call.
At the point you can customize the outup without having to worry about updates.
This is commen WordPress practice to extend a plugin widget.
Thanks
Hi,
this as been fixedf and the fix has been applied to your website already. Can you confirm?
Let us know,
Thank you!
Hi,
what about avoid both bp or gd registration and using a 3rd plugin like theme my login that I think provides the email activation for registration.
You can redirecting the GD sign up page to your page of choice following this doc:
https://wpgeodirectory.com/docs/redirecting-the-login-page/
Thanks
Hi,
in GeoDirectory >> Buddyrpess Integration
you have :
Post Type Activity Settings >> Track new listing activity in BuddyPress
and
Post Type Activity Settings >> Track new review activity in BuddyPress
If you don’t see the save button in Buddypress settings you mmight have a plugin interfering with it.
Thank you
Hi,
currently that is not possible, but the new Pyayment class that we are close to release will make it easier to build something similar.
If you request it in our request system and the idea is voted by many other members we will definitely consider it.
Thank you
-
AuthorPosts