Kiran
Forum Replies Created
-
AuthorPosts
-
Hi,
You can execute this code either putting in child theme functions.php or via any snippet plugin.
For more info about using code snippet, please check “Code Snippets” section at https://wpgeodirectory.com/docs/useful-plugins/Kiran
Hi Patrick,
I was just looking this problem. In recent Kleo theme they have done some updates that causing redirect problem on admin-ajax.php pages.
Please for more info here https://wpgeodirectory.com/support/topic/blank-page-2/#post-407324
Thanks,
KiranDecember 1, 2017 at 6:33 am in reply to: Cannot add coupon codes to use with standard and featured listings #407688Hi There,
After doing some debugging found that WP Mail SMTP plugin causing “Request Timeout”.
Mainly when the option WP Mail SMTP > Mailer > “Send all WordPress emails via SMTP.” selected this happens. I tested choosing Mailer > “Use the PHP mail() function to send emails.” and it worked fine. But when switched to “Send all WordPress emails via SMTP.” the timeout problem came again.
Even it can’t send test email with “Send all WordPress emails via SMTP” option.Please check your SMTP setting or ask support from plugin author.
Thanks,
KiranHi Michele,
We have recently fixed CSS conflicts for some themes, let us provide FTP credentials so we can check on your site by applying patch.
See https://wpinvoicing.com/support/topic/invoicing-plugin-conflicts-with-boss-theme/#post-928
Thanks,
KiranHi Graham,
Sorry but FTP details still not working, it says “530 Login authentication failed”.
I found that you are using too old version of GeoDirectory & GeoDirectory plugins. It seems you have not updated these plugins are not updated since long time.
Your site is running with GeoDirectory v1.6.4 instead of current v1.6.25, GeoDirectory Custom Post Types v1.2.9 instead of current v1.3.6, GeoDirectory Location Manager v1.4.3 instead of current v1.5.62, GeoDirectory Payment Manager v1.4.4 instead of current v2.0.33.
Please follow this for more: https://wpgeodirectory.com/support/topic/missing-update-notifications/#post-129196
Please update these plugins and check if it solving the problem or not. If you still have a problem after updates, then let us provide working FTP details, we will assist you more.
Thanks,
KiranHi,
Use following one for map bubble.
// Filter geodir_food_locality_rank field content. function _gd_custom_customize_food_locality_rank( $html, $location, $cf, $p = 0 ) { if ( ! empty( $html ) && ! empty( $cf['htmlvar_name'] ) && $cf['htmlvar_name'] == 'geodir_food_locality_rank' ) { if ( $location == 'mapbubble' ) { // one of detail, moreinfo, listing, owntab, mapbubble $html = str_replace( ' OR ', ' <strong>OR</strong> ', $html ); } } return $html; } add_filter( 'geodir_custom_field_output_select', '_gd_custom_customize_food_locality_rank', 100, 3 );Kiran
November 29, 2017 at 1:12 pm in reply to: Cannot add coupon codes to use with standard and featured listings #407391Hi There,
Even sometime in backend it shows “Request Timeout” error.
Let us provide FTP credentials so we have to look in to more.Thanks,
KiranThis reply has been marked as private.Hi Roman,
If you don’t have any paid package then you do not have to use WP Invoicing plugin.
FYI WP Invoicing is free plugin.
Let us know if you find any problem, we will assist you.
Thanks,
KiranThis reply has been marked as private.Thanks for letting us know 🙂
Hi Matthew,
After doing some debugging found that Kleo theme causing problem. In Kleo theme it has filter used for wp_redirect that breaks the wp_redirect() redirects across the site.
It has code in file kleo\lib\importer\import.php from line no 99-103 (see following code)
if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) { add_filter( 'wp_redirect', function () { return false; } ); }After commenting these line the blank screen problem was disappeared.
Please ask the Kleo Team for the support.
Thanks,
KiranHi Lise,
Please check after clearing your browser cache.
Let us know.
Thanks,
KiranThanks for letting us know:)
Hi Stef,
We have updated that shows event schedules on detail page featured area.
You can find patch on GitHub here: https://github.com/GeoDirectory/supreme-directory/pull/37/commits/cc8afaaa4d8654cfc105f4755550f71a0ce72cdbThanks,
Kiran -
AuthorPosts