Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1041259

    Ich habe zwei Probleme mit dem Plugin The Events Calendar im Zusammenspiel mit Enfold

    1. Beim Kalender
    http://schloss.webcoaching-muenchen.de/veranstaltungen/
    schaffe ich es nicht den grauen Balken zu entfernen.

    2. unter Veranstaltungen > Einstellungen > Darstellung > werden keine Layoutmöglichkeiten angezeigt

    #1041283

    Hey,

    Login credentials did not work for me. Could you please check them once again? :)

    Regards,
    Yigit

    #1041299

    hope it is ok now.

    #1041791

    Hi,

    Yes, it is okay now. Thanks.

    1- I added following code to Quick CSS in Enfold theme options > General Styling tab

    .main_color #tribe-events-bar, .main_color #tribe-events-bar:before, .main_color #tribe-events-bar:after {
        background: transparent;
    }

    2- Could you please elaborate on this issue? I used Google Translate however i am not sure if i understood it clearly :)

    Best regards,
    Yigit

    #1042852

    Hi Yigit
    Thank you, that’s exactly what I wanted.
    But now there is another problem, the phrase “Veranstaltungen im Dezember” is (partly) hidden (on labtop). I’d like to put it a little bit higher.
    http://schloss.webcoaching-muenchen.de/veranstaltungen/
    Best
    Sabine

    #1042855

    2.
    under Events> Preferences> Appearance> there are no layout options displayed… (in german Veranstaltungen > Einstellungen > Darstellung)
    It should be as display here

    Stylesheets and Page Templates

    Is it because the Enfold is not completely compatible to the events Calendar plugin?
    Thank you.

    #1042997

    Hi,

    1- Please add following code to Quick CSS as well

    .tribe-bar-submit {
        margin-top: 25px;
        padding-bottom: 0;
    }

    2- Enfold includes configuration files for The Events Calendar and Events Calendar PRO. That is why templates are disabled in the theme :)

    Best regards,
    Yigit

    #1043075

    Hi Yigit,
    sorry, but nothing has changed.
    It should be displayed like it is shown on the tutorial site
    https://wpshindig.com/
    “Events for December 2018”

    Regards
    Sabine

    • This reply was modified 5 years, 11 months ago by sabine.
    #1043083

    Hey!

    Please use following code instead

    .tribe-events-page-title {
        margin-bottom: 40px;
    }

    Cheers!
    Yigit

    #1043091

    That’s it. Thank you so much.

    #1043124

    Hi Yigit,

    there are another two problem…
    1. I’d like the Calendar at 100%. Now the content is smaler than the “normal” sides.
    2. and if the tooltip for example “VORTRAG von Philipp Funck” is in the first row, it is partly hidden by the menu.
    Regards,
    Sabine

    #1045619

    Hi,

    1.) The calendar is already full width. Is this fixed?

    2.) And the tooltip displays below the “day” cell or the event title.

    Best regards,
    Ismael

    #1045622

    1. is ok.
    2. it should be, but sometimes it is displayed above the title. Maybe only on small screens like labtops.

    #1047597

    Hi,

    Thanks for the update.

    You can use this css code to increase the width of the tooltip so that it won’t get covered by the header.

    .recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
        width: 500px;
    }

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.