Hi Thanks for the reply,
I tried using the zoom directions you gave here http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-pro-demo/show-only-a-part-of-the-iframe/show-only-a-part-of-an-iframe-zoom#e39.
Each time I did it forced my calendar to minimize and not show fully on the screen. Also the Resize iframe to content width setting (now removed) caused the calendar to minimize in undesired ways. This is the code I ended up using that worked. I also fixed the target link as suggested.
[advanced_iframe securitykey="securitykey" use_shortcode_attributes_only="true" src="http://blackandoutdoors.com/eventss/" width="1000" height="1050" scrolling="no" marginheight="20" id="advanced_iframe" enable_responsive_iframe="true" show_part_of_iframe="true" show_part_of_iframe_x="2" show_part_of_iframe_y="165" show_part_of_iframe_width="962" show_part_of_iframe_height="802" show_part_of_iframe_zoom="true" change_iframe_links="a" change_iframe_links_target="_blank" onload_resize="true" resize_on_ajax_jquery="false" ]
My issue is that
a. On certain computers the iframe is cutting off the at very top, thus not displaying some of the content. How do I fix this?
b. There is a lag from when the page starts to load to when the target links are re-directed, so that if you click the links too early they aren't redirected to open in a new tab but instead still open inside the iframe. How can I fix this?