Viewing 11 replies - 1 through 11 (of 11 total)
  • I’m having a similar problem

    https://cronullachamberofcommerce.com.au/_wp/events/

    any ideas ?

    Thread Starter opus13i

    (@opus13i)

    in your case it looks like you could do some teaking via CSS.

    that text is labelled as “h2.tribe-events-cal-title”

    in the editor drop something like….

    h2.tribe-events-cal-title {margin: 0 0 15px 0;}

    into the bottom of the css file.

    Thread Starter opus13i

    (@opus13i)

    Scratch that. This is probably the worst case scenario for css –nothing but absolute positioning.

    @chaddhunter – in your case this looks like a CSS conflict with your forms.css file. You have the following set for select fields:

    select {
    font-family: inherit;
    width: 100%;
    min-height: 24px;
    font-size: 12px;
    }

    If you add the following to your CSS this should fix it:

    .tribe-events-events-dropdown {
    width: 125px;
    }

    You can add that to the plugins /wp-content/plugins/the-events-calendar/resources/events.css file by first making a copy of it and placing in an ‘events’ folder in you theme and then adding the CSS at the end.

    I hope that helps!

    @opus13i – did you figure out your issue?

    – Jonah

    thanks Jonah your a super star that worked a treat

    could I possibly ask the rule about that isn’t working would you know why ?

    .widecolumn { padding:20px; }

    https://cronullachamberofcommerce.com.au/_wp/event/fathers-day/

    you can see it runs all the way to the edge

    Thread Starter opus13i

    (@opus13i)

    @jonahcoyote unfortunately i wound up having far, far too many issues with the calendar breaking the SSL. can’t use it at all :/

    @chaddhunter – you’ve got some !important rules that are overriding the padding: https://cl.ly/2j1u2W2l2B3j0l3o0C3E – you’ll need to remove those (or set the other rule as !important) and then it should be fine.

    @opus13i – sorry to hear about that, if it’s something you want help with please create a separate thread since it sounds like a different issue.

    Thanks,
    Jonah

    thanks again mate ??

    Thanks Jonah!

    Glad to hear we were able to get this resolved for you, chaddhunter. Please let us know if we can do anything else down the road. Similarly, if you’re enjoying the plugin and satisfied by our support, we would really appreciate you marking us a “Works” vote or giving us a positive star rating here on www.ads-software.com. Thanks again for your support.

    The events Calendar doesn’t display the category menu and loses the top men in theme WP-Launch Theme.

    Conflicts with other theme menus as well. Nice try guys. But I’m uninstalling the plugin because it is too buggy.

    Hey there, NewYorkRob. Sorry to hear you didn’t enjoy the calendar – as you can see by most of the users here on these forums and the PRO ones at tri.be, your experience was certainly the exception to the rule and is almost certainly the byproduct of a conflict with the theme or another plugin.

    Best of luck with whatever solution you decide to go with down the road.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: The Events Calendar] Calendar menu is misrendering over other theme elements’ is closed to new replies.