Kiran
Forum Replies Created
-
AuthorPosts
-
Hello Birgit,
Map widget shows all markers on map for one of following conditions:
– If current page post type archive page
– If current page category archive page
– If current page is search page and category searched(spost_category)Let us know.
Kiran
This reply has been marked as private.Hello Greg,
Please check now.
I have added following snippet in addition to previous snippet.
function gd_snippet_widget_listings_fields( $fields, $table, $post_type ) { global $gd_query_args_widgets; if ( ! empty( $gd_query_args_widgets ) && ! empty( $gd_query_args_widgets['single_event'] ) && ! empty( $gd_query_args_widgets['sort_by'] ) && $gd_query_args_widgets['sort_by'] == 'event_dates_asc' && GeoDir_Post_types::supports( $post_type, 'events' ) ) { $fields = str_replace( ", " . GEODIR_EVENT_SCHEDULES_TABLE . ".*", "", $fields ); } return $fields; } add_filter( 'geodir_filter_widget_listings_fields', 'gd_snippet_widget_listings_fields', 10, 3 );Kiran
Hello Fabian,
WPML has default feature for search pages that translated search page points to the home page instead of search page in other language.
We have one customer has already opened ticket at WPML forum for this issue. We are waiting for the answer from the WPML support team.
Let you know once we get answer from WPML support team.
Regards,
KiranApril 1, 2019 at 2:00 pm in reply to: Error when forcing GeoDirectory data update from v1 to v2. #477333Hello Evan,
In seems Ninja Forms recent version has something updated that affected GeoDirectory & Ninja Forms integration.
Here is similar issue: https://wordpress.org/support/topic/nf_abstracts_mergetags-problem/
Please wait for the answer from Ninja Forms team there.
For temporary i have modification from our side to prevent error. Here is patch: https://github.com/AyeCode/geodirectory/commit/24f4947c27c06dcbde3d0d2e4f337b1b797d08a5
Please check and let us know.
Regards,
KiranApril 1, 2019 at 1:42 pm in reply to: Limit all recurring events to display only a single event #477331Hello Barbara,
Currently it is not allowed to show single recurring events on main events archive page. It is allowed only via [gd_listings] shortcode.
If you want to show single events then you can achieve by setup page with shortcode [gd_listings].
Kiran
Hi Greg,
I checked and datepickers are working fine for logged-in & logged-out users. Let us know if you still see the issue.
—
I’ve had trouble before getting my nav to not disappear behind maps.
Specifically unable to fix that on my “set location” page which has some maps placed by shortcode. Can dev look at that too since it’s the same issue of layering?Try following css
.page.gd-google-maps .fl-row-content .fl-col-group .geodir_map_container { z-index: 4; }Regards,
KiranHello Josh,
We are currently working on GeoDirectory v2. GeoDirectory v2 has some new advanced features implemented. It will be available in couple of days.
The issue you mentioned will be fixed in GeoDirectory v2, because we have updated showing the listing preview.
Regards,
KiranYou have installed Yoast SEO plugin for titles & meta, so it overwrites GeoDirectory titles & meta.
I have disabled overwrite by Yoast SEO titles & metas from Admin > GeoDirectory > Settings > General > Titles & Meta > “Disable overwrite by Yoast SEO titles & metas on GD pages?” > Tick.Now it shows correct titles on GeoDirectory pages.
Kiran
March 29, 2019 at 2:05 pm in reply to: Title in GD archive pages not correct with Avada theme #477127Hello Marc,
This has been fixed and it will be in next release.
Please try this patch https://github.com/AyeCode/geodirectory/pull/685/commits/c326ef44691c365e5b1864e86783cd5234d939fc
Or provide FTP credentials to update patch from our side.
Kiran
Package id it treated as a string type instead of integer type. Now it forced as a integer type to retrieve package fields.
Kiran
This reply has been marked as private.This reply has been marked as private.Hello Robert,
Payment options are removed from Payment Manager(Pricing Manager) since v2.x (May-June 2017 https://wpgeodirectory.com/support/topic/gd-payments-manager-v2-release/). We have introduced new Invoicing plugin to manage invoice system. Invoicing plugin is required to manage invoices & payments.
You can manage payment gateways from Invoicing > Settings > Payment Gateways.Kiran
March 29, 2019 at 11:35 am in reply to: Listing images don't show as thumbnail on search page #477098This reply has been marked as private. -
AuthorPosts