Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Easyaspie menu and RRSSB not working together

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #210598
    vynnus
    Participant

    Please check the references at the bottom.

    Hi guys, I’m designing a template to my CMS.
    Easyaspie menu and RRSSB are working fine in desktop version.
    However on mobile I can’t see the icons from RRSSB.

    I figured out that there’s a conflict between Easyaspie menu and RRSSB.
    Removing the code below I can see the icons on responsive and destop side but obviously the responsive menu won’t work.


    <script type="text/javascript">
    $(document).ready(function() {
    $('nav').easyPie({
    icon: "+",
    navClass: "applePie",
    collapseClass: "pieCollapse",
    slideTop: true // change to false if you wish to not have a scrollTo function on your menu
    });
    });
    </script>

    I have no clue how to fix this. Hope someone can help :)
    Here’s the template in my CMS -> http://goo.gl/E0NmRZ

    References:
    Easyaspie menu – https://github.com/chrisdivyak/EasyAsPie
    Ridiculously Responsive Social Sharing Buttons (RRSSB) – https://github.com/kni-labs/rrssb

    #234734
    vynnus
    Participant

    anybody, please?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.