Tagged: , , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #679396

    Hey! :)

    Is it possible, to have Skype in the social profiles (shown in the top-bar and in the footer) be replaced with a functionality like this:

    <script type="text/javascript" src="https://secure.skypeassets.com/i/scom/js/skype-uri.js"></script>
    <div id="SkypeButton_Call_Me_1">
     <script type="text/javascript">
     Skype.ui({
     "name": "chat",
     "element": "SkypeButton_Call_Me_1",
     "participants": ["Me"],
     "imageColor": "white"
     });
     </script>
    </div>

    ?

    Right now, I have a link like this set: skype:Me?chat – but this is apparently bad for SEO as it contains a question mark.

    As for the Special Headlines we had issues as these were going out of the observable space from time to time, when for example being watched on mobile portrait resolution (longer words were vanishing to the right side).
    For now it is addressed with this Quick CSS:

    h1, h2 {
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
    }

    But I guess you guys probably have a cleaner/better solution for me?

    Thanks a bunch as always!

    Best regards,
    eC

    #681294

    Hey eC,

    1- Please feel free to request – or vote if already requested – such feature on Enfold feature request form. Unfortunately it is currently not easily possible to implement it. If you urgently need it, please consider to hire a freelance developer.
    2- Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your H1 tagged elements and give them a custom CSS class and then add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .your-custom-class h1 { font-size: 30px !important; }}

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.