Kiran
Forum Replies Created
-
AuthorPosts
-
November 13, 2017 at 7:36 am in reply to: CPT list and search page without physical location #405038
Thanks for letting us know 🙂
November 13, 2017 at 6:19 am in reply to: cannot access admin. It always redirect to homepage #405031Hi Garrick,
Check now, someone has modified the file /wp-admin/admin.php. I have replaced that file with recent one and now the problem is disappeared.
Thanks,
KiranHi Desmond,
The PayFast Payment Gateway (https://wpinvoicing.com/downloads/payfast-payment-gateway/) for Invoicing plugin is supports recurring payments.
Let us know if you face any problem, we will assist you more.
Thanks,
KiranHi Neil,
Let us provide FTP details, so we can look into there.
Thanks,
KiranNovember 10, 2017 at 2:07 pm in reply to: CPT list and search page without physical location #404876Hello,
I have fixed location less CPT and search page problem. Please check after clearing browser cache.
Thanks,
KiranAdd following line to link place to event.
$gd_post['geodir_link_business'] = 1;Kiran
Hi Piyush,
I have some changes in wp-config.php and theme functions.php files. Now i have reverted my changes. Please check now.
It seems problem due to varnish cache. During accessing your site i see this error few times
Error 503 Backend fetch failed Backend fetch failed Guru Meditation: XID: 1212463 Varnish cache serverPlease try after disabling varnish cache and enabling caching system via WP Super Cache or GD Booster.
p.s. Varnish and Sessions/cookie based system cannot work together.
FYI: you can follow this to use better cache system on your site https://wpgeodirectory.com/support/topic/gd-caching-feedback-wanted/
Let us know.
Thanks,
KiranHi Piyush,
Thanks for providing FTP details.To fix the file system problem i have added following line to wp-config.php file
define( 'FS_METHOD', 'direct' );1> listing preview page not working
There is a conflict between Uploader Theme with preview page.
To fix the conflict i have added following snippet code in your theme functions.php// Fix listing preview for Uploader Theme. function _gd_custom_fix_uploader_theme_listing_preview( $allcaps, $caps, $args, $wp_user ) { if ( !empty( $_POST['preview'] ) && !empty( $_POST['listing_type'] ) && !empty( $_POST['add_listing_page_id'] ) ) { $allcaps['edit_posts'] = false; } return $allcaps; } add_filter( 'user_has_cap', '_gd_custom_fix_uploader_theme_listing_preview', 10, 4 );2> FB login not working properly
FB login is implemented via Uploader Theme, so you have to contact theme developer for support.
3> Should be working with yoast and super cache plugin.
Our plugin works fine with Yoast SEO & Super Cache. You can run only one caching system at one time either GD Booster or WP Super Cache.
4> Make sure all the Addons should work.
If you face any problem related to GeoDirectory addons, we will help you to resolve it.
5> payment should be working.
Currently you have disabled invoicing plugin, enable it and check payments. We will help you if you face any problem.
Your site is running with old version of WordPress and some plugins like SEO etc. Please update them first.
Thanks,
KiranHello,
May be in settings you have set default new status to pending/draft.
In your code after the line $post_id = geodir_save_listing( $gd_post, null, true ); add following lines to publish the event.
if ( !empty( $post_id ) && !is_wp_error( $post_id ) ) { geodir_set_post_status( $post_id, 'publish' ); }Kiran
This reply has been marked as private.This reply has been marked as private.Hi Kristjan,
I have updated patch on your site.
Check after clearing your browser cache.
Thanks,
Kiranhi Chris,
I have provided you a complete snippet. You just have to set your own data instead of sample data that passed for the fields.
It is working fine with external image url, if external image is valid.You just have to write code to set your data between line no. 8 to 41. You should have to hire a developer for more help.
Thanks,
KiranHi Kristjan,
The problem has been fixed and will be available in next release of “Ajax Duplicate Alert” plugin.
If you want to fix on your site tight now, then provide FTP details. I will update patch on your site.Thanks,
KiranHi Neshla,
Please check now “incorrect CAPTCHA” problem has been fixed.
You have saved incorrect value for “Secret key” in GeoDirectory > Re-CAPTCHA Settings. There was text ” Step 1: Client side integration” appended and saved in Secret key value.
Kiran
-
AuthorPosts