Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hello Marc,
One of the plugin “WP Ultimate Recipe Premium” causing conflicts and breaking the GeoDirectory search functionality.
I have added following snippet at WordPress Admin > Snippets > Fix search conflict by WP Ultimate Recipe Premium.
/** * Fix search conflict by WP Ultimate Recipe Premium. */ function gd_snippet_fix_wpurp_search( $post_type, $query ) { if ( geodir_is_page( 'search' ) && $query->is_main_query() ) { $post_type = $query->get( 'post_type' ); } return $post_type; } add_filter( 'wpurp_query_posts', 'gd_snippet_fix_wpurp_search', 10, 2 );Please check and let us know.
Regards,
KiranHello Ria,
This has been fixed and patch applied on your site too.
Please check after clearing your browser cache.
Thanks,
KiranThis reply has been marked as private.Hello,
When I click into a place the image shown in the slideshow has a code showing at the bottom. How do I remove this?
This is a photo title set during image upload. To hide title from slider Go to Pages > GD Details ( GD Details template ) > Set show_title=0 in gd_post_images shortcode.
You can also change this title from listing edit page.
See for more help: https://wpgeodirectory.com/docs-v2/geodirectory/design-elements/#gd_post_images—
is the design of the places page done in GD Detail using the shortcodes?
Places page is designed via shortcode in Pages > GD Archive template.
See for more info about GD template system: https://wpgeodirectory.com/docs-v2/geodirectory/page-design/#template-pages
—There are also 3 references to Franchises on the page. Could you please let me know how to resolve this as well?
This can be managed from CPT (Places or Events) > Settings > Tabs. I have fixed this by deleting duplicate tabs.
See foe more: https://wpgeodirectory.com/docs-v2/places/tabs/Let us know.
Thanks,
KiranHello Tom,
Do you have customization to display address(ex: Atlanta, Georgia) on listings?
If so then wrap address with
<span itemscope="" itemtype="https://schema.org/PostalAddress">For example it should look like:
<span itemscope="" itemtype="https://schema.org/PostalAddress"> <span itemprop="streetAddress">1330 Sims Rd</span> <span itemprop="addressLocality"><h3>Atlanta, <span itemprop="addressRegion">Georgia</span></h3></span> </span>If you not able to do that then provide admin & FTP credentials. I will check and update from my side.
Thanks,
KiranMarch 4, 2019 at 10:31 am in reply to: Listings / Places not showing up on front end & search not working #472300This reply has been marked as private.This reply has been marked as private.March 2, 2019 at 2:08 pm in reply to: Event info not saving/updating & event setting items missing #472054This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Lise,
In next GeoDirectory release, there are some changes related to image upload & catching system. I am not sure but may be it will fix issue on your site too.
Please provide correct FTP credentials then i will check on your site by applying the patch. If that not fixes the issue then we will find the solution for redis caching issue.
Kiran
Hello,
I checked via FTP and there is no error found there.
Please provide admin credentials to check more.
Kiran
Hello Lise,
We have updated showing claim listing button in detail page tab. Now it will hide the tab if listing is already claimed.
Please provide correct FTP credentials, so we can apply patch on your site. Because FTP credentials your provided are not working(all are in capital letters?).
Kiran
This reply has been marked as private. -
AuthorPosts