Kiran

Forum Replies Created

Viewing 15 posts - 5,116 through 5,130 (of 6,022 total)
  • Author
    Posts
  • in reply to: Custom Post fields not working #382800

    Kiran
    Moderator
    Post count: 7069

    Thank you for letting us know 🙂

    in reply to: Custom Post fields not working #382795

    Kiran
    Moderator
    Post count: 7069

    Hi,

    Please check now, it seems problem has been fixed. I have added gd_sport CPT and added one listing to it as well. Not sure what was the problem.
    Try to create new CPT to check if it working or not.

    Let us know.

    Kiran

    in reply to: Custom Post fields not working #382784

    Kiran
    Moderator
    Post count: 7069

    Hi Jennie,

    Which details are this for? For FTP or Database or CPanel? Please also post url to login.

    Kiran

    in reply to: Custom Post fields not working #382778

    Kiran
    Moderator
    Post count: 7069

    Thanks for quick response.
    I successfully access your WordPress site backend by modifying my hosts file. I tested with creating a new CPT and seems it not creating table in database.
    Let us provide FTP details and phpMyAdmin details to access database. We have to look into database structure.

    Thanks,
    Kiran

    in reply to: Translating Country Slug #382777

    Kiran
    Moderator
    Post count: 7069

    Hi,

    I mentioned steps in my one of previous replies, that has done to fix this on staging site. But not sure why it not fixing the problem on live site if you have done same steps. 🙂
    Please provide admin details of live, we have to look there to assist you more.

    Kiran

    in reply to: Custom Post fields not working #382775

    Kiran
    Moderator
    Post count: 7069

    Hi Jennie,

    It seems site url given is not WordPress site. We need details of your WordPress site that you facing problem.
    If you have not live then please create a test/staging site and provide details to us. We need admin credentials and phpmyadmin/cpanel credentials of the site. Without checking on site we can’t able to assist you.

    FYI: please follow this if you have same problem https://wpgeodirectory.com/support/topic/problem-of-column-change-failed-you-may-have-too-many-columns/

    Thanks,
    Kiran

    in reply to: Stripe Test Mode Won't Shut Off #382431

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Stripe Test Mode Won't Shut Off #382429

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.

    Kiran
    Moderator
    Post count: 7069

    Hi David,

    I have tested by creating a test listing with photos and now photos uploading works fine there.

    Kiran

    in reply to: Can't translate Event plugin #382302

    Kiran
    Moderator
    Post count: 7069

    Hi Vincent,

    It seems you have added .mo file in wrong place. Make sure your translated file is in correct path as mentioned here: https://wpgeodirectory.com/docs/translating-addons/

    It should be under /wp-content/languages/plugins/geodirevents-fr_FR.mo

    If this still not work then let us provide FTP details to look into more.

    Thanks,
    Kiran


    Kiran
    Moderator
    Post count: 7069

    Hi Marc,

    I tried to allow_url_fopen = On via PHP code, phi.ini & .htaccess, but no success. So now you have to contact your hosting to allow_url_fopen = On.

    Contact your hosting with following error details.
    PHP Warning: getimagesize(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in
    PHP Warning: getimagesize(http://www.mysite.com/wp-content/uploads/2017/06/temp_2/sample-picture-2.jpg): failed to open stream: no suitable wrapper could be found in

    Let us know.

    Thanks,
    Kiran

    in reply to: Edit Listing version 1.6.20 #382276

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know 🙂

    in reply to: Showing last update date in the listing details #382249

    Kiran
    Moderator
    Post count: 7069

    Hi Clem,

    Add following code snippet to your theme functions.php to display last modified on sidebar of the listing detail page.

    
    
    // Show last updated on listing detail page
    function gd_custom_modified_date_on_listing_detail() {
        global $post;
        
        if ( !empty( $post->post_modified ) && $post->post_modified != '0000-00-00 00:00:00' ) {
            $date = date_i18n( get_option('date_format'), strtotime( $post->post_modified ) );
            $time = date_i18n( get_option('time_format'), strtotime( $post->post_modified ) );
            
            $date_time = $date . ' @ ' . $time;
            
            echo '<div class="geodir_more_info geodir-last-updated" style="clear:both;"><span class="geodir-i-time"><i class="fa fa-clock-o"></i>' . __( 'Last Updated:', 'geodirectory' ) . ' </span>' . $date_time . '</div>';
        }
    }
    add_action( 'geodir_after_edit_post_link', 'gd_custom_modified_date_on_listing_detail', 20 );

    Kiran

    in reply to: Stripe Test Mode Won't Shut Off #382241

    Kiran
    Moderator
    Post count: 7069

    Hi,

    To test it is working or not:
    – Enable Stripe test mode.
    – Create one test package with 3 days limit and with 3 days free trial period.
    – Create one listing with this package and complete payment process.

    After successfull payment it will enable 3 days trial period and once trial period ends it will extends the expiry to 3 days for next period.

    Kiran

    in reply to: API Reviews Endpoint Issue #382240

    Kiran
    Moderator
    Post count: 7069

    Before displaying review, with the use of overall_rating value you can decide whether to display or not. Means if overall_rating is not null then it is review so display it and if overall_rating is null then it is response, so don’t display it.

    To get reviews list this is the only endpoint so we need here both reviews & reply to be retrieved.

    Kiran

Viewing 15 posts - 5,116 through 5,130 (of 6,022 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount