• Resolved Coolav

    (@coolav)


    Customizr v3.18
    The Event Calendar v.3.5

    Hi, the event calendar is a great plugin, but applies it’s stylesheet very aggressively. For instance, upgrading to the latest version (3.5) suddenly the event calendar removed post headings and the edit post links. That issue was rectified by removing

    .events-archive span.edit-link {
    	display: none;
    }

    and

    header.entry-header,
    footer.entry-meta {
    	display: none;
    }

    and then loading a custom stylesheet.

    However, I’ve put a sidebar to the right displaying the widgets and enforced the theme across all pages/posts/ect, but the sidebar will still not display when showing the calendar. I’ve started to sift through the stylesheet as I suspect that they’ve used a CSS clear:both property to stop any widgets from displaying.

    Has anyone some experience with the event calendar and Customizer that can might put me in the right direction? If I need to look at the php rather than css and so forth.

Viewing 12 replies - 1 through 12 (of 12 total)
  • I think event calendar uses its own template. I did something to fit it into customizr..
    Oh yes, found it, I did something like this:
    1) make a dir in your theme-child named tribe-events
    2) In this dir create a new template named default-template.php and make it become like this: http://pastebin.com/8fnUkF3S
    3) Then select this template in events calendar settings.

    This should work..

    Ah, what customizr version are you using?
    There could be a problem with new versions of customizr.. let me know.
    In that case you will not display the calendar at all.

    Thread Starter Coolav

    (@coolav)

    Awsome! and thanks a lot. This worked fine when I reverted to event calendar 3.4.1. The datepicker and display as-> list OR month didn’t work, but I’ll use your code as a basis for figuring it out.

    Thanks again!

    Thread Starter Coolav

    (@coolav)

    I’ll just mark the subject as resolved.

    Didn’t work with 3.5?
    What tribe event css are you using? I use “Trybe Events Style – A fully designed and styled theme for your events pages.”

    I just mad a test with events calendar 3.5 and customizr 3.1.9 and it works with a small addition to the template.
    When you’ll switch to customizr 3.1.9, remember to change this:
    <div class="row-fluid">
    with this:
    <div class="row-fluid column-content-wrapper">

    Hope this will help.

    Thread Starter Coolav

    (@coolav)

    I’m using customizr version 3.1.8 if you’re still around. The main problem was that the sidebar was removed when showing the calendar/event list, but your fix resolved that.

    For the settings I then used the full event calendar theme – when using either the skeleton or theme style it didn’t quite work. The datepicker/display list/month is hooked of when not using the full theme.

    Edit – I’ll upgrade and test your fix.

    Thanks again!

    Thread Starter Coolav

    (@coolav)

    Hi,
    I replaced <div class=”row-fluid”> with <div class=”row-fluid column-content-wrapper”> in default-template.php.

    Then I tested with customizr 3.1.9 and event calendar 3.5. The good news is that the sidebar is still there, but the datepicker won’t show and the calendar looks a bit strange. I’ll do a cleanup and test some and try to get it to work correctly.

    A style issue? What’s this problem about datepicker?
    This is my test : http://oi59.tinypic.com/eklrd.jpg

    Thread Starter Coolav

    (@coolav)

    Hi, it appears that the event-list widget messed up the styles on the frontpage. When the widget is activated, the frontpage doesn’t show the post/activity headings as seen is this screenshot:
    http://tinypic.com/r/az75h0/8

    The datepicker works all right, the from-date in the query works and produces a result. I can’t get the to-date to work or choosing between list/month view. See this screenshot: http://tinypic.com/r/muh1c2/8

    This is some stuff that I can fix in the styles, so no worries. Thanks a lot for your help so far!

    Oh, those work for me.
    I have that widget problem too, by the way.
    Sorry.

    Thread Starter Coolav

    (@coolav)

    I loaded in a custom theme and fixed the problem with the widget on the front and another pages with the headings and edit-links. When using widget the calendar month/list is messed up to so I guess there is something in the styles.

    I’ll diff 3.4.1 and 3.5 tomorrow to try to figure out what is wrong with the widget.

    I hope you can solve 🙂

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Using customizr and the event calendar’ is closed to new replies.