Viewing 11 replies - 1 through 11 (of 11 total)
  • 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.

    Thread Starter erdacoca

    (@erdacoca)

    got no other plugins, only the theme and shop. my theme doesn’t support widgets, so no widgets either.

    Site url?

    Thread Starter erdacoca

    (@erdacoca)

    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.

    Thread Starter erdacoca

    (@erdacoca)

    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…

    Thread Starter erdacoca

    (@erdacoca)

    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.

    Thread Starter erdacoca

    (@erdacoca)

    so I would look at the shop CSS or the theme CSS? I’ll give it a last try.

    Yes. See Appearance -> eShop.

    Thread Starter erdacoca

    (@erdacoca)

    made it!!!

    I added this:

    form.eshop fieldset br {
    display:none
    }

    it worked…

    thanks!

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘[Plugin: eShop] Fieldset has too many spaces’ is closed to new replies.