stepoutbuffalo
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
I tried Libreoffice. Still got this message –
71 / 87 item(s) could not be added due to blank/invalid address(city, region, country, latitude, longitude).
File attachedHi guys,
sorry for duplicate the question.
Could you help to find the way how to change the shortcode function (geodir_sc_listing_map) to remove certain markers from the map?
Hi there,
could you help to find the way how to change the shortcode function (geodir_sc_listing_map) to remove certain markers from the map?
This reply has been marked as private.You gave the link to the shortcode, there is a Category parameter that says “Specify the category you want to output”. But we need to exclude the category.
We have more than 50 categories, if we will add them all in a shortcode, then this is not a convenient way.
Is it possible to exclude a particular category using a shortcode gd_listing_map?
Hi,
I need to change the fields order inside the section geodir-details-sidebar-listing-info
The parameters for this section are set up by these settings – https://prnt.sc/j9g15t
But when I change the fields order in Event settings in the admin panel the changes affect the order of the fields on the page “Add listing” – https://stepoutbuffalo.com/add-events/?listing_type=gd_event.
Question: how can I change the fields order in the sidebar without changing the form of adding an event?It’s great news 🙂
Could someone clarify when the second version will be available for use?Hi,
we set the limit for tags as 60 characters in event price package but there is still the same issue: when deleting the tag on the “event tags” page in admin, the relationship between tag and event are saved in DB and we still can see this tag on the frontend.we hiden the map using this
function geodir_detail_page_tab_is_display_filter($value,$type){
if($type==’post_map’){return false;}
else{return $value;}
}We output the map using the shortcode [gd_listing_map width=100% height=300 scrollwheel=false category=”16924″ post_type=gd_event]
This reply has been marked as private.hi guys,
we had faced with one strange issue.
When adding the events from frontend we fill out the “tags” field. After publication of the event, we can see, that tags had been adding to the tags list but in “View tag” mode no events that recorded to this tag.
And one more strange thing – when deleting the tag on the event tags page in admin the relationship between tag and event are saved and we still can see this tag on the frontend.
Please, see the video – https://www.dropbox.com/s/1r9d62r551pghqg/Tags%20deleting%20issue%20.mov?dl=0We are using shortcode [gd_listing_map width=100% height=300 scrollwheel=false category=”16924″ post_type=gd_event]
On the post page http://dev.stepoutbuffalo.com/liten-buffel-is-putting-wny-on-the-map-for-natural-winemaking-good-vibes/ the shortcode works correctly – the events that included in this category output on the map.The same shortcode we are using on detailed event page http://dev.stepoutbuffalo.com/events/compeer-superhero-race-wellness-walk/#post_profile and there is only current event marker output on the map.
What’s the reason of this, what do you think? It seems like gd_listing_map shortcode works not correctly on the detailed event page exactly.
We had used your code that output the gd_listing_map shortcode as a basis.we need to output the neighborhood events.
we make the request to the DB and receive the events list with Address Latitude/Longitude parameters within 40 miles.
So, we need to output these lat/long on the map on the detailed event page – https://stepoutbuffalo.com/events/roycroft-campus-garden-tour/Hi there!
Could you help us with one more question:
how to add the marker to the map on event detail page? Or maybe there is a way to output the map with markers using geodir_draw_map?
Thanks!
-
AuthorPosts