Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Poco

    (@poco)

    Unfortunately, that page does not have the plugin visible so I cannot debug it, though you do you have a couple of script errors that you might want to address.

    There are a bunch of parameters to this call that have no values like “‘padding’: <there should be something here>,”

    jQuery("a.fancybox").fancybox({
    	'cyclic': false,
    	'autoScale': false,
    	'padding': ,
    	'opacity': false,
    	'speedIn': ,
    	'speedOut': ,
    	'changeSpeed': ,
    	'overlayShow': false,
    	'overlayOpacity': "",
    	'overlayColor': "",
    	'titleShow': false,
    	'titlePosition': '',
    	'enableEscapeButton': false,
    	'showCloseButton': false,
    	'showNavArrows': false,
    	'hideOnOverlayClick': false,
    	'hideOnContentClick': false,
    	'width': ,
    	'height': ,
    	'transitionIn': "",
    	'transitionOut': "",'centerOnScroll': false});})

    I don’t even know what this is

    <!-- End of StatCounter Code for Default Guide -->
    <script>({",
    	'centerOnScroll': false
    });

    Unfortunately, those are in individual script blocks so they aren’t likely causing your problem with the calendar.

    If you send me a link that has the calendar widget embedded in it then I might be able to help.

    Thread Starter readybeginn

    (@readybeginn)

    What do you mean a link with the widget embedded in it?

    The link I sent you is to the main page which has the widget in the left sidebar.

    Plugin Author Poco

    (@poco)

    Looking at the source to the page, I don’t see the widget. The plugin code is being included, but the html elements that show it are not there. There is a message about a missing calendar, but that is not part of the plugin. You should see a spinning loading circle. I’m on mobile right now, so I can’t view the source, but if you search around the source of the page you won’t find the widget div, if I remember correctly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error 403: Access to this feed was denied’ is closed to new replies.