Mini-calendar widget issues

Home Forums Calendar Products Events Calendar PRO Mini-calendar widget issues

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #64426
    Heinz Duschanek
    Participant

    Hello,
    i) the calendar widget does not allow to switch to another month.
    ii) clicking a day (with at least one event) yields in a slug like “/events/2013-09-04/” but a 404-error (page not found) is shown.
    BTW, this is a live website, cannot turn off other plugins easily.
    Please advice. Thank you.

    #64589
    Julie Kuehl
    Participant

    Hi Heinz,

    Sorry you’re having troubles. You’ve got a couple of issues there so let’s take them one at a time.

    1) You indicated that you’re on version 3.0.4 and we’re up to 3.0.5 on PRO. Could you upgrade to the latest version of the plugin? Let’s try this and see if it helps.

    2) The 404-error is a known bug that is a high priority to get fixed. You can track the bugs we are working on over at https://theeventscalendar.com/bug-hunting/. While we can’t guarantee which maintenance release will address this issue, we are working to get this released in an impending maintenance build very soon. Hang in there!

    — Julie

    #64610
    meghanbrasuell
    Participant

    The Widget is great, but I can’t see the Month or the days of weeks, because the font is in white and so is the background. Please let me know how I can change this.

    #64618
    Heinz Duschanek
    Participant

    @meghanbrasell I am afraid you need some CSS-knowhow here.

    .tribe-mini-calendar-no-event { color: #999 !important; }
    .tribe-mini-calendar-no-event a { color: #000 !important; }

    The first line sets unlinked days to grey,the second one linked days to black.
    HTH

    #64619
    Heinz Duschanek
    Participant

    Sorry, second line should be:

    .tribe-mini-calendar div[id*=’daynum-‘] a { color: #000 !important; }

    #64620
    Heinz Duschanek
    Participant

    @Julie
    Did an upgrade, same problem. Every link is directing towards “/events/#”. So maybe it’s an Javascript function which should load another month?
    Loading /events/ with Firebug shows this message:

    b(…).on is not a function
    Line 5
    Seems to be:
    … b(n).on(“popstate”,function(b){if(b=b.originalEvent.state)a.do_string=!1,a.pushstate=!1,a.popping=!0,a.params=b.tribe_params,a.url_params=b.tribe_url_params,e.pre_ajax(function(){k()}),e.set_form(a.params)}));
    b(“#tribe-events-content-wrapper”).on(“click”,”li.tribe-events-nav-next a”,function(c){c.preventDefault();a.ajax_running|| …..

    #64621
    Heinz Duschanek
    Participant

    Guess, it’s because #tribe-events-content-wrapper is nowhere showing in HTML as ID. Where should it be?

    #64804
    Julie Kuehl
    Participant

    Hi Heinz,

    First off, thanks for helping meghanbrasuell out with the font question.

    With regards to your own question, I can’t seem to find the widget on your site. Could you point me to it so that we could take a closer look? We’ll do our best to get you sorted from there.

    — Julie

    #65409
    meghanbrasuell
    Participant

    Hi Heinz and Julie,
    I put the code in for the css and it didn’t work. Here is a link to my site and the widget to help you understand. Thank you for your help! http://www.okartshub.com/list-an-event/

    #65715
    Julie Kuehl
    Participant

    Hi meghanbrasuell,

    I’d love to help you with your CSS problem, but I’ll be able to do a better job of that (or someone on the team) if you start your own thread to address your specific issue. It’s a little hard to keep the conversation straight with two topics in one place.

    Just head back to https://theeventscalendar.com/support/forums/forum/events/events-calendar-pro/ and hit the big blue button in the upper right corner to get your topic started. It would also be helpful if you could include the code you tried adding and which file you tried adding it to. It’s best to use a service such as http://pastie.org/ to include the code as our forums don’t handle it the best.

    That’ll make it easy for you to get the quickest, best help possible. But don’t hesitate to ask if you have questions. We’re here to help!

    — Julie

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Mini-calendar widget issues’ is closed to new replies.