Jqyery/JavaScript Problem

Discussion in 'HTML & Website Design' started by jenx67, Oct 28, 2011.

  1. #1
    I have searched high and low for an answer to this problem. I wantto add a widget with javascript to my blog. It's a share counter for Share This, FB and Twitter. It is interfering with my carousel/slider. When I post the javascript widget the slider photos don't show up. Does anyone have a solution I can implement? My site is http://www.jenx67.com Thank you! I also use the Share This counter on http://www.OklahomansfortheArts.org, but I had to completely remove the slider. Thanks, jen
     
    jenx67, Oct 28, 2011 IP
  2. oortcloud

    oortcloud Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I've not looked at the code of these particular widgets, but I've had this happen to me before. Usually this happens because they are both using the same variable somewhere within the code. If this is the case, it can be very difficult to fix on your own. You might have already done this, but if they are common widgets and they have help documentation, take a look there for people having similar problems - maybe they have found a fix. If you haven't already, you could Google the names of both widgets to see if anyone else is discussing them together. You might try reaching out to authors of the widget if possible, it might be a problem that he/she would want to correct.

    What I usually do and recommend is to replace one or the other with a comparable widget.


     
    oortcloud, Oct 31, 2011 IP
  3. kellyphong

    kellyphong Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    There is no jquery when I see your website's source. And your bookmark is using jQuery variable instead of usual $ (may be because you are running in noConflict mode, but confirm)
     
    kellyphong, Oct 31, 2011 IP