By Danny Malouin on Wednesday, 07 September 2016
Posted in Technical Issues
Replies 3
Likes 0
Views 354
Votes 0
Hi,
I've got a glitch happening when I add an HTML block in EB and write some Javascript into it; it just won't render the actual Javascript per se ? You can see it here https://martialart.zone/theoretical/science/the-science-behind-our-human-relationship-with-violence. Actually, it's not rendering so you have to look in the source code at the 3rd or 4th block (HTML).
Any idea what's wrong ?
Thanks
Danny
It seems like your site is under SSL Cert, mean your page content do not have http protocol, if not it will restrict people to access this link, you can check my attached screenshot below, this is why it can't render correctly from your Javascript.

I already help you added from http to https, it should work fine now.
·
Thursday, 08 September 2016 12:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,
Thanks
I see you edited the script for the iFrame version ?
Where did you get that script ?
Is that all that was done or did you change a setting somewhere ?
Thanks
Danny
·
Thursday, 08 September 2016 18:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Danny,

Yes, I've edited that script inside the URL for example :


<script type="text/javascript"><!--
amazon_ad_tag="jaffili00-20";
amazon_ad_width="468";
amazon_ad_height="60";
amazon_color_background="EFEFCC";
amazon_color_border="CA151A";
amazon_color_logo="FFFFFF";
amazon_color_link="CA151A";
amazon_ad_logo="hide";
amazon_ad_title="MAZ (Martial Art Zone)"; //--></script>
<script type="text/javascript" src="http://ir-ca.amazon-adsystem.com/s/asw.js"></script>


Added extra s

<script type="text/javascript"><!--
amazon_ad_tag="jaffili00-20";
amazon_ad_width="468";
amazon_ad_height="60";
amazon_color_background="EFEFCC";
amazon_color_border="CA151A";
amazon_color_logo="FFFFFF";
amazon_color_link="CA151A";
amazon_ad_logo="hide";
amazon_ad_title="MAZ (Martial Art Zone)"; //--></script>
<script type="text/javascript" src="https://ir-ca.amazon-adsystem.com/s/asw.js"></script>


if you check my attached screenshot below, you will know why that is not working, because your SSL already blocked which link is not support https.
·
Thursday, 08 September 2016 22:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post