Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
500 server error is noramlly not due to the application, but the servfer configuration. Have you tried to ask for support to your hosting provider?
Please provide a URL and admin credentials in a private reply (only staff can read them) if you want us to have a look.
Thanks
Hi,
this has never been requested by anyone and considering a normal UI, the widget is working according to design.
If you visit a CPT page, you only see categories related to that CPT. If you don’t want users to go back to home to see the category of another CPT you should add the CPT link in your main menu.
In that case if a visitor select another CPT he will see the categories of the selected CPT.
Only the home page allows to switch CPT directly on the widget.
Thanks
Hi,
I was able to recreate this on your website by faking my location with Chrome and made it see me as if I was in Melbourne.
Not sure why this is happening though. I need to ask to Stiofan to have a look for us.
Thanks for your patience,
Hi,
only custom fields can be used as advance search filters. Not MultiRatings.
Thanks
Please try this:
<?php if ( bp_is_activity_component() || bp_is_groups_component() || bp_is_members_component() ) { get_sidebar('page-details'); } else { } ?>It should work as you want it.
let us know,
Thanks
In its final testing today…
Hopefully we release it this week.
Thanks
Hi,
you can do all that with CSS using the pseudo element ::before.
1st you’ll need to hide the heart:
.fa.fa-heart { display: none; }2nd you need to add whatever icon you wish (in this example I add the thumb-up):
.geodir-addtofav-icon::before { content: "f164"; font-family: FontAwesome; }You want to add this css in GeoDirectory >> Design >> Scripts >> CSS.
Each icon has it’s own unicode : http://fortawesome.github.io/Font-Awesome/cheatsheet/
You’d use the last for digits with a backslash in front.
For the example above, the unicode for the thumbs up would be :
We used : f164.
Let us know how you went.
Thanks
You are welcome 🙂 let us know how you went.
Thanks
Hi,
the new version should be released tomorrow, please be patient.
We don’t provide support for complex customization. It is not just a matter to change one AND to and OR. It is much more complex than that.
Thanks
Hi,
no at the moment there is no such option.
Sorry about it.
Thanks
Hi,
it should be:
/wp-content/languages/geodirectory/geodirectory-es_ES.mo
you have:
/wp-content/languages/Geodirectory/“geodirectory-en_ES.es” .mo
The folder name Geodirectory should be all lowercase, the file name is completely wrong.
You can download the spanish translation here: https://www.transifex.com/nomaddevs/geodirectory/language/es/
Make sure to rename it correctly or it will not work.
Thanks
Hi,
since version 4, there is no need to edit the wp-config.php file.
Did you upload the mo file in the correct folder?
/wp-content/languages/geodirectory/geodirectory-es_ES.mo
Is your language option in Settings >> General >> Spanish / Spain?
If all this is correctly done, please provide a URL, admin and FTP credentials and we will have a look for you.
Let us know,
Thanks,
Hi,
the 1st element is a widget. Just go to Appearance >> Widgets and remove the Popular category widget from the GD Home Top Section widget area.
The second will require css, try adding this in GeoDirectory >> Design >> Scripts >> Custom css:
.map_category { display: none; }Let us know how you went,
Thanks
Hi,
1) you can disable picture upload on reviews in GeoDirectory >> MultiRatings >> Enable comment images upload.
2) No that is not possible, unless allow only registered user to review and you moderate user registration.
Thanks
Hi,
no, the best of widget shows all listings from 1 Custom Post Type, divided in categories sorted by most reviewed.
Featured isn’t a category, nor a custom post type.
Thanks
-
AuthorPosts