The page that I am having issues with has to do with particular code I inserted onto the page. I have inserted this same type of code in the exact structure onto other pages and have not experienced this issue. The problem only occurs when viewing on an iOS device such as an iPad or iPhone. The page loads, then disappears, and the the only thing display is just the code itself.
I understand that the code I inserted uses javascript, and have little to no experience writing java, so I am sort of in need of help. I have reached out to the people who have created the code structure for help but haven't heard anything back. I am hoping that someone on here can help solve this issue in a timely manner or I will have to result in finding a replacement code.
The website page that has the code can be found here
The particular code that I am inserting is an RSS Feed reader:
<!-- start feedwind code --><script type="text/javascript">document.write('<script type="text/javascript" src="' + ('https:' == document.location.protocol ? 'https://' : 'http://') + 'feed.mikle.com/js/rssmikle.js"><\/script>');</script><script type="text/javascript">(function() {var params = {rssmikle_url: "http://nucommonsense.blogspot.com/",rssmikle_frame_width: "360",rssmikle_frame_height: "340",rssmikle_target: "_blank",rssmikle_font: "Arial, Helvetica, sans-serif",rssmikle_font_size: "12",rssmikle_border: "off",responsive: "off",rssmikle_css_url: "",text_align: "left",text_align2: "left",corner: "off",autoscroll: "on",scrolldirection: "up",scrollstep: "3",mcspeed: "20",sort: "Off",rssmikle_title: "off",rssmikle_title_sentence: "",rssmikle_title_link: "",rssmikle_title_bgcolor: "#0066FF",rssmikle_title_color: "#FFFFFF",rssmikle_title_bgimage: "",rssmikle_item_bgcolor: "#242424",rssmikle_item_bgimage: "",rssmikle_item_title_length: "55",rssmikle_item_title_color: "#CF3E3E",rssmikle_item_border_bottom: "on",rssmikle_item_description: "on",rssmikle_item_description_length: "150",rssmikle_item_description_color: "#FFFFFF",rssmikle_item_date: "gl1",rssmikle_timezone: "Etc/GMT",datetime_format: "%b %e, %Y %l:%M:%S %p",rssmikle_item_description_tag: "on_flexcroll",rssmikle_item_description_image_scaling: "off",article_num: "15",rssmikle_item_podcast: "off",keyword_inc: "",keyword_exc: "",};feedwind_show_widget_iframe(params);})();</script>><!-- end feedwind code -->
I am not sure what I could do to tweak or improve my issue, but as stated, I have used the code in other muse pages and never had the issue.
Thank you for anyone willing to help out
EDIT: Due to lack of a response I have temporary removed the code as to not hinder visitors on the website.