Support

Spyker and slider (3 posts)

Languages

de | fr | es | 日本語

About This Topic

Tags

  1. rss reprint

    junior member


    rss Posted 2 years ago
    #

    Hi Milo,

    I am making progress developing my website and love the look of Spyker. However I am having trouble with the slider. The thumbnail photos are showing but the slider is not working. I have 10 posts with images in a category called Featured and that is set in the Spyker options for the slider.
    In Firefox, I get this in error console

    Error: jQuery("ul.sf-menu").superfish is not a function
    Source File: http://mysportscar.org/
    Line: 31

    and in internet explorer
    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)
    Timestamp: Sun, 20 Dec 2009 19:43:42 UTC

    Message: Object doesn't support this property or method
    Line: 31
    Char: 4
    Code: 0
    URI: http://mysportscar.org/

    I am using WPMU 2.8.6 with BuddyPress. Site is Mysportscar.org. I am sure this will help others who are implementing this theme which is why I am posting here,

    I am promoting this website as an example BuddyPress website through my blog so in turn also promoting the theme.

    Thanks for your time and great work.

  2. rss reprint

    junior member


    rss Posted 2 years ago
    #

    Applied the fix described here for the New Yorker theme
    http://forum.milo317.com/topic/new-yorker-theme#post-1046

    In header.php replaced
    jQuery(function(){
    jQuery('ul.sf-menu').superfish();
    });
    with
    <script type="text/javascript">
    if ( jQuery('ul.sf-menu').superfish() ) {
    jQuery('ul.sf-menu').superfish();
    }
    </script>

    Now it is working fine.

  3. rss milo

    moderator


    rss Posted 2 years ago
    #

    Great, implemented this solution in the latest theme versions, thank you for the fix.

Reply

You must log in to post.

Design by milo

Milo designs web sites that strike the perfect balance between professional high-class graphics, functionality, usability, user experience, and high performance.