Simone
Forum Replies Created
-
AuthorPosts
-
Hello Sara, you can achieve this with the help of another plugin. Install Widget logic (here https://wordpress.org/plugins/widget-logic/ ) and then on the widget you want to show only on events, add the following code in the “logic” area, inside the widget options:
geodir_get_current_posttype()=='gd_event'
Hello, what more criteria you would like to add?
Actually you can sort it by highest/lowest ratingIf you instead want to add more rating fields, you need the Multirating and reviews addon , more info here https://wpgeodirectory.com/addons/multiratings-and-reviews/
Hello Diane, you can use the shortcode available here http://docs.wpgeodirectory.com/core-shortcodes/ , in the specific you can use [gd_popular_post_view] to show the listings, in that page you will find the available options
Hello, add the following to your style.css and you’ll have the tags below the categories.
.geodir-tags { float:left !important; clear:both; }
Question: have you edited this previously? because tags and categories are already below the main content by default.
For the title issue, add the following to your style.css
h1.entry-title.fn { margin-bottom:5px; }
you can increase the 5 to whatever suits you
Hello, I’m sorry, this is not possible at the moment, you should add the listing for each address separately.
Hi there,
for the terms of service and the box under it, i don’t know if you previously set that “review your membership profile”, you can however check and edit it under Geodirectory/Design and then head into the Listings tab, you will find the option at the bottom.for your second question, if you don’t need the business owner thing, and so the claim system, you can activate the GeoDirectory Claim Manager plugin.
For others fields, you can simply hide them using CSS or, if you don’t need the location-based at all, in the latest GD versions is inched the option to add a post type without having a real location(you’ll find the option in Geodirectory/General (see attach)
Hello, tried to run the GD Tools? please provide url and login details in a private reply
Hello, you need to assign the listings to at least a category
there you go
geodir_get_post_meta($ID,'geodir_website',true);
Hello, currently GD Booster doesn’t handle CDN. If you rely on CDN you can disable it for now and use some other plugin such as WP Super Cache
Hello, this is the normal behaviour for the listings map, it will show the listings in the current page.
You can add the GD HOME MAP widget in the listing page but you will have all the pins (and all the postypes and all the categories)Hi Josh, did you run the GD tools after the upgrade? could you post your login details so we can have a look please?
Looking at your url, it shows tokyo-1 , could you check in your multi locations settings if there are more than one “tokyo” location? thanks
edit- didn’t see the Stiofan’s reply above 🙂
Hello Giuseppe, if you’ve updated GD, you will find a new import/export settings where you can export places/events
Hello, the best way to start is having a read at the documentation for the theme compatibility,
http://docs.wpgeodirectory.com/how-to-build-your-own-theme-compatibility-plugin/and here, it still under construction but it gets you an idea on filter hooks etc..
http://docs.wpgeodirectory.com/codex_project/geodirectory/
If you need something in the specific, you can ask and we’ll do our best to help you out
Something is going on on your host, it is extremely slow and the drag & drop isn’t working in the widget area, and I can see the error attached as image. That file is necessary to make everything work in the backend as most of the things are handled with ajax, “saving” included.
-
AuthorPosts