Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Mike

    (@manndtp)

    This is caused by a broken comment tag:

    <!– //use this for fancybox window

    Looking to find out which file this is in.

    Thread Starter Mike

    (@manndtp)

    Found the code in evr_content.php and changed it from:

    <!– //use this for fancybox window
    rest of the commented section –>

    To this (below) in evr_content.php:

    Link followed by the comment <!– use this for fancybox window –>

    It now shows the events, but when you click the event name, the resulting windows doesn’t work.

    Thread Starter Mike

    (@manndtp)

    There is a comment tag in evr_event_popup_pop.php which is causing the popup to show blank, but removing it just puts the content on the main page.

    Thread Starter Mike

    (@manndtp)

    For some reason, the html comment tags listed below are not working correctly:

    (line 462, evr_content.php)
    <!– use this for fancybox window

    (line 11, publc/evr_event_popup_pop.php)

    <!–<div id=”popup<?php echo $event_id;?>” class=”poplight”> –>

    Removing both lines, I get the events to list and the popup to appear. Strange how these two html comments are blocking everything. This are working now though.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Category of Events Gone’ is closed to new replies.