Simone
Forum Replies Created
-
AuthorPosts
-
Hello Jenny, you were close enough 🙂
From the Events settings, in the custom field go to the Time field, in the right, expand it and you’ll see an option “Is active”, just set it to “No” and you’re doneStiofan added the feature to the core, and it will be available in the next release.
Hello, to enable the share location feature you can activate the Share Location addon, or if you have the Advanced Search addon, go to the GD settings, then Advanced Search and you’ll find the option “Ask user if they wish to be geolocated”.
When an user is on a different country, he will see the closest listing/city to his location (for example, if there are 2 listings, one in London and one in New York, and I’m in Italy, I’ll see the London first), so I don’t know if it’s advisable.
About the breadcrumbs, you can decide which one is the main category (it will set as default), so in your case, United States is set as main, and it will show in the breadcrumb as well
That’s happening because somehow the footer.geodir-entry-meta is overlapping that portion of the content… infact if you’re adding this in your style.css
footer.geodir-entry-meta { display:none; }
it will work (but it’s not a solution)
for your other issue, could you provide url and login details please?
Hello,
1. You can sort them by A-Z in the widget settings
2. Where exactly? I can click title and thumbnail
3. This is the Google Analytics, you can either disable or configure it from the Geodir Settings
4. You can set the zoom in the GD Home Map widget or set the auto-zoom
I can re-do this for you but…the “old” solution is not advisable.
I’ll call Stiofan and ask for help, I’ve been struggling with the code and can’t make a function ;(
Hi, the same you did the first time, replacing that code in the custom_fields_functions.php file.
I will try to add a function so it will be persistent, the previous solution was rough and not a good idea...woah you got a very minimalistic website..sorry can’t help here, it seems the first row is overlapping the second.. I’ll call for help (Stiofan)
Same here, please provide a link, thanks 🙂
Please provide a link, thanks
this is a cool resource, have a look 🙂
Hello, if you’re using only a country, you can go to the multilocation settings and flag “Enable default country (country drop-down will not appear on add listing and location switcher).”
Hi, I know it isn’t a clean solution, but you could edit the custom_functions.php file in /geodirectory/geodirectory-functions,
find where it sayscase 'post_info': echo $geodir_post_detail_fields;
around row 996, and add this below
echo "<br> Please use the below info to book your room";
-
AuthorPosts