Okay
  Public Ticket #856760
Social Links
Closed

Comments

  •  2
    Roman started the conversation

    Hi,

       I am wondering how I make the social footer div's clickable links. If I start wrapping them in <a> the formatting becomes messed up.

    I would also like to know if I can change the <div class="social-ico s-plus"></div> to an instagram icon somehow?

    Thanks for your help. I'm finally getting going with this theme, and it is really great. I hope I don't have too many questions in the future :) Thanks for all of your help!

  •  850
    Jelly replied

    Hi,

    Please try my code below:

    <a href="" class="social-ico s-facebook"></a>
    <a href="" class="social-ico s-youtube"></a>
    <a href="" class="social-ico s-plus"></a>
    <a href="" class="social-ico s-twitter"></a>
    <a href="" class="social-ico s-soundcloud"></a>
    

    Best Regards,
    Jelly Team

  •  2
    Roman replied

    Thank you. Also, is there a way to change one of those links to instagram?

  •  850
    Jelly replied

    Hi,

    The reason is we don't include the instagram icon in this so you can't change the icon although you can change the link to social media.

    Best Regards,
    Jelly Team

  •  2
    Roman replied

    Thanks for letting me know. 

    I am also wondering how I get to make the Twitter section work. Is there a way to automatically pull from my twitter account here, or do I need to manually add a few quotes? Thank you!

  •  850
    Jelly replied

    Hi,

    Please go to this file: \sonorama\js\tweets.js, go to the end of the file. You will see:

    twitterFetcher.fetch('345170787868762112', 'myTweet', 1, false);

    Change the number: 345170787868762112 with your widget. You can create the widget in: https://twitter.com/settings/widgets

    Best Regards,
    Jelly Team

  •  2
    Roman replied

    Thank you for the reply. I went to create a twitter widget and it gave me this code: 

    <a class="twitter-timeline" href="https://twitter.com/TheElectropoint">Tweets by TheElectropoint</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
    

    I don't see a number invloved that I can use to replace in the tweets.js file. Any help would be wonderful. Thanks.

  •  850
    Jelly replied

    Hi,

    My example code below, I think your code not correct:

    <a class="twitter-timeline"  href="https://twitter.com/xxxx" data-widget-id="506157815xxxxxxxx"></a>
    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

    Maybe you can resolve it with other help from twitter: https://support.twitter.com/articles/20170071

    Best Regards,
    Jelly Team

  •  2
    Roman replied

    When you create a widget on twitter you no longer get an id number. In fact, as I look online for answers how to get my widget ID number, the Twitter widget creator says it does not give widget numbers for the last two years. What should I do? The article you sent me takes me back to making a widget that looks like this:

    <a class="twitter-timeline" href="https://twitter.com/TheElectropoint">Tweets by TheElectropoint</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
    
  •  850
    Jelly replied

    Hi,

    You can check same question here: https://twittercommunity.com/t/how-do-you-get-twitter-widget-id/20498.

    Then you can get help from twitter team: https://support.twitter.com/.

    Or you can check the solution here: https://www.pixelunion.net/support/how-do-i-find-my-twitter-widget-id/.

    Best Regards,
    Jelly Team

  •  2
    Roman replied

    Hello,

       I am really happy with the theme now. I was able to get rid of the twitter section instead of using it. But my only issue is my website does not seem to work properly on mobile devices. Can you let me know what is wrong with it?


    http://www.electropointmusic.com

  •  850
    Jelly replied

    Hi,

    Please update some screenshots with the problem, I will help you sort it out. Because I'm not sure the problem in your side, so some screenshots will helpful for me.

    Best Regards,
    Jelly Team