Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #219039

    Hi – I’m pretty sure I’m out of luck here, but I wanted to ask anyway.

    It seems like I’m getting a Javascript error when trying to use a 3rd party calendar plugin for WooCommerce.

    I reached out to the develper, http://www.ignitewoo.com and they pointed me to you. The plugin does work in 2014 and other themes, so it must be something with Enfold. I am not using the page-builder on this page, just in case it was causing the problem.

    My site is http://sundialdev.com/stormlacrosse/calendar-of-events/ and you’ll see on February 18th, where the event is, you’ll see event is nothing buy a thin line.

    The actual calendar element the developer used is http://arshaw.com/fullcalendar/ if this helps at all.

    I know it’s hard for you to troubleshoot 3rd party plugins, but wanted to ask anyway.

    Thanks!
    John

    #219106

    Hey sundialstudios!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    a.fc-event { position: relative; }
    .fc-event-inner { width: 50%; }

    Regards,
    Yigit

    #219401

    Thanks Yigit – that was very helpful!

    It is almost working 100%, and I was able to setup some responsive adjustments so it would look correct on mobile devices. The only thing I still cannot figure out is how to make the day taller if there are multiple events in it?

    It does that normally in the 2014 theme but it is not doing that here. I’m still working on it, but if you had any input I would appreciate it.

    Thanks!
    John

    #219406

    Hi!

    I guess they use javascript to calculate the table cell height and event position and I think you can’t change this with css.

    Best regards,
    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘JS Issue with Calendar’ is closed to new replies.