Forum Replies Created
-
AuthorPosts
-
You must have valid license to access this content.You must have valid license to access this content.
FocuxTheme Support
KeymasterI found error: “Uncaught ReferenceError: Skype is not defined”
Change this line
<script type="text/javascript" src="www.skypeassets.com/i/scom/js/skype-uri.js"></script>
to
<script type="text/javascript" src="http://www.skypeassets.com/i/scom/js/skype-uri.js"></script>
You must have valid license to access this content.FocuxTheme Support
KeymasterThe code was automatically modified when I posted for you, please try again
<script type="text/javascript" src="www.skypeassets.com/i/scom/js/skype-uri.js"></script> <div id="SkypeButton_Call_full.frame.productions_1" style="float:right;width:20px;height:30px;margin-top:-5px;margin-left:-60px;margin-right:140px;"> <script type="text/javascript"> Skype.ui({ "name": "chat", "element": "SkypeButton_Call_full.frame.productions_1", "participants": ["full.frame.productions"], "imageSize": 32 }); </script> </div>You must have valid license to access this content.You must have valid license to access this content.FocuxTheme Support
KeymasterHi
First, change the codes to
<script type="text/javascript" src="http://www.skypeassets.com/i/scom/js/skype-uri.js"></script> <div id="SkypeButton_Call_full.frame.productions_1" style="float:right;width:20px;height:30px;margin-top:-5px;margin-left:-60px;margin-right:140px;"> <script type="text/javascript"> Skype.ui({ "name": "chat", "element": "SkypeButton_Call_full.frame.productions_1", "participants": ["full.frame.productions"], "imageSize": 32 }); </script> </div>Second, edit header.php file, put the codes below the
<div id="logo"></div>
Thanks
You must have valid license to access this content.You must have valid license to access this content. -
AuthorPosts
