Simone
Forum Replies Created
-
AuthorPosts
-
I was about to tell the same as Guust said about the “Events” category, and yes, I’ve been struggling with the language 😀
This reply has been marked as private.This reply has been marked as private.sorry, this should be it:
#menu-item-1593 a:hover{ color:#ffffff; }
Hello, this should do the trick
#access a:hover { color:#ffffff; }
if you also want the border to be white add
border-color:#ffffff;
after the color value
Hello, the “My Favorite” listing is in the GD > Loginbox widget…
Check if the Favorite link is enabled in the Geodirectory Settings, Design / Navigation tabThis reply has been marked as private.The provided sample csv is for the place details (so the data will end in the wp_geodir_place_details table, in the database). You should be doing it via database, (directly via MYSQL) because you need to edit the wp_geodir_post_review table.
Hmm, technically it’s possible, but it isn’t easy.
Reviews have different fields in the database, the most important are:
post_id: this is the ID (numeric) of the Listing, so you should know in advance what’s the ID of the listing you already have on your websiteuser_id: the id of the author (1 is admin)
post_date, post_city, post_region, post_country (self explanatory)
comment_content (the text of there review)
Hello, this is not right. When opening the doc, it will asks you for fields delimiter, and you will see a preview of the output, each title should be in a cell/column
Hello,
your map was set to 1600 pixels so it had a fixed width, I’ve set it to 100% (it will be full width and dynamic).
Your menu wasn’t assigned to GD (from /Design/Navigation tab), hence the location switcher wasn’t there.
Your default city (in MultiLocation) was wrong, it was set to null, (” ). I’ve set to Little Rocks, AR (feel free to change it, of course).
– Map isn’t showing any pin because of Ubermenu, which is calling the Google Maps API twice and it broke the map behavior.
1- you cannot see all the CPT in one single map…
you can set the default cpt in the gd settings, design and then in the map tab.
2- to hide the bar with the cpts add this in your style.css inside your child theme folder
div#geodir_map_v3_home_map_2_posttype_menu.map-places-listing { display:none; }
1- The Listing is not set as featured. That’s why you don’t see it in the featured listings. (see attach.)
2- The listing is only in the Residential category (see attach.)
Well, with the claim listing addon you will have a neat option…and it’s the perfect companion of the paid package.
Otherwise you should create an user, add the listing, and give user/psw to the new user 🙂edit: me and Guust wrote at the same time, but I was way too slow 😛
1- I can see the featured listing in the widget.
2- you can add listing in more than one category and have it listed in its corresponding category. -
AuthorPosts