Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Hui,
We have added field title to label to show for which field the value is searched.
The title in search label can be customized with .gd-adv-search-label-t css class.Please check and let us know.
Regards,
KiranHi Julie,
I checked and found that plugin “Woo Stripe Subscription” breaking the query that retrieves and shows the listings.
Try again disabling Woo Stripe Subscription or ask plugin author to prevent breaking query on other plugins.
Regards,
KiranThis reply has been marked as private.Hello,
Is listing is running with normal package or with recurring package?
Listing with recurring package only expire/downgrade when it receives subscription completion/cancellation notification from payment gateway site. The listing running with recurring package not allowed to expire/downgrade manually.
Let us know.
Regards,
KiranHi Marius,
There are illegal single quotes in PHP snippet you used.
Try PHP snippet again from here https://wpgeodirectory.com/support/topic/invoices-of-0-00-euros-being-sent-for-free-listings/#post-486780
Regards,
KiranHello,
Try following PHP snippet to add body class on location page.
function gd_snippet_location_me_body_class( $classes = array() ) { global $geodirectory; if ( ! empty( $geodirectory ) && ! empty( $geodirectory->location ) && geodir_is_page( 'location' ) ) { $classes[] = 'gd-page-location-' . $geodirectory->location->type; } return $classes; } add_filter( 'body_class', 'gd_snippet_location_me_body_class', 100 );
This will add CSS class like gd-page-location-me or gd-page-location-city or gd-page-location-region or gd-page-location-country to body based on current location type.
Regards,
KiranJanuary 21, 2020 at 2:01 pm in reply to: Error When Clicking Any Location or Organization in Map #526686Hi Greg,
This has been fixed. Here is solution https://wpgeodirectory.com/support/topic/map-bubble-issue-2/#post-523155.
I have applied solution on your site too. It will be included in next release.
Kiran
Hi Alfonso,
I have done some testes with different users on my local site but did not replicate. Can i do test on your site with sandbox account again?
Kiran
Hi Julie,
Can you provide screenshot which listing category box below the map? Are you asking about search form below the map?
Kiran
January 21, 2020 at 10:05 am in reply to: Not Showing on Homepage AND All Images Are Not Uploading #526659Hi Jeff,
Please let us know which issues you facing now.
Kiran
Hi Ann,
I still don’t see the existing Yoast Titles in ‘bulk editor’ – is this anything to do with the same problem?
Please let us know on which page you see missing Yoast Titles in bulk editor.
Kiran
Hi Joseph,
1) Add following PHP snippet in theme functions.php file or via snippet plugin.
/** * Show "Report Content" button on listing detail page. * * Add shortcode [geodir_wprc_report_submission_form] in listing detail template. * * See https://wpgeodirectory.com/docs/useful-plugins/#report */ function geodir_wprc_report_submission_form( $attr, $content = null ) { $html = ''; if ( geodir_is_page( 'detail' ) && function_exists( 'wprc_report_submission_form' ) ) { ob_start(); wprc_report_submission_form(); $html = ob_get_clean(); } return $html; } add_shortcode( 'geodir_wprc_report_submission_form', 'geodir_wprc_report_submission_form' );
2) Add shortcode [geodir_wprc_report_submission_form] in listing details page template.
Regards,
KiranHi Jennifer,
I checked and it looks like something conflicts with the plugin on your site.
I tried to enable error log but suddenly FTP shows following error:
Status: Connection established, waiting for welcome message... Response: 421 Too many connections (8) from this IP Error: Could not connect to server
Did you see any error at server error log with v2.0.0.74?
Please provide us CPanel credentials if you have so we can check there.
Kiran
Hi Hui,
Please check and let us know.
Regards,
KiranJanuary 21, 2020 at 7:00 am in reply to: Warning from WordPress: GeoDirectory Pricing Manager failure #526643Hi Jeroen,
This is already fixed in it will be in next release of Pricing Manager.
Provide us FTP credentials to apply patch on your site.
Kiran
-
AuthorPosts