Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Ollie,
Let me know how to recreate problem. I can’t recreate from my side.
Kiran
Hi Jamie,
I was just checking to fid what causing problem with GD recaptcha plugin. Do you want us to check and fix the issue with GD recaptcha? or you want to use this new one captcha plugin?
Let us know.
Thanks for your patience.
Kiran
Hi There,
Check now it redirect to GD checkout page successfully. Clear your browser cache before checking. Not sure what was the problem, but seems define(‘GEODIR_USE_PHP_SESSIONS’, false); fixed the problem.
FYI: Two files geodirectory/geodirectory_template_actions.php & geodir_payment_manager/geodir_payment_functions.php shows modified on 7th March. Did you have any changes in these two files?
Thanks,
KiranHi Moez,
Currently there is not options available to filter API results. I have added task and will implement custom filters, once other important tasks get finished.
Thanks,
KiranMarch 9, 2017 at 7:03 am in reply to: Trying to use categories in new [gd_listing_map] shortcode… #366288Hi Kory,
On your DEV site “Sandbox – Testing” page the map working fine, the problem was categories icons are missing for categories, so map does not showing markers on map.
Check on your DEV site after setting 222,223 categories in shortcode, the markers are back on map now.
So on you production site you first need to update this patch https://wpgeodirectory.com/support/topic/listing-map-not-showing-by-custom-post-type/#post-364043
and then have to set correct icon for categories which ahs missing icons.Thanks,
KiranThis reply has been marked as private.Hi Mohammad,
Looked into your site and nothing found wrong at backend settings.
Please follow solution given here: https://wpgeodirectory.com/support/topic/priblem-with-add-listing/#post-160329
If that solution not works then let us provide FTP details so we can assist you more.
Thanks,
KiranHi,
You can hide calendar icon & date text via css. Add following style snippet in one of your .css file.
#event_scheduleTab .geodir-company_info { overflow: hidden; position: relative; } #event_scheduleTab .geodir-company_info > .geodir-event-dates { display: block; margin-top: -2em; } #event_scheduleTab .geodir-company_info .fa-calendar { display: none; }
Kiran
Hi There,
Option added under GeoDirectory -> Title & Metas to disable Yoast from overwriting GD Titles and Metas. It will be available in next release of GeoDirectory core plugin. I am not sure about next release time.
When the new version released, you will see update notification in your WordPress dashboard updates.
Thanks,
KiranThis reply has been marked as private.This reply has been marked as private.Hi,
Check now patch is updated on your site.
I just need to know if I want to proceed testing with the true amount of a $5 coupon (not $.05), do I need to scrap this invoice and transaction — delete it — and do the whole transaction over once the patch is put into place?
<
So now onward new transactions will have $5 coupon amount.
You just need to delete coupon entry from Stripe -> Coupons (in any there with amount $.05), so next time it will create new coupon.Thanks,
KiranHi Rigots,
> Under the “Related Post Settings” I have set “Relate to” to “Categories”.
The “Sort by” option is set to “Latest”. I wish it has the option to sort by “Category” is there a way to do that?
< No, currently there is no such option to sort by categories for Related Listings.> So, when I click on next at the bottom of the page I would like to go to the next listing but in the category, is there a way to do that?
< Use following code snippet to show next/previous listing within current category only.function gd_previous_next_post_with_same_category( $where, $in_same_term, $excluded_terms, $taxonomy, $post ) { global $wpdb, $plugin_prefix; if ( !empty($post->post_type) && !empty( $post->default_category ) && in_array( $post->post_type, geodir_get_posttypes() ) ) { $conditions = " AND default_category = %d"; $values = array( (int)$post->default_category ); $where .= $wpdb->prepare( $conditions, $values ); } return $where; } add_filter( 'get_previous_post_where', 'gd_previous_next_post_with_same_category', 11, 5 ); add_filter( 'get_next_post_where', 'gd_previous_next_post_with_same_category', 11, 5 );
Thanks,
KiranMarch 8, 2017 at 6:37 am in reply to: Places not displayed in frontend ( no records were found) #366069This reply has been marked as private.Hi Forbes,
The link https://YOURSITE.COM/listing/web-tech-printing/waimea-instant-printing/ giving error “IIS 7.5 Detailed Error – 404.0 – Not Found” even added ip & name to hosts file.
Use this snippet code to display the event schedule as a tab on detail page. https://gist.github.com/kprajapatii/02be2d46a6b1b1740d511f7dedb778d6
Let us know.
Thanks,
Kiran -
AuthorPosts