• Resolved bgsufn

    (@bgsufn)


    When viewing events in a subscribed calendar on Apple Calendar, each event has some code in the event notes that looks like this:

    /******************************************
    					-	PREPARE PLACEHOLDER FOR SLIDER	-
    				******************************************/
    
    				var setREVStartSize = function() {
    					var	tpopt = new Object();
    						tpopt.startwidth = 960;
    						tpopt.startheight = 600;
    						tpopt.container = jQuery('#rev_slider_2_4');
    						tpopt.fullScreen = 'off';
    						tpopt.forceFullWidth='off';
    
    					tpopt.container.closest('.rev_slider_wrapper').css({height:tpopt.container.height()});tpopt.width=parseInt(tpopt.container.width(),0);tpopt.height=parseInt(tpopt.container.height(),0);tpopt.bw=tpopt.width/tpopt.startwidth;tpopt.bh=tpopt.height/tpopt.startheight;if(tpopt.bh>tpopt.bw)tpopt.bh=tpopt.bw;if(tpopt.bh1){tpopt.bw=1;tpopt.bh=1}tpopt.height=Math.round(tpopt.startheight*(tpopt.width/tpopt.startwidth));if(tpopt.height>tpopt.startheight&&tpopt.autoHeight!='on')tpopt.height=tpopt.startheight;if(tpopt.fullScreen=='on'){tpopt.height=tpopt.bw*tpopt.startheight;var cow=tpopt.container.parent().width();var coh=jQuery(window).height();if(tpopt.fullScreenOffsetContainer!=undefined){try{var offcontainers=tpopt.fullScreenOffsetContainer.split(',');jQuery.each(offcontainers,function(e,t){coh=coh-jQuery(t).outerHeight(true);if(coh

    Is there anything I can do to fix this?

    Site is stpatbryan.org/athletics

    https://wordpress.org/plugins/all-in-one-event-calendar/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sounds like you’re using some sort of “Slider” plugin on your site that is incompatible with the plugin (looks like Rev Slider 2.4). I’d try disabling any slider plugins and see if the problem goes away to narrow it down.

    Thread Starter bgsufn

    (@bgsufn)

    OK, I disabled the Rev Slider plugin and all the nasty code is gone. However, now what I get in the notes is all the text of the front page widgets. Any idea how to change this? I really would like whatever I put in the body of the event to appear as the notes.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Weird code in calendar subscription’ is closed to new replies.