Viewing 8 replies - 1 through 8 (of 8 total)
  • Have you tried to temporarily:

    – deactivating all other plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
    – switching to the default theme to rule out any theme-specific problems
    – do you have a sample link for us to see?

    Thread Starter netforest

    (@netforest)

    I tried the twenty eleven theme and it was ok. I am using the Magazine theme from Genesis. So maybe that is causing the conflict. Not sure the best way to resolve it.

    Here is a link: http://workthatreconnects.org/submit-your-event/

    try to paste this in your theme css or style.css

    table#em-editor-content_tbl {
    width: 610px !important;
    }
    Thread Starter netforest

    (@netforest)

    That didn’t seem to work, I can size the box vertically and scroll now. Don’t remember if that was possible before.

    Or try to use chrome or firebug to inspect the html elements and that should show the css style within your theme.

    Thread Starter netforest

    (@netforest)

    Seems only some genesis themes don’t work. Can’t seem to locate the problem.
    To see example: http://netforest.com/test/submit-event/. Will try to solve it. thanks for anymore help.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    I have noticed that some non-official plugins have caused problems.

    However, for me the editor works fine on the link you sent.

    Thread Starter netforest

    (@netforest)

    By placing this css in the header script section of the theme settings, it fixed the problem.

    <style type="text/css" media="screen">
    body.full-width-content  #event-form .inside {     clear: both;  margin-bottom: 20px;  width: 910px!important; }
    body.content-sidebar #event-form .inside {     clear: both;  margin-bottom: 20px;  width: 610px!important; }
    </style>

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Event Submission Form – Visual Editor display issue’ is closed to new replies.