• Resolved rodonmanes

    (@rodonmanes)


    Hi Erin,

    Don´t know if this is a bug with the plugin or the theme in general, but i thought you might want to know this.

    If you look at my website, you´ll see that the name of the beer and the style name are not lined up, their on top of each other.

    The navigation at the bottom of the page (pagination) is also on top of each other.

    Please let me know if this is because of the plugin or the theme so i can have the theme creators fix it if so?

    Thank you!

    http://wordpress.org/plugins/em-beer-manager/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Erin Morelli

    (@erinmorelli)

    I just took a look at the issue. It appears that either your theme or what ever font program you may be using (if you’re using one) is wrapping the title with a <font> tag, which is breaking EM Beer Manager’s styles.

    If you add the following to your CSS file, it should fix the problem:

    .beer-title > p {
       display: inline-block;
       margin-bottom: 5px;
    }
    Thread Starter rodonmanes

    (@rodonmanes)

    Thank you, it fixed the problem, though i don´t know why the pagination is still acting up (ath the bottom of the frontpage

    Plugin Author Erin Morelli

    (@erinmorelli)

    It looks like your theme is adding <br> tags, which is forcing everything to a new line. Add this to your css:

    .beer-list .nav-below > br {
        display:  none;
    }
    Thread Starter rodonmanes

    (@rodonmanes)

    Thank you 🙂 works like a charm!

    As always, 5 star support! 🙂

    Thread Starter rodonmanes

    (@rodonmanes)

    Hi Erin,

    Apparently, this issue isn´t solved, not according to Themeva. i asked them why my Formidable form plugin was not in line when i open the reveal button under the beer pictures in the beer profiles (blue plus), when the user is on the homepage (could it be the theme or formidable pro plugin);

    “Hi,

    It is neither, as the form plugin is going through the beer plugin on the homepage, it is adding in extra things that don’t need to be added in. The form is fine and so is there theme as when you go to one of the standard Posts, everything displays perfectly.

    Kind regards,
    Tom”

    As i´m using the shortcode on the frontpage, could this be some problem with that?

    Plugin Author Erin Morelli

    (@erinmorelli)

    This is once again the result of your theme (or some other setting/plugin) adding in <p> and <br> tags, which is fixable via CSS.

    .beer-list .frm_form_fields br,
    .beer-list .frm_form_fields p {
        display: none;
    }

    I’m not sure what else you have installed on the site, but something is adding in extra tags and is causing all these styling issues for you. I’ve double-checked that it’s not EM Beer Manager. I would suggest temporarily disabling some plugins, one at a time, and seeing if any of them might doing it.

    Thread Starter rodonmanes

    (@rodonmanes)

    Thank you!

    I´ll try that, i´ve got allot of plugins, wouldn´t be surprised if one of them were adding some crap that offsets everything.

    Thread Starter rodonmanes

    (@rodonmanes)

    Hi Erin,

    I´ve disabled one widget at a time and tested if one of them is causing this problem, there isn´t any plugin causing this. So, what now?

    Plugin Author Erin Morelli

    (@erinmorelli)

    Sorry, that’s beyond what I can help you with. I would try some google searching :-/

    Thread Starter rodonmanes

    (@rodonmanes)

    This is so weird… on the homepage, the formidable pro is all scrambled, but if you go to one of the profiles like this one http://bjorspjall.is/island/olger%C3%B0-el-grillo-ehf/ and open the reveal (blue plus), the formidable works like a charm…???

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Name and style not in line’ is closed to new replies.