Plugin Author
BlueGlass
(@blueglassinteractive)
Hi @rahimvaziri
Are you using the latest plugin version? this string is translatable already.
_x('Add file', 'jobs-modal', 'job-postings')
Theres also hook available to change this text from function.php, use hook “job-modal/add_file_text”, and return the string from the function.
Thread Starter
Rahim
(@rahimvaziri)
Hi @blueglassinteractive
Yes. I am using the latest version of the plugin.
Did you check this on your end via Loco Translate?
I cannot find the add file phrase in the pop up.
Thank you.
Thread Starter
Rahim
(@rahimvaziri)
Hi @blueglassinteractive
Thank you for the update.
– The button of the multiple file selection in the modal is not working.
– How can I find the widget of the Apply now? I didn’t find any help about this in the help section in the settings.
Thank you
Rahim
Thread Starter
Rahim
(@rahimvaziri)
I would like to have a page like mydomain.com/job and in that page after a paragraph,
have the apply button.
Like this : http://take.ms/R8aOx
Plugin Author
BlueGlass
(@blueglassinteractive)
Hi @rahimvaziri
I’m not totally following you unfortunetly…
On our test servers and client servers file buttons do select files. Check your theme for errors in console.
Theres also no additional widget in WP widget aria related to the job postings.
Thread Starter
Rahim
(@rahimvaziri)
Hi @blueglassinteractive
Sorry for the confusion. It was a cache issue.
When I create a job position and go inside it’s page, I see an Apply Button which when I press it, the Modal pop up opens and the user can apply for the position.
I just want to know is there any chance to just have the Apply Button via a short code without any need of the job’s page?
Thank you.
Thread Starter
Rahim
(@rahimvaziri)
Hi
I mean I would like to have a page like mydomain.com/jobs
and in this page after a text paragraph like introducing the convenience of the work environment, have the inline apply button widget.
Right now for having the inline apply button widget I have to create a job position and in it’s page I will it.
However in the case that I am looking for after deleting all widgets, the inline apply button cannot have the full width because of the sidebar content which is empty but is taking the space.
I think it’s not bad idea to make the inline apply widgets available via the shortcodes to use them all around the site.
Thank you.
Thread Starter
Rahim
(@rahimvaziri)
Hi,
I recommend to develop a maximum allowed size for uploading file in the field type.
Right now there is no limitation for uploading size.
Thank you.