WordPress is adding break/paragraph code to page

Home Forums Calendar Products Community Events WordPress is adding break/paragraph code to page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1201776
    Jeff
    Participant

    http://www.scrippscollege.edu/events/calendar/submission/add

    There is an issue with WordPress adding breaks<br> and paragraph

    code to the form. I can’t figure out what could cause this issue. An example is under “Type of Events”, after the checkbox, its adds a breaks and then the description is displayed.

    #1202152
    Cliff
    Member

    Hi, Jeff.

    That is an odd thing. It’s likely from your theme or a conflicting plugin.

    However, here’s some CSS to fix it:

    #tribe-community-events form #event_custom br {
    display: none;
    }

    You can add custom CSS code via your child theme’s style.css file or via a third-party plugin (not guaranteed or supported by us), like:

    • SiteOrigin CSS (helps you visually build CSS selectors via its Inspector and Visual Editor, if that’ll help you)
    • Simple Custom CSS
    • Jetpack (supports regular CSS and the LESS and Sass pre-processors)

    If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.

    Please let me know how it goes for you.

    #1202172
    Jeff
    Participant

    I disable all the plugins and found one to be conflicting with the plugin. I just disable the plugin that was conflicting.

    #1202238
    Cliff
    Member

    Good find, Jeff.

    Could you please share which plugin you found to be conflicting?

    #1211066
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘WordPress is adding break/paragraph code to page’ is closed to new replies.