SitePoint Sponsor

User Tag List

Results 1 to 12 of 12

Thread: lightbox plus

  1. #1
    SitePoint Enthusiast
    Join Date
    Feb 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    lightbox plus

    I got a wordpress plugin lightbox plus that isn't working on my website and i am not sure why. i disabled all other plugins but that didn't resolve anything. any suggestions as to how to find out what is causing the issue?

  2. #2
    Grüße aus'm Pott
    SitePoint Award Recipient Pullo's Avatar
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    2,486
    Mentioned
    40 Post(s)
    Tagged
    3 Thread(s)
    What is or isn't happening?
    Can you post a link where we can see the problem?
    How well do you know your JavaScript from your jQuery?
    Check out SitePoint's latest JavaScript challenge


    My blog

  3. #3
    SitePoint Enthusiast
    Join Date
    Feb 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When you press on any of the features such as "scale communications" there is no inline lightbox that shows up. Here is the link:

    http://www.polarpos.com/polar-pos-co...uickbooks-pos/

  4. #4
    Grüße aus'm Pott
    SitePoint Award Recipient Pullo's Avatar
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    2,486
    Mentioned
    40 Post(s)
    Tagged
    3 Thread(s)
    Your problem is in the file "custom.js" with the following lines:
    Code JavaScript:
    $("#navigation > ul").muffingroup_menu({...});
    $("#megamenu > ul").muffingroup_menu({...});
    This results in the error:
    Code:
    Uncaught TypeError: Object [object Object] has no method 'muffingroup_menu'
    Maybe you forgot to include a dependency?
    Anyway, if you remove these lines, then things should work as expected.

    Also, you're getting a 404 for the following file: http://www.polarpos.com/wp-content/t...u.js?ver=2.1.1
    How well do you know your JavaScript from your jQuery?
    Check out SitePoint's latest JavaScript challenge


    My blog

  5. #5
    SitePoint Enthusiast
    Join Date
    Feb 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks! it is working now.

    besides removing them anything else can be done?

  6. #6
    Grüße aus'm Pott
    SitePoint Award Recipient Pullo's Avatar
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    2,486
    Mentioned
    40 Post(s)
    Tagged
    3 Thread(s)
    Quote Originally Posted by boobymonster View Post
    thanks! it is working now.
    Glad to hear it!

    Quote Originally Posted by boobymonster View Post
    besides removing them anything else can be done?
    I don't quite know what you mean by this.
    I just had a look at your site and it seems that you are currently working on it (lots of things broken).
    Nonetheless, if I can help you with anything else related to this topic, just post back here.
    How well do you know your JavaScript from your jQuery?
    Check out SitePoint's latest JavaScript challenge


    My blog

  7. #7
    SitePoint Enthusiast
    Join Date
    Feb 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't think those lines were the issue. While Lightbox Plus works after they are removed, Lightbox Plus works with that theme being used on a clean install. I can post a link if you'd like?

  8. #8
    Grüße aus'm Pott
    SitePoint Award Recipient Pullo's Avatar
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    2,486
    Mentioned
    40 Post(s)
    Tagged
    3 Thread(s)
    Yeah, go on then.
    How well do you know your JavaScript from your jQuery?
    Check out SitePoint's latest JavaScript challenge


    My blog

  9. #9
    SitePoint Enthusiast
    Join Date
    Feb 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    www.polarpos.com/wordpress

    if you go on there and click on "Hello World" you will see a link "Scale Communications" if you click on that you will see that Lightbox Plus works.

  10. #10
    Grüße aus'm Pott
    SitePoint Award Recipient Pullo's Avatar
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    2,486
    Mentioned
    40 Post(s)
    Tagged
    3 Thread(s)
    Quote Originally Posted by boobymonster View Post
    www.polarpos.com/wordpress

    if you go on there and click on "Hello World" you will see a link "Scale Communications" if you click on that you will see that Lightbox Plus works.
    That's cool that Lightbox Plus works, but that's what you want it do do, right?
    Or did I miss something and there is still an problem with the page?
    How well do you know your JavaScript from your jQuery?
    Check out SitePoint's latest JavaScript challenge


    My blog

  11. #11
    SitePoint Enthusiast
    Join Date
    Feb 2012
    Posts
    75
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Pullo View Post
    That's cool that Lightbox Plus works, but that's what you want it do do, right?
    Or did I miss something and there is still an problem with the page?
    that is correct but this is the same theme.

  12. #12
    Grüße aus'm Pott
    SitePoint Award Recipient Pullo's Avatar
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    2,486
    Mentioned
    40 Post(s)
    Tagged
    3 Thread(s)
    Quote Originally Posted by boobymonster View Post
    that is correct but this is the same theme.
    I'm sorry, I'm probably just being stupid, but I don't get your point.
    Are you wondering why this page works and on the other one you had to comment out some code?
    How well do you know your JavaScript from your jQuery?
    Check out SitePoint's latest JavaScript challenge


    My blog

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •