Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author kandrews

    (@kandrews)

    I responded to this in the ticket you submitted in our ticket system.

    Thanks.

    (Will post resolution here for those with the same bug)

    Yeah, I’m having the same problem as well.

    Plugin Author kandrews

    (@kandrews)

    Which version are you running?

    I’m running V2.1.5

    Plugin Author kandrews

    (@kandrews)

    Ok, I looked at my code and I have wpautop set to true for the wp_editor() settings, so it may be a bug with WordPress itself.

    I will try to look into it some more, but in the meantime, I have TinyMCE Advanced installed which has an option in the settings to add p tags and breaks.

    Have the same issue, know its not the perfect solution, but i went into the html view and just added < br > to all the places. A minor problem to a great plugin – kudos to developer.

    Plugin Author kandrews

    (@kandrews)

    Yeah, I will have to research as to why this is happening.

    But thanks for using the plugin!

    Plugin Author kandrews

    (@kandrews)

    Hey guys,

    Could you do a test for me?

    In the includes folder of the plugin, find the file functions.php.

    Find the function “setTinySetting”.
    In that function find the line,
    'wpautop' => true,
    and change it to ,
    'wpautop' => false,

    Save, then see if the tinymce is adding the breaks now.

    Thanks.

    I’m having the same issue. Any time I add a line break or any tag of any kind it gets removed. Both with HTML view and Visual. TinyMCE Advanced doesn’t seem to work either.

    Tried everything mentioned here, including what kandrews said, no luck.

    Plugin Author kandrews

    (@kandrews)

    Which version are you running of WordPress and the plugin?

    Sorry, I’m using:

    Resumé Submissions & Job Postings: Version 2.1.8
    WordPress: Version 3.3.2

    Plugin Author kandrews

    (@kandrews)

    Ok,

    Could you actually go through the steps above, but instead of having: 'wpautop' => false,
    change it to:
    'wpautop' => true,

    I don’t know why this has been a problem, unless it is the editor itself.

    I’m running into the same thing. I love this plugin and want to present it to a client in the next few weeks, but I don’t think they will like the loss of formatting. I noticed I am also losing bullet points, but not bold.
    Resumé Submissions & Job Postings: Version 2.1.8
    WordPress: Version 3.3.2

    I’m running into the same thing. I love this plugin and want to present it to a client in the next few weeks, but I don’t think they will like the loss of formatting. I noticed I am also losing bullet points, but not bold.
    Resumé Submissions & Job Postings: Version 2.1.8
    WordPress: Version 3.3.2

    sorry for the double post…
    anyway, wanted to mention that I’ve also tried your suggestion. Mine was set to false, changed it to true.

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘[Plugin: Resumé Submissions & Job Postings] TinyMCE no line breaks’ is closed to new replies.