Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Muhammad Ali Akbar

    (@alireyad)

    Hi,
    Sorry for this inconvenience. We will consider about it.

    If you need urgent, you can add following code in your child theme functions.php file –

    add_filter( 'rtcl_misc_media_settings_options', function ( $options ) {
    $options['image_allowed_type']['options']['heic'] = esc_html__( 'HEIC', 'classified-listing' );

    return $options;
    } );

    Thank you

    Plugin Support Muhammad Ali Akbar

    (@alireyad)

    Hi,
    Did you check it? Is it work for you?

    Thread Starter kkforum

    (@kkforum)

    Hi @alireyad

    Sorry for the delayed reply. This does not seem to work for me but it could be that we have not updated everything since a long time.

    Please do consider adding this in the main plugin.

    We will get back once we update everything and we still face any issues

    We will close this now.
    Thanks

    Plugin Support Muhammad Ali Akbar

    (@alireyad)

    Hi,
    Please, update to latest version then check mentioned code. Hope, it will work for you.

    Since, you are not updating plugin for long time, better way before update plugins take a backup or you can check in staging site first.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘HEIC support’ is closed to new replies.