Hello,
I need to add some javascript and links to a CSS file and links to the head section of a single page. See links etc below. I tried adding it to a code block. It does show up on the page, but it is not in the head and therefore doesn’t work. Code is below. Thanks!
link to page (within content) Career Opportunities
Stuff that needs to be added to the head:
<script type=“text/javascript” src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
<script type=“text/javascript” src=“http://secure.entertimeonline.com/ta/js/fancybox/jquery.fancybox-1.3.4.pack.js”></script>
<link rel=“stylesheet” href=“https://secure.entertimeonline.com/ta/css/fancybox/jquery.fancybox-1.3.4.css” type=“text/css” media=“screen”>
<script>
$(“#jobSearchLink”).fancybox({
‘width’ :’75%’,
‘height’ :’65%’,
‘autoScale’ :false,
‘transitionIn’ :’elastic’,
‘transitionOut’ :’none’,
‘type’ :’iframe’
});
</script>
Hi diannaj,
I think you forgot to put the actual link into the link, could you post it again please? We might need a temporary admin login as well. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Ok, I am adding that in the Private content field. Thanks!
Hi!
Are you trying to open the link into a lightbox? Add the iframe=true parameter in the url.
<a id="jobSearchLink" href="https://secure.entertimeonline.com/ta/i.SWMC.jobs?JobsSearch=1&iframe=true">Career Opportunities</a>
Check it now: http://sonomawestmedicalcenter.com/careers/
NOTE: You don’t need the fancybox script.
Best regards,
Ismael
