• Resolved Mike K.

    (@jhatcher12)


    I already rated you 5/5. It’s the best free plugin I’ve seen for the sliders. One annoying thing is that when I switch to TEXT view, it automatically adds <p></p> on every line which wrecks the layout and I have to remove them all line by line. If you can fix it that’d be great.

    Cheers,
    Mike

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

    (@simonpedge)

    Thanks, but not sure if I can fix this.
    The Editor is not something I’ve coded – I’m using the WordPress built-in TinyMCE editor API to edit the content of each slide.

    Also remember that TEXT view is actually HTML view, and this is just and HTML representation of what has been captured within the VISUAL editor. So if you capture a ‘Heading 3’ in the visual editor it gets converted to HTML “<h3>…</h3>”. In a similar way, when you are in ‘Paragraph’ mode in the visual editor, this converts to “<p>…</p>”.

    A way around this may be to use DIVs. So in the TEXT/HTML mode enter your text as:
    <div>YOUR TEXT HERE</div>

    So when you switch to Visual mode and then back to TEXT mode, this should be preserved.

    Plugin Author simonpedge

    (@simonpedge)

    Nothing further I can add here, so I am closing this topic.

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

The topic ‘Great plugin BUT …’ is closed to new replies.