• Resolved KyleSobus

    (@kylesobus)


    To simplify this as much as possible. I am currently showing the calendar view of my events. When the user clicks on the event, the event displays in a fancybox, but when the user clicks the next month arrow, the fancybox plugin no longer displays/pulls the information.

    In the HTML I can see that the content is not being displayed on click. I am assuming there is some type of javascript conflicting between the plugins after click the next or previous month arrow.

    Any insight would be great.

    Here is the page (under-construction)
    http://shopsatstonefield.com/1769-2/
    Password: “private”

    https://wordpress.org/plugins/events-manager/

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

    (@angelo_nwl)

    not sure why because you are using custom code or did some modification to the calendar which I haven’t tried yet; can I know how did you do that and/or using pastebin.com can you share the code for us to see?

    Thread Starter KyleSobus

    (@kylesobus)

    This is the code placed under Event Manager settings, formatting, calendar, and the “Event format.”

    Also, feel free to critique my code, I am very interested in learning best practices.

    <div class="event-background" style="background-color:#_CATEGORYCOLOR">
    
    <li><a href="#content-#_EVENTID">#_EVENTNAME</a></li>
    </div>
    <div style="display:none">
    <div id="content-#_EVENTID" style="width:100%; max-width: 750px; margin:0px;">
    <div class="event-fancybox" style="max-width:100%; repeat:none">
    <div style="background-color:#_CATEGORYCOLOR; height: 65px; width: 100%; position: absolute; z-index: -1;">
    </div>
    <div style="padding:20px"><div class="EM-event-title">#_EVENTNAME</div>
    </br>
    <div class="EM-event-date">#l | #F #j, #Y | #_EVENTTIMES</div> #_EVENTNOTES </div> </div>  </div></div>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Calendar view and Fancybox Plugin’ is closed to new replies.