Why is my form in a list and showing dots?

This topic contains 9 reply and 3 voices, and was last updated by Tareq Hasan 10 years, 5 months ago
Viewing 9 Posts - 1 through 9 (of 9 total)
Author Posts
November 8, 2013 at 10:31 pm 9867
Tareq Hasan Take a look at my form, is this correct? Can i remove those dots from the list so that the form renders properly? image of form
November 9, 2013 at 6:43 am 9875
Mahi Mahi

Its coming from your theme style sheet not wpuf. can you share the link? reply as private.

November 9, 2013 at 10:11 am 9883
Jeff Jeff This reply has been marked as private.
November 9, 2013 at 11:26 am 9885
Mahi Mahi

I am sorry. It looks like coming from wpuf!
open – plugins/wp-user-frontend-pro/css/frontend-forms.css

Find – `ul.wpuf-form li {
margin-left: 0;
margin-bottom: 10px;
padding: 10px;
list-style: none !important;
}`

Just add – list-style: none !important;

So, finally it will be – `ul.wpuf-form li {
margin-left: 0;
margin-bottom: 10px;
padding: 10px;
list-style: none !important;
}`

save or re-upload and replace frontend-forms.css file.

November 9, 2013 at 6:24 pm 9894
Jeff Jeff

not sure if that is doing it. i know the !important should be helping there, but it may be from the theme css for an entry

ok, that fixed the dots, i needed to purge my cdn

November 9, 2013 at 6:29 pm 9895
Jeff Jeff

Also, any idea what may happening with the insert photo button? Seems to be extra breaks in there.

extra spaces in button

November 9, 2013 at 7:00 pm 9900
Jeff Jeff

there just seems to be a lot wrong with the css and conflicts with themes. not sure how to handle it and make it look right through out the plugin.

November 9, 2013 at 7:31 pm 9902
Tareq Hasan Tareq Hasan

Seems like your theme is the conflict. In the insert photo button, there seems like some <br> tags, but they shouldn’t be there. You can verify that using any current or previous WP default themes. The same might happen with the pagination.

November 9, 2013 at 7:40 pm 9903
Jeff Jeff

i just switched it to the default theme and it still does it

November 11, 2013 at 1:30 am 9936
Tareq Hasan Tareq Hasan

By any chance any plugin is doing it? May be a conflict perhaps?

Viewing 9 Posts - 1 through 9 (of 9 total)