Simone
Forum Replies Created
-
AuthorPosts
-
You could add on your menu bar the “location switcher”
so you can change location using a drop down and set the “everywhere” location, so you will see all the location (to do that, go to Geodirectory- Multilocation and enable “Show location switcher in menu
“, first create a Menu in Appareance/Menu and then assign this menu in Geodirectory going to Geodirectory-Design-Navigation).-To disable the auto location function, just go in the plugin section and deactivate the GeoDirectory Share Location plugin.
It happens also on my test site, it works only with GeoDirectory_framework/admin/style.css set to 777. Maybe Stiofan will knows more about that
Answered to the other thread, please don’t start multiple thread with the same topic
As Guust said, you could only write the address and click on the “Set address on Map” button, the other details will be filled in automatically. If the place is not correct, you can drag your pin on the map.
@guust you forgot the attachment 😛
Czar, purple intende dire che questa è una cosa che aveva detto anche lui tempo fa, ma che è andata in sordina, non era una domanda a te 🙂
@purpleedge, I’ve just explained to czar what you meant
@all: I think the map on mobile version (and so the menu appearance) will be one of the things in the to do list. Stiofan is being alerted on this topic too
Hello, you can use plugins such as WPML or Qtranslate
that’s why It was working on my side 🙂 glad you found out
Could you please tell the steps you take? i wasn’t able to replicate the issue
so..is it working? 😛
I’ll notify Stiofan about this, it should be something doable with js
I tried from backend and i was able to add images, did you try from frontend?
you’re welcome 🙂
when you add a field, a new id is assigned to that field. You can add on your style.css the display:none; attribute and it will be hidden on frontend.
For example if I’m going to add a checkbox named “test” (html variable name set in the Custom Field section) the id for that div will be geodir_test_row. Then open the style.css (in your child theme) and adddiv#geodir_test_row.geodir_form_row.clearfix { display:none; }
August 25, 2014 at 4:38 pm in reply to: I need help with GD installation & customization. Anybody? #13062This reply has been marked as private.Hello, you can hide the fields with css, using display:none; in the id of the row (e.g. geodir_NAMEOFYOURROW_row)
-
AuthorPosts