Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Front-End Visual Editor Options


  • Fantacular Designs
    Participant

    @fantacular-designs

    WP 4.6 BP 2.6.2 Eventurist.net

    Our site is an open calendar for counties across Tennessee, soon, the country. When our members post an event, it appears that I only have two choices…

    1. Straight HTML text. Many of my members don’t know how to code, and their events will look drab.
    2. Visual Editor allowing them access to far more than they need. Some attributes are only available as admin and will confuse my members.

    I have searched for a plugin or a way to alter the options on the front-end posts, but to no prevail… I would like to remove the options from our plugins and theme. However, they should still be able to use the theme code to provide the extra options such as dividers, columns, etc

    PLEASE HELP!

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

  • danbp
    Moderator

    @danbp

    Hi,

    this question is not related to BuddyPress as it seems you use Events Manager to let your members add events. Accordingly to plugin’s demo, you’ll probably have such a page.

    From what i see on demo, the visual editor is the one used by WordPress. Read on WP Codex how to customize TinyMCE and use wp-editor function.

    Maybe you could use this plugin to your advantage ?


    Fantacular Designs
    Participant

    @fantacular-designs

    My husband just helped me fix it with the simplest CSS! It didn’t even occur to me… Thank you for your help, though! The coding is theme specific, but he used “Inspect Element” to find out what to call the style. However, this is what he added.

    div#mceu_63-body {
    	display: none;
    }
    
    div#mceu_58-body {
    	display: none;
    }
    
    div#mceu_59-body {
    	display: none;
    }

    Thank you for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Resolved] Front-End Visual Editor Options’ is closed to new replies.
Skip to toolbar