burnacid / MyBB-Form-Creator

A MyBB 1.8 form creator
GNU General Public License v3.0
11 stars 6 forks source link

Form pages seem to have CSS bugged out #127

Closed Traidable closed 4 years ago

Traidable commented 4 years ago

It appears my forms are no longer showing up with my theme. It was working perfectly yesterday, and I did alter a bit of code regarding width of the content/containers of my actual theme. But since then, I checked the form and now it appears as such:

Imgur Link to Preview of Form Pages

To Reproduce Steps to reproduce the behavior:

  1. Visit my webpage cf-dnd.com/forum
  2. Click on the Transfer button on the menu, for example of one of the forms.
  3. See page's layout / code bugging.

Expected behavior Normally, the page looked fine. It showed as part of the regular theme I'm using, with all styling as intended. But now it is showing as above preview.

Desktop (please complete the following information):

Thanks for any help in advance!

burnacid commented 4 years ago

Hi

It's hard for me to tell you what broke this. You said you changed some template. Please send me what you changed. Than I can check what possibly is missing

Traidable commented 4 years ago

So, I am quite new at coding and such. I did alter a couple places in the Global CSS file, but I don't think I altered anything in the Templates at all, actually. But I included my full Global CSS, plus two Form Creator templates that may have something to do with it?

Perhaps maybe I can re-upload something to return it to a default states, without affecting my current forms?

global.txt formcreator.txt formcreator_container.txt

Traidable commented 4 years ago

I have no idea how this stuff works, BUT, removing the Captcha field from the form fixed it! Thank you for your help!