Hugues

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • Hugues
    Participant

    Thank you Geoff,
    This is my second site build with events calendar pro, great product. I remember the great support last time I used it for another client.

    I’m now using the Beaver Builder theme and their page builder to build all client sites, an awesome tool! Are you guys talking to the team at BB to possibly strengthen the integration of the events calendar with BB ? I’ve seen your product mentioned a few times on the fb BB forum (hell, I recommended it more than once :-))

    With the upcoming launch of their “themer” plugin (currently in Alpha) if would make even more sense.

    For example: the “next event” “previous event” links on single events pages inherits the BB theme styles on desktop but revert back to default on small devices, requiring some custom css & media query to fix..

    In the end I used the css below, which achieves the right result too – it seems on the event page the button is using a button element and not an input as it does on other pages.

    .frm_style_formidable-style.with_frm_style input[type=submit],
    .frm_style_formidable-style.with_frm_style .frm_submit button {
    font-family: “Tungsten A”, “Tungsten B”, “Arial”, “Helvetica”, “sans-serif”;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    }

    Thanks again
    Hugues

Viewing 1 post (of 1 total)