Anonymous User
(@anonymized-3085)
Try deactivating all other plugins, and test in the default twenty Eleven theme, if that fixes it, re add things one by one until the culprit is found.
got no other plugins, only the theme and shop. my theme doesn’t support widgets, so no widgets either.
I haven’t uploaded it yet, testing the shop and setting everything up with MAMP
Are you using the Twenty Eleven theme? If not, then it’s likely to be a simple CSS issue.
I changed to Twenty Eleven theme and indeed there is no problem. I hope it’d be that simple, hehehe, been half a day looking around trying to solve this. Of course, I’m no expert… I assume it’s a CSS issue on the theme side, as much as I can get…
So I use to Firebug to work out the changes I need to do for the site. I go to ‘scripts’ and then on ‘watch’ I add the following: $(‘br’).remove(); and all the br’s disappear but I don’t know how to put that in practice, like for real. I would really appreciate any help on that…
Cheers!!
I add the following: $(‘br’).remove();
No – you need to be looking at your form CSS.
so I would look at the shop CSS or the theme CSS? I’ll give it a last try.
Yes. See Appearance -> eShop.
made it!!!
I added this:
form.eshop fieldset br {
display:none
}
it worked…
thanks!