• Resolved curfella

    (@curfella)


    Hello,

    I am trying to find a simple solution to this “front end” issue. I have a submission form (similar to your screenshot – Submit Job form – description field) that signed in user can use to send the site information. The form has an area for text entry but the interface does not have a button that the user can press to add a photo(s) or image(s) into the text. The current Icons are: Bold; Italic; Bulleted List; Numbered Lists; Insert/Edit link; Remove Link; Undo and Redo.
    Is there a way to add a button for the user to add pictures / images into the text?

    Any help appreciated.

    Thank you in advance for your help.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello,
    I do not have the answer but it interests me. sorry for this comment useless but it allows me to be alert if there is an answer.

    The plug-in TinyMCE Advanced might be able to add that option?

    Thread Starter curfella

    (@curfella)

    Hello,

    Thank you nghtmre.

    hastibe …. awesome suggestion. Added the plugin. Now I see two tool bars. The original one and on top of the the one for TinyMCE Advanced. The TinyMCE tool bar is not displayed as Icons but as word and pull down menu. Look like this:

    Top Bar (Pull Down Menu): File; Edit; Insert; View; Format: Table; Tools
    Bottom Bar (Icons): Bold; Italic; Bulleted List; Numbered Lists; Insert/Edit link; Remove Link; Undo; Redo.

    It works but would like to simplify and only display the insert/edit image icon. I don’t mind the extra bar but all the pull downs can and will confuse the front end users.

    Any suggestions?

    Thread Starter curfella

    (@curfella)

    Hello All,

    Have not found a solution yet. Continuing this request at a new forum posting under Customize the TinyMCE Tool Bar .

    Any input or suggestions appreciated.

    Thank you.

    Thread Starter curfella

    (@curfella)

    Hello All,

    Worked on this but still no resolution on the issue. Back-end shows the “Add Media” button/icon fine (first image) but on the front-end (job) posting form the “Add Media” button does not show up (Second image). Very strange.

    Tried several plugins to see if the “Add Media” button will turn on in the front-end but nothing seems to work thus far.

    Any suggestions, recommendations welcomed.

    Thank you in advance.

    Plugin Contributor Richard Archambault

    (@richardmtl)

    Another possible solution is this other plugin (not made by us), which should allow you to add an Editor box to the submission form; take a look at this:

    https://plugins.smyl.es/wp-job-manager-field-editor/

    Hello,

    I am also looking to integrate the photos into the job descriptions.
    I found this site it may be able to help you
    https://www.tiny.cloud/docs/general-configuration-guide/upload-images/#imageuploaderrequirements

    I managed to integrate the fact of being able to strike a sentence or a word
    but not yet the pictures.

    Pour rayer il faut ajouter “strikethrough”

    add_filter( 'submit_job_form_wp_editor_args', 'customize_editor_toolbar' );
    
    function customize_editor_toolbar( $args ) {
    	$args['tinymce']['toolbar1'] = 'bold,italic,underline,strikethrough,|,bullist,numlist,|,link,unlink,|,undo,redo,';
    	return $args;
    }
    • This reply was modified 5 years, 7 months ago by nghtmre.
    Plugin Contributor Richard Archambault

    (@richardmtl)

    I’m marking this thread as Resolved as it’s been more than a month since the last reply. If you still need help, please do reply again and mark the thread as Unresolved!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Adding Photos / Images fuctionality’ is closed to new replies.