• Resolved rukfas

    (@rukfas)


    Hi,

    We create job and share them on facebook.
    Users are reporting that it cannot be added resume on “upload file”.

    We also tested and can’t add anything.
    When press upload file, nothing happen.

    This problem is only on facebook, when user open link to job from facebook browser.

    Work fine when open from other browsers (chrome, etc)

    Can you help me?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Anantajit JG

    (@anantajitjg)

    Hi

    Sorry for the delay in response.

    This issue is due to a bug with Facebook in-app browser with file fields. In the next version of WP Job Openings, we will add a possible fix to this issue with these browsers. If this is urgent, you can use the below JS code in your theme settings. Please add it and let us know if it fixed this issue.

    jQuery(function($) {
    	if ($('.awsm-application-form .awsm-form-file-control').length  > 0) {
    		var userAgent = navigator.userAgent;
    		var isFBAppBrowser = (userAgent.indexOf('FBAN') > -1) || (userAgent.indexOf('FBAV') > -1) || (userAgent.indexOf('Instagram') > -1);
    		if (isFBAppBrowser) {
    			$('.awsm-application-form .awsm-form-file-control').removeAttr('accept');
    		}
    	}
    });

    External Resources
    https://xtemos.com/docs/woodmart/theme-settings-panel/#custom_js

    Plugin Author Anantajit JG

    (@anantajitjg)

    Hi

    We have released WP Job Openings version 3.2.0, which fixes this issue. So we are marking this as resolved. If you still face any issues, please feel to change the status.

    Regards
    Anantajit JG

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Upload files not working via Facebook browser’ is closed to new replies.