Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    just to narrow down the problem and help us debug the issue is it possible to try the following temporarily:

    – deactivating all other plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
    – switching to the default theme to rule out any theme-specific problems

    Thread Starter pattiearnold

    (@pattiearnold)

    I deactivated all plug-ins except events manager & wp full calendar, set the theme to the default and the calendar still did not display.

    Thanks for your help in trying to figure this out.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Hi,

    Sorry for the delayed reply. Just took a look at your site, and I think the issue is likely in your settings page.

    Either in WP Admin > Settings > WP FullCalendar -> “Load JS and CSS files on” (leave that field blank).

    Or in WP Admin > Events > Settings > Performance Optimization (set all the yes/no questions there to ‘no’).

    dallastennisweb

    (@dallastennisweb)

    Just updated to Version: 5.6.3
    Using WP Full Calendar Version 1.1

    Events past exactly one month out are not displaying on the Full Calendar.
    They are still displayed in widgets, and in upcoming events lists.

    http://www.dta.org/leagues/league-calendar/

    dsg257

    (@dsg257)

    Just upgraded Events Manager to Version 5.6.3 I have not updated fullcalendar due to a display problem i have all the events showing upto 6th May all events after that date are not showing in the calendar but do show up in widget and events list I have diabled all plugins except events manager and fullcalendar
    the calendar page is here I need this sorted if possible before May any solutions or suggestions are welcome a lot better and easier to use than last calendar i used even with the odd problem and learning curve well worth the effort learning

    dsg257

    (@dsg257)

    after downgrading to ver 5.6 everything is working fine
    This is what I had to do with fullcalendar to get it working

    caimin_nwl

    (@caimin_nwl)

    Which version of WP FullCalendar are you using?

    dsg257

    (@dsg257)

    I have to use Version 0.9.1 if I upgrade the calendar the boxes on the calendar page are all over the place have tried all solutions suggested that I can find on forums etc using weaver pro theme it seems to have some conflict with the calendar css but by reinstalling events manager ver 5.6 it fixed the missing events which now show up

    mrppp

    (@mrppp)

    Had this issue last update too.

    caimin_nwl

    (@caimin_nwl)

    There’s a new version (1.2) of WP FullCalendar out today, please try with that version.

    HansRuedi

    (@schwarzaufweiss)

    FC 1.2 doesn’t fix the problem. Would say it’s a bug in EM 5.6.3

    With EM 5.6.2 and FC 1.2 all events show up in FC – with 5.6.3 only actual events show up but no past events!

    mrppp

    (@mrppp)

    @hansruedi Keller the dev version of EM has solved this You can try it by enabling dev version http://wp-events-plugin.com/documentation/upgrade-dev-version/

    HansRuedi

    (@schwarzaufweiss)

    @mrppp Working. Thanks!

    having asked the author of the weaver theme about the calendar display someone found the problem and this is what they said
    OK, so I looked in more details, and both Weaver II and Xtreme will have some level of interference with the plugin styling, although less with Xtreme.

    Here is what is going on and what can be done about it

    The issue I see, is that if most of the theme table rules are simple tr td selector, but there are a couple that use #content tr td as a selector.
    The use of #content makes these rule override any specialized rule from the plugin developer that does not use an ID selector.

    The plugin here is using very specific rules but they don’t use an ID as selector, therefore the theme rule that use #content tr td end up overriding them.
    The plugin tables are inside a container that has the ID #wpfc-calendar , so the what the plugin developer should have done, is add that selector in front of all his current rules, to enforce the rules inside his own container.

    That being said, @weaver, I think that using #content may be too strong.
    If content was needed in weaver II this is the only option, but in Xtreme, the rule could use .content tr td instead which would be less strong and allow any specialized rule from the plugin to win.
    Another solution would be to add a Table style for “No Styling” with no theme rules for tables at all, so no possible interaction.

    @dsg257
    In the mean time, we can fix your issue in either weaver II or Xtreme (redoing some of the plugin rules with better selectors), but it will be easier in Xtreme as Weaver II generates the stronger rule for both border and padding (which causes the most damage), when in Xtreme if you select “No Border” in Main options > Content Areas > List <HR> tables > Table styles, the only overriding rule using #content will be for borders, so we will have less plugin rules to redo.

    But you need to inform the plugin developer that as his plugin stands, his CSS is too weak, and that all his plugin rules should use the selector #wpfc-calendar so they can override any default theme rules. If (as he should πŸ™‚ ) he agrees to do that, it will solve the problem without any custom CSS on the weaver side.

    i hope this makes sense you you and can fix the problem

    @dsg257 This has been fixed, it is currently available in the dev version ( read above)

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Events do not display using FullCalendar’ is closed to new replies.