Kiran
Forum Replies Created
-
AuthorPosts
-
Hello,
That bar with photo title is coming via default setting. You can hide it by setting photo_title=0.
To know more about this, please check first point replied at here: https://wpgeodirectory.com/support/topic/upgrade-to-v2/page/2/#post-472315
Regards,
KiranHello Tom,
Please provide us FTP credentials to check more.
Kiran
Hello Kristjan,
We have made some changes in our plugin to prevent SSL certificate related issues during attachment upload within GeoDirectory plugin.
Please check and let us know.
Best Regards,
KiranThis reply has been marked as private.Hi Brian,
Issue has been fixed.
You have set GD location page as a site front page in settings at WP Admin > Settings > Reading > Your homepage displays > Homepage.
I have changed it to other page and now issue is fixed.
Regards,
KiranMarch 22, 2019 at 7:26 am in reply to: Event info not saving/updating & event setting items missing #475859This reply has been marked as private.Hello Jorge,
In Events v2 we have allowed to set sorting with event dates. Using etype=past&sort_by=event_dates_desc shows most recent past events on top and longest past events at last.
You can add sorting from Events > Settings > Sorting > Event Dates > Descending.
Let us know.
Kiran
Hello James,
Use following snippet to filter listing data before saving.
function gd_snippet_filter_post_request_info( $request_info ) { //$request_info['FIELD_NAME'] = "FIELD_VALUE"; return $request_info; } add_filter( 'geodir_action_get_request_info', 'gd_snippet_filter_post_request_info', 10, 1 );Kiran
March 20, 2019 at 9:38 am in reply to: Problem with tags with the same name in different languages #475507This reply has been marked as private.Hello Greg,
Did you managed to insert a snippet?
If not then provide us FTP credentials in a private reply, i will do it for you.
Or you can execute snippet via snippet plugin. Check here https://wpgeodirectory.com/docs/useful-plugins/#snippetsThanks,
KiranThis reply has been marked as private.Hello goakes,
This happening because of size of the map. In sidebar it has small size of area to render the map. It not happens with map on main content area, because it has enough to render map.
Let us know.
Regards,
KiranHello Tom,
You have not answered question in my previous reply.
Do you have customization to display address(ex: Atlanta, Georgia) on listings?
On page is clearly shows the address is not wrap by tag with PostalAddress schema.
Did you tried solution provided here:
https://wpgeodirectory.com/support/topic/schema-errors/#post-472305If this not fix issue the provide us temporary admin & FTP credentials in a private reply to check more.
Best Regards,
KiranHello Kristjan,
We have checked and found that SSLv3 requirement not coming from our GeoDirectory plugin. We are using WordPress default functions to manage the listing attachments.
Please check this for more help: https://unix.stackexchange.com/questions/192944/how-to-fix-curl-sslv3-alert-handshake-failure
Let us know.
Regards,
KiranHello,
I also just noticed that the title Logo: is appearing above the logo image. I’m guessing that’s a setting or checkbox?
I have added custom css in Appearance > Customize > Additional CSS to hide “Logo:” label from frontend.
—
Looked at all the detail pages of all the listings. Seems the review tab is missing on all but one
For that listing “Allow Comments” option was enabled, i have disabled it from backedn listing edit page. Now reviews tabs also hidden from that listing.
In v2 there is another way to hide reviews tab from detail page tabs. You can remove tab from CPT > Settings > Tabs > Reviews > Delete.Let us know.
Best Regards,
Kiran -
AuthorPosts