Forum Replies Created

Viewing 10 posts - 2,951 through 2,960 (of 6,341 total)
  • Author
    Posts
  • in reply to: Get rid of "Leave a Reply" #8284
    You must have valid license to access this content.
    in reply to: Issues on smartphone and touch pad #8279
    You must have valid license to access this content.
    in reply to: Adding Skype chat where search button is/was #8278

    I 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>
    
    in reply to: Portfolio Lightbox Issue #8269
    You must have valid license to access this content.
    in reply to: Adding Skype chat where search button is/was #8268

    The 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>
    
    in reply to: Bugs report on smartphone and touch pad #8265
    You must have valid license to access this content.
    in reply to: Bugs report on smartphone and touch pad #8264
    You must have valid license to access this content.
    in reply to: Adding Skype chat where search button is/was #8263

    Hi

    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

    in reply to: Page Jump Customization #8262
    You must have valid license to access this content.
    in reply to: Bullet Points #8258
    You must have valid license to access this content.
Viewing 10 posts - 2,951 through 2,960 (of 6,341 total)