Widgets stopped working in iweb

The Google Maps and RSS widget in iWeb just stopped working on my website.  Googleamaps says "Closed" and the RSS feed says it can't find it. Weird, my iWeb version is all up to date. Any ideas?

The Map widget hasn't worked since MobileMe shut down. I can be created in other ways. Go here for a step by step tutorial...
http://www.hotelsnearthechanneltunnel.co.uk/MobileMe-Closed-iWeb-HTML-Map-Snippe t.html
Here's some info about creating Google maps using the code from maps.google.com and some other examples of adding different features to your maps...
http://www.iwebformusicians.com/iweb-snippets/map-tutorial.html
http://www.iwebformusicians.com/iweb-snippets/map.html
http://www.iwebformusicians.com/iweb-snippets/map-2.html
Have a look at the "Old Toad" special...
http://www.iwebformusicians.com/iweb-snippets/quick-flip.html

Similar Messages

  • Widgets Stopped Working!!!

    After reading a lot of articles on how people's widgets stopped working, and how there was no definitive answer, I would like to share what I did.
    I have a brand new MBP with Snow Leopard installed. All my widgets worked fine for a while.. Then they just froze up.
    I started researching, and trying various things, all with no success... I could see Dashboard eating 100% cpu in Activity Monitor, and when I would kill the process, it would come back.
    What I did was, delete all dashboard preferences, ~/Library/Preferences, killed the Dashboard process, opened terminal and typed:
    killall Dock(as my research suggested the Dock hold on to the dashboard preferences)
    After that, I then added back my widgets and all worked.

    Doesn't work for me - no stalled processes that I can find. There are four items called DashboeardClient that keep vanishing and then reappearing for a few seconds at a time. They have a number from 259 to 262 next to them
    Also, in the WIDGET MANAGER some have a white '-' sign in a red circle next to them that does not seem to indicate anythng unusual - i.e. some of these widgets are still working.
    If I turn widgets off, I can't turn them on again. Even doing a restart and Permissions repair doesn't restart them.
    Some Widgets are on the desktop but are empty and do nothing.
    You may click on the picture if you need to see it larger. As yo can see, although some are checked again, they haven't returned.

  • Widget stops working when second widget added

    I added a twitter feed widget via adobe widget and it was working. Then I added an image cycle widget and the image cycle widget worked, but the twitter feed widget stopped showing up in the browser. Here's my code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>CBB — Creative By Becky</title>
    <link href="css/styles.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="http://www.google.com/jsapi" type="text/javascript"></script>
    <script src="scripts/jquery.js" type="text/javascript"></script>
    <script src="scripts/twitter_search.js" type="text/javascript"></script>
    <script src="scripts/jquery-1.6.min.js" type="text/javascript"></script>
    <script src="scripts/jquery.cycle.all.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2125523" binding="#twitter" />
      <oa:widget wid="2559022" binding="#slideshow" />
    </oa:widgets>
    -->
    </script>
    <style type="text/css">
    /* BeginOAWidget_Instance_2125523: #twitter */
                        #twitter {
              height: 200px;
              width: 200px
    </style>
    <style type="text/css">
    /* BeginOAWidget_Instance_2559022: #slideshow */
                                  #slideshow { 
                                      padding: 0px;
                                            margin:0; 
                                  #slideshow-caption{
                                            padding:0;
                                            margin:0;
                                  #slideshow img, #slideshow div { 
                                      padding: 0px;
                                      background-color: transparent;
                                            -webkit-border-radius: 0px;
                                            -moz-border-radius: 0px;
                                            border-radius: 0px;
                                      margin: 0;
    /* EndOAWidget_Instance_2559022 */
    </style>
    </head>
    <body>
    <div id="container">
      <div id="header"><img src="images/header.png" width="900" height="150" alt="cbb - creative by becky freelance print and web designer" /></div>
      <div id="logo">
        <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow
                               slideshowAddCaption=false;
    $(document).ready(function() {
              $('#slideshow').cycle({
                        after:                              slideshowOnCycleAfter, //the function that is triggered after each transition
                        autostop:                              false,     // true to end slideshow after X transitions (where X == slide count)
                        fx:                                        'fade,',// name of transition effect
                        pause:                              true,     // true to enable pause on hover
                        randomizeEffects:          true,  // valid when multiple effects are used; true to make the effect sequence random
                        speed:                              2000,  // speed of the transition (any valid fx speed value)
                        sync:                              false,     // true if in/out transitions should occur simultaneously
                        timeout:                    6000,  // milliseconds between slide transitions (0 to disable auto advance)
                        fit:                              true,
                        height:                       '400px',
                        width:         '900px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshowOnCycleAfter() {
              if (slideshowAddCaption==true){
                                  $('#slideshow-caption').html(this.title);
    // EndOAWidget_Instance_2559022
        </script>
        <div id="slideshow">
          <!--All elements inside this will become slides-->
          <img src="images/beach1.jpg" width="100" height="100" title="caption for image1" /> <img src="images/beach2.jpg" width="300" height="300" title="caption for image2" /> <img src="images/beach3.jpg" width="200" height="200" title="caption for image3" />
          <div title="sample title"> you can add blocks of text instead!</div>
          <img src="images/beach4.jpg" width="200" height="200" title="caption for image4" /> <img src="images/beach5.jpg" width="200" height="200" title="caption for image5" /> </div>
        <!--It is safe to delete this if captions are disabled-->
        <div id="slideshow-caption"></div>
      </div>
      <div id="menu">
        <ul id="crr_menu" class="MenuBarHorizontal">
          <li><a href="index.html">Home</a>      </li>
          <li><a href="#">About</a></li>
          <li><a href="#">Portfolio</a>      </li>
          <li><a href="contact.html">Contact</a></li>
        </ul>
      </div>
      <div id="leftcolumn">
        <div id="twitter"></div>
        <script type="text/javascript">
    // BeginOAWidget_Instance_2125523: #twitter
    $(document).ready(function() {
              $('#twitter').twitterSearch({
                        term: 'from%3Acreativebybecky',
                        title: 'creativebybecky twitterfeed',
                        titleLink: 'http://www.twitter.com/creativebybecky',
                        bird: true,                                                  // true or false (show or hide twitter bird image)
                        birdSrc: 'images/tweet.gif',                     // twitter bird image
                        birdLink: '',                    // url that twitter bird image should like to
                        avatar: false,                                        // true or false (show or hide twitter profile images)
                        anchors: true,                              // true or false (enable embedded links in tweets)
                        animOutSpeed: 500,          // speed of animation for top tweet when removed
                        animInSpeed: 500,          // speed of scroll animation for moving tweets up
                        pause: true,                                        // true or false (pause on hover)
                        time: false,                                                  // true or false (show or hide the time that the tweet was sent)
                        timeout: 8000,                              // delay betweet tweet scroll
                        css: {
                                  a:     { textDecoration: 'none', color: '#990066', fontWeight: 'normal'},
                                  container: { backgroundColor: '#000000' },
                                  frame: { border: '10px solid #333333', borderRadius: '10px', '-moz-border-radius': '10px', '-webkit-border-radius': '10px' },
                                  img:   { width: '30px', height: '30px' },
                                  loading: { color: '#888' },
                                  text:  {fontWeight: 'normal', fontSize: '12px', color:'#ffffff'},
                                  time:  { fontSize: '12px', color: '#CCC' },
                                  title: { backgroundColor: '#990066', padding: '5px 0 5px 0', textAlign: 'center', fontWeight: 'bold', fontSize: '12px'},
                                  titleLink: { textDecoration: 'none', color: '#ffffff' },
                                  user:  { fontSize: '12px'},
                                  fail:  { background: '#6cc5c3 url(/images/failwhale.png) no-repeat 50% 50%'}
    // EndOAWidget_Instance_2125523
        </script>
      </div>
      <div id="content">
        <h1>You've made it to my homepage.</h1>
        <p>That means I'm well on my way to expanding my creative portfolio beyond print design and setting foot into the world of digital. I think I'm getting the hang of it.</p>
        <p>This inaugural site, while not perfect, will showcase my progress in this new venture as well as highlight my current accomplishments. Thanks for visiting! </p>
      </div>
      <div id="footer">cbb — creative by becky — 2012</div>
    </div>
    <p>  </p>
    <p>  </p>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("crr_menu", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
      </script>
    </body>
    </html>

    Donna_d
    Two script instances running how do you keep them from both running? I am trying to bring in a jSocial(1.0) and a Flexslider (2.1) thumbnail navigator both will not run with the other.  Can you help?
    Thanks
    widgetgeek

  • Translation widget stopped working

    My translator widget has stopped working. When I type a word in either spanish or english I get a "data unavailable" message along the very bottom of the widget. What is the porblem and how can I correct it? I really need this widget. I appreciate anyone's help. Thanx

    I think the site it gets the info from is down. Nothing you can do except wait or try to find another translation widget.

  • Bookmark Widget Stopped Working

    Please help!
    My Bookmark Widget from cpguru suddenly stopped working for no apparent reason. I did not add any quizes nor did I make changes to the widget properties.
    I did recently upgraded my Captivate to version 5.0.2.630 . . . could this be the problem? Please help
    Thanks,
    Roger

    Cpguru himself would be the best person to look into your problem: http://www.cpguru.com/
    I hear he's on vacation in east Asia at the moment, but should have recovered from the hangovers enough to answer emails sometime around the end of this month.  If you're lucky, he might be watching email from some Internet Cafe in the jungle occasionally.
    In the meantime, have you tried experimenting to see if the issue is only with one project or exists even on brand new projects you create?  That would help a lot.

  • Weather widget stopped working

    I'm using Macbook Pro Retina 865 with OS X 10.9.4
    Recently, I noticed that my weather widget stopped updating new data of my place 'Hanoi, Vietnam'. I tried to close the current widget and re-open it but no avail. However, if I enter new place, the widget still worked perfectly. I don't know what the cause of this problem is and hope that someone can help.
    Thanks in advance.

    Looks like this is a problem with Weather.com (the provider of the data). When I type in 'Hanoi' nothing shows.

  • Form Mail widget not working in iWeb 09

    The FormMail widget that was working in iWeb 08 is no longer working in iWeb 09. Any ideas on what is wrong?
    Thanks,
    roxpat

    I got your message, but my email server won't let me reply to your address. Don't know why.
    Anyway, I'm not sure what you mean you copied and pasted the code into a new page. Did you copy some code into a new document and name it with a .pl extension?
    The formmail script that I've been using for years and is widely available from many sites is named "nms formmail" and it is a PERL script. The file's name ends with a .pl extension. You have to customize it for your uses, as far as the email referrer's and the email addresses you want the form on your site to be able to send to.
    After you customize the formmail.pl script, you ftp it into the cgi-bin directory that is provided by your site hosting company, on their server. You can't do this with iWeb. You have to make sure the permissions on the cgi-bin folder and file are set to 755 (you can do this by getting info in CyberDuck.
    Now you build the form in some program (I use Dreamweaver), but look around and there are other programs that can do this. After the form is set up properly, to post to the perl script, with the proper hidden fields that control the recipient number, the required fields, field order, etc, you copy and paste the code for the form into an HTML widget that's been placed on your Contact page in iWeb and upload the changed page.
    When all of these conditions are met, perfectly, you can have a form on a page that can accept user input, and that gets emailed to an address you choose, without having any email addresses on a page for the spambots to find.
    Now, there are other ways to do this, but when you mentioned formmail I assumed you were using either the original FormMail.pl file from "Matt's Scripts" or the newer more secure version named "NMS FormMail".
    If that's not the case, then maybe you can provide a link to this "FormMail" site that you went to so that we can determine what you are using and trying to do.
    Sorry for the confusion, but there are so many ways to configure these sites that I can't take anything for granted. Based on the graphic of your "Site" folder layout, you don't appear to be using iWeb's built-in ftp so you may need to make some changes, like duplicating the cgi-bin directory from the online site, putting your perl script into it, then upload your site in such a way that you don't change the directory structure for the online site.

  • Yahoo Finance stock widget stopped working

    I am using the Yahoo Finance stock widget on Dashboard that comes with OS X on both a MacBook Pro running Mountain Lion and an iMac running Lion.  In the last few days, both of them stopped retrieving data.  For years I have added my own mutual fund symbols to the widget to track my funds, and they have worked fine. Just to see if it made a difference, I removed my fund symbols, and suddenly the widget works again with the default stocks and indices that the widget comes with, on both of my machines.
    I don't know what the issue is, but I was curious if anyone knows what is causing this.  BTW, I already started using the Fidelity stock widget that is on the Apple widget site.  The Fidelity widget works fine on both my machines.

    When I've had problems with widgets I was able to fix them by deleting the .plist for the particular widget.
    Either hold down the option key and select your user Library in your home folder or use the Finder “Go To Folder” command and enter ~/Library/Preferences. Near the bottom of Preferences are the widget .plists widget-com.apple.widget.widget name. You can move the .plist to your desktop and test. If okay delete the old .plist.
    If you prefer to make your user library permanently visible, use the Terminal command found below.
    Show User Library
    You might want to bookmark the command. I had to use it again after I installed 10.8.4. I have also been informed that if you drag the user library to Finder it will remain visible.

  • Comments Widget not working in iWeb 08 2.0.4

    I need some help with the Comments Widget. I've added this to my blog posts but it isn't working. The widget / comments box isn't showing.
    Where the widget should be showing, it simply says:
    Comments Widget
    I can provide screen shots if needed.
    Thanks!

    Are you hosting your site on an external server? If so, iWeb actually tells you when you publish to a folder that certain features are not available such as blog comments, hit counter etc.
    Blog comments or any comments are a MobileMe only feature, so you have to publish here to get them.

  • Help needed: Adding 2nd widget makes 1st widget stop working

    Dear all,
    I use 1 widget, jQuery Cycle, and it was working fine, until i added a 2nd one, FlexSlider.
    How can i make both working on the same page?
    My website is : VINDSTERS - Wij Vinden wat u zoekt!  and please see my coding below.
    Thanks a lot!
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    <script type="text/javascript" src=
    "main slide js/smoothscroll.js"></script>
    </style>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2559022" binding="#slideshow_header" />
      <oa:widget wid="2559022" binding="#slideshow_1" />
      <oa:widget wid="2827522" binding="#OAWidget" />
    </oa:widgets>
    -->
    </script>
    <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
    <script src="main slide js/jquery-1.6.min.js" type="text/javascript"></script>
    <script src="main slide js/jquery.cycle.all.js" type="text/javascript"></script>
    <script src="gevonden door js/modernizr-2.5.2-respond-1.1.0.min.js" type="text/javascript"></script>
    <script src="gevonden door js/jquery-1.7.2.min.js" type="text/javascript"></script>
    <script src="gevonden door js/jquery.flexslider-min.js" type="text/javascript"></script>
    <script src="gevonden door js/jquery.mousewheel.js" type="text/javascript"></script>
    <script src="gevonden door js/jquery.easing.1.3.js" type="text/javascript"></script>
    <script>
    $(document).ready(function() {
        $("#cont2").hide();
    $('#showMenu').click(function()
    $("#cont2").slideToggle('slow');     
    $(document).ready(function() {
    $('.closeMenu').click(function()
    $("#cont2").slideUp('slow');     
    </script>
    <style type="text/css">
    /* BeginOAWidget_Instance_2559022: #slideshow_header */
      #slideshow_header {
        padding: 0px;
      margin:0;
      #slideshow_header-caption{
      padding:0;
      margin:0;
      #slideshow_header img, #slideshow_header div {
        padding: 0px;
        background-color: #ffffff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
        margin: 0;
    /* EndOAWidget_Instance_2559022 */
    </style>
    <link href="css/style.css" rel="stylesheet" type="text/css" />
    <link href="css/flexslider.css" rel="stylesheet" type="text/css" />
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <b><title>VINDSTERS - Wij Vinden wat u zoekt!</title></b>
    <meta name="Description" content="Vindsters.nl Wij vinden wat u zoekt" />
    <meta name="keywords" content="vindsters,vindsters.nl,tweedehands, zoeken, design, vintage, vinden, service, meubels, kleding, schoenen" />
    <link href="icons/logo-vindsters-square.gif" rel="shortcut icon " />
    <link href="style.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="#"><h1><a href="#" id="showMenu">MENU
      </a> </div>
    <div id="cont2" class="hidden">
        <ul>
      <li>s
        <h1><a href="#fadein" class="closeMenu">HOME</a></h1>
      </li>
      <li>
        <h1><a href="#info" class="closeMenu">HOE WERKT HET?</a></h1>
      </li>
      <li>
        <h1><a href="#mainbox2" class="closeMenu">PRIJZEN</a></h1>
      </li>
      <li>
        <h1><a href="#leftcollum2" class="closeMenu">GEVONDEN DOOR...</a></h1>
      </li>
      <li>
        <h1><a href="#mainbox" class="closeMenu">OVER VINDSTERS</a></h1>
      </li>
      <li>
        <h1><a href="#footer" class="closeMenu">CONTACT & VOORWAARDEN </a></h1>
      </li>
      </ul>
      <p> </p>
      </div>
    <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow_header
           slideshow_headerAddCaption=true;
    $(document).ready(function() {
      $('#slideshow_header').cycle({
      after: slideshow_headerOnCycleAfter, //the function that is triggered after each transition
      autostop: false,     // true to end slideshow after X transitions (where X == slide count)
      fx: 'scrollLeft,',// name of transition effect
      pause: true,     // true to enable pause on hover
      randomizeEffects: true,  // valid when multiple effects are used; true to make the effect sequence random
      speed: 1000,  // speed of the transition (any valid fx speed value)
      sync: true,     // true if in/out transitions should occur simultaneously
      timeout: 7000,  // milliseconds between slide transitions (0 to disable auto advance)
      fit: true,
      height:   '570px',
      width:         '100%'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshow_headerOnCycleAfter() {
      if (slideshow_headerAddCaption==true){
      $('#slideshow_header-caption').html(this.title);
    // EndOAWidget_Instance_2559022
    </script>
    <div id="slideshow_header">
       <!--All elements inside this will become slides-->
    <img src="images/front-1.jpg" width="100%" height="500" title="" /><img src="images/front2.jpg" width="100%" height="500" title="" /></div>
    <!--It is safe to delete this if captions are disabled-->
    <div id="slideshow_header-caption"></div>
    <div id="tab">
      <h4><img src="icons/start2.png" width="310" height="128" alt="button" onclick="window.open('http://vindsters.nl/vindditnu%20php%20version.php','Websonic','width=960,height=600,scroll bars=no,toolbar=no,location=no'); return false" /></h4>
    </div>
      <div id="part2">
        <div id="fadein">
          <h4> Hallo! </h4>
      <h4> Wij zijn VINDSTERS.NL    </h4>
          <h2>Vinden word vanaf nu heel eenvoudig!</h2>
          <h2>Ben je al tijden opzoek naar iets, maar heb je geen idee waar je het moet vinden? </h2>
          <h2>Geen zin of tijd om de duizende advertenties op makrtplaats/ebay of speurders af te gaan?</h2>
          <h2>Vindsters vind alle 2de hands spullen die jij zo graag wil hebben! </h2>
          <div id='button'>
            <p><img src="icons/start2.png" width="310" height="128" alt="button" onclick="window.open('http://vindsters.nl/vindditnu%20php%20version.php','Websonic','width=960,height=600,scroll bars=no,toolbar=no,location=no'); return false" /></p></div>
        </div>
        <div id="info">
          <h4>AANVRAGEN! </h4>
          <h2>Laat ons in je aanvraag met een korte omschrijving weten wat je zoekt. </h2>
          <h2>Naar aanleiding van je aanvraag stellen onze vindsters een korte vragenlijst samen die je per email ontvangt. </h2>
          <h2>Hierin kan je heel gemakkelijk je verdere wensen aangeven. </h2>
          <h2>Alles compleet? Stuur de <br />
            vragenlijst dan naar ons terug en betaal gemakkelijk via de IDeal link in de mail.    </h2>
        </div>
            <div id="info3">
              <p><img src="images/info2.gif" width="748" height="213" /></p>
        </div>
        <div id="tab2">
          <h1>v Lees meer v</h1>
        </div>
        <div id="info2">
          <p> </p>
          <h4> </h4>
          <h4>GEVONDEN! </h4>
      <h2>Zodra je vragenlijst &amp; betaling binnen is, gaan wij voor je aan de slag! </h2>
          <h2>Binnen het afgesproken
            termijn, ontvang je per mail 3 tot 5 passende
            advertenties. </h2>
          <h2>Deze prducten worden persoonlijk door ons geselecteerd, dus je ontvangt altijd een passend aanbod! </h2>
          <h2>&amp; mochten we onverhoopt helemaal niks kunnen vinden, dan krijg je natuurlijk je geld terug. </h2>
          <h2>Alles compleet? Stuur de vragenlijst dan naar ons terug en betaal gemakkelijk via de IDeal link in de mail.</h2>
          <p> </p>
          <h1> </h1>
        </div>
        <div id="mainbox2">
          <div id="insideright2">
            <h4>PRIJZEN</h4>
      <h2>Bij VINDSTERS.NL betaal je altijd maar €5.95 per zoekopracht!      </h2>
            <h2>En succes gegarandeerd, want kunnen wij onverhoopt niet vinden wat jij zoekt?</h2>
            <h2> Dan krijg je de betaalde kosten gewoon terug!</h2>
            <p></p>
          </div>
      </div>
        <div id="gevondendoor">
      <h1>GEVONDEN DOOR VINDSTERS.NL</h1>
      <script type="text/javascript">
    // BeginOAWidget_Instance_2827522: #OAWidget
    $(window).load(function() {
          $('#slider').flexslider({
         namespace: "flex-",             //{NEW} String: Prefix string attached to the class of every element generated by the plugin
        selector: ".slides > li",       //{NEW} Selector: Must match a simple pattern. '{container} > {slide}' -- Ignore pattern at your own peril
          animation: "slide",
        easing: "swing",               //{NEW} String: Determines the easing method used in jQuery transitions. jQuery easing plugin is supported!
          direction: "horizontal",   //String: Select the sliding direction, 'horizontal' or 'vertical'
        reverse: false,                 //{NEW} Boolean: Reverse the animation direction
        animationLoop: false,             //Boolean: Should the animation loop? If false, directionNav will received "disable" classes at either end
        smoothHeight: true,            //{NEW} Boolean: Allow height of the slider to animate smoothly in horizontal mode
          slideshow: true,                //Boolean: Animate slider automatically
          slideshowSpeed: 5000,           //Integer: Set the speed of the slideshow cycling, in milliseconds
          animationSpeed: 600,         //Integer: Set the speed of animations, in milliseconds
          initDelay: 0,                   //{NEW} Integer: Set an initialization delay, in milliseconds
          randomize: false,               //Boolean: Randomize slide order
        useCSS: true,                   //{NEW} Boolean: Slider will use CSS3 transitions if available
          touch: true,                    //{NEW} Boolean: Allow touch swipe navigation of the slider on touch-enabled devices
           video: false,                   //{NEW} Boolean: If using video in the slider, will prevent CSS3 3D Transforms to avoid graphical glitches
          directionNav: true,             //Boolean: Create navigation for previous/next navigation? (true/false)
          controlNav: true,               //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage
          keyboard: true,              //Boolean: Allow slider navigating via keyboard left/right keys
          mousewheel: false,              //Boolean: Allow slider navigating via mousewheel
          prevText: "Previous",           //String: Set the text for the "previous" directionNav item
          nextText: "Next",               //String: Set the text for the "next" directionNav item
          pausePlay: false,               //Boolean: Create pause/play dynamic element
          pauseText: "Pause",             //String: Set the text for the "pause" pausePlay item
          playText: "Play",               //String: Set the text for the "play" pausePlay item
          startAt: 0,                //Integer: The slide that the slider should start on. Array notation (0 = first slide)
          pauseOnAction: true,            //Boolean: Pause the slideshow when interacting with control elements, highly recommended.
          pauseOnHover: true,            //Boolean: Pause the slideshow when hovering over slider, then resume when no longer hovering 
          start: function(){},            //Callback: function(slider) - Fires when the slider loads the first slide
       controlsContainer: "",          //Selector: Declare which container the navigation elements should be appended too. Default container is the flexSlider element. Example use would be ".flexslider-container", "#container", etc. If the given element is                                        not found, the default action will be taken.
           manualControls: "",             //Selector: Declare custom control navigation. Example would be ".flex-control-nav li" or "#tabs-nav li img", etc. The number of elements in your controlNav should match the number of slides/tabs.
           // Carousel Options
        itemWidth: 0,                   //{NEW} Integer: Box-model width of individual carousel items, including horizontal borders and padding.
        itemMargin: 10,                  //{NEW} Integer: Margin between carousel items.
        minItems: 0,                    //{NEW} Integer: Minimum number of carousel items that should be visible. Items will resize fluidly when below this.
        maxItems: 0,                    //{NEW} Integer: Maxmimum number of carousel items that should be visible. Items will resize fluidly when above this limit.
        move: 0,                        //{NEW} Integer: Number of carousel items that should move on animation. If 0, slider will move all visible items.
       before: function(){},           //Callback: function(slider) - Fires asynchronously with each slider animation
          after: function(){},            //Callback: function(slider) - Fires after each slider animation completes
          end: function(){}               //Callback: function(slider) - Fires when the slider reaches the last slide (asynchronous)
    // EndOAWidget_Instance_2827522
      </script>
      <div id="main-container">
        <p><a href="http://www.woothemes.com/flexslider/">Flexslider Demo and Documentation</a></p>
        <div id="main" class="wrapper clearfix">
          <!-- FlexSlider -->
          <div id="container">
            <div id="slider" class="flexslider">
              <ul class="slides">
                <li> <img src="images/kitchen_adventurer_cheesecake_brownie.jpg" /> </li>
                <li> <img src="images/kitchen_adventurer_lemon.jpg" /> </li>
                <li> <img src="images/kitchen_adventurer_donut.jpg" /> </li>
                <li> <img src="images/kitchen_adventurer_caramel.jpg" /> </li>
                <li> <img src="images/kitchen_adventurer_cheesecake_brownie.jpg" /> </li>
                <li> <img src="images/kitchen_adventurer_lemon.jpg" /> </li>
                <li> <img src="images/kitchen_adventurer_donut.jpg" /> </li>
                <li> <img src="images/kitchen_adventurer_caramel.jpg" /> </li>
              </ul>
            </div>
            <div id="carousel" class="flexslider" style="display:none;">
              <ul class="slides">
                <li> <img src="images/kitchen_adventurer_cheesecake_brownie.jpg" /> </li>
                <li> <img src="images/kitchen_adventurer_lemon.jpg" /> </li>
                <li> <img src="images/kitchen_adventurer_donut.jpg" /> </li>
                <li> <img src="images/kitchen_adventurer_caramel.jpg" /> </li>
                <li> <img src="images/kitchen_adventurer_cheesecake_brownie.jpg" /> </li>
                <li> <img src="images/kitchen_adventurer_lemon.jpg" /> </li>
                <li> <img src="images/kitchen_adventurer_donut.jpg" /> </li>
                <li> <img src="images/kitchen_adventurer_caramel.jpg" /> </li>
              </ul>
            </div>
          </div>
        </div>
        <!-- #main -->
      </div>
      <!-- #main-container -->
        </div>
        <div id="leftcollum2">
          <h1>VOORWAARDEN!</h1>
      <h2>Wij houden het graag zo simpel  mogelijk! </h2>
      <h2><a href="voorwaarden.html">lees hier de voorwaarden</a></h2>
          <p> </p>
      </div>
        <div id="rightcollum2">
          <h1>VRAAG &amp; ANTWOORD</h1>
      <h2>Heeft u vragen of suggesties. Laat het ons weten! </h2>
          <h2><a href="contact.html">Contact</a></h2>
          <h2> </h2>
        </div>
        <div id="mainbox">
          <div id="insideright">
            <h1>Over VINDSTERS.NL </h1>
            <h2>Vindsters.nl is opgericht  door Anne &amp; Lisa van Steenbergen. Twee zussen met een passie voor mooie spulletjes.</h2>
            <h2>Het speuren naar tweedehands zit ze in het bloed. Talloze meubels, vintage laarzen, oud speelgoed of designer item is in de loop der jaren aangeschaft.      En in begin 2014 werd het tijd dit deze goede neus voor het speuren te delen met andere. Het resultaat, Vindsters.nl </h2>
            <h2>Vindsters.nl is een service die het mogelijk maakt om alles te vinden wat je zoekt op het gebied van tweedehands artikelen. </h2>
            <h2>Van  die ene favorite spijkerbroek die je terug wilt of die dure merkbank die je voor een prikje hoopt te scoren tot dat kastje van ikea die niet meer word gemaakt of de speelgoedbeer die je vroeger had, Vindsters.nl bied je de mogelijkheid dit eenvoudig te vinden. </h2>
            <h2>Vindsters.nl selecteerd voor jouw persoonlijk 3 tot 5 advertenties die je zoekt uit alle duizenden advertenties die er online zijn.    </h2>
          </div>
        </div>
        <div class="button2">
      <img src="icons/start2.png"  width="412" height="149" alt="button" onclick="window.open('http://vindsters.nl/vindditnu%20php%20version.php','Websonic','width=960,height=600,scroll bars=no,toolbar=no,location=no'); return false" /></div>
      </div>
        <div id="footer">
          <h2> <a href="voorwaarden.html" target="_new" class="smoothScroll">VOORWAARDEN</a>   |  <a href="contact.html" target="_new" >CONTACT</a>   |    <a href="http://www.pinterest.com/vinddit/" target="_new"><img src="icons/pinterest.png" width="20" height="20" align="absbottom" /></a>    <a href="https://www.facebook.com/" target="_new"><img src="icons/fb_1.png" width="20" height="20" align="absbottom" /></a></h2>
          <p><img src="images/iDEAL_120x30_dubbel.jpg" alt="IDEAL" name="ideal" width="120" height="30" id="ideal" /></p>
        </div>
    </body>
    </html>

    Adding to osgood's reply, you are calling four different jquery libraries as in
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    <script type="text/javascript" src=
    "main slide js/smoothscroll.js"></script>
    </style>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2559022" binding="#slideshow_header" />
      <oa:widget wid="2559022" binding="#slideshow_1" />
      <oa:widget wid="2827522" binding="#OAWidget" />
    </oa:widgets>
    -->
    </script>
    <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
    <script src="http://vindsters.nl/main slide js/jquery-1.6.min.js" type="text/javascript"></script>
    <script src="http://vindsters.nl/main slide js/jquery.cycle.all.js" type="text/javascript"></script>
    <script src="http://vindsters.nl/gevonden door js/modernizr-2.5.2-respond-1.1.0.min.js" type="text/javascript"></script>
    <script src="http://vindsters.nl/gevonden door js/jquery-1.7.2.min.js" type="text/javascript"></script>
    This will confuse the browser no end!
    My advice is to remove the last three highlighted lines to see what happens.

  • SPB Weather Widget Stopped Working

    Anyone else got SPB Weather installed on their C7 / N8, etc with the widget on one of their home screens? Mine was working fine up until the weekend but now the weather icons do not appear on the widget. When I launch the full application all seems to be ok. I have tried changing homesceen locations. If you use the picture viewer you can see the weather picture downloaded by the software is blank too?
    Is this just me and is there a fix for this?

    It also happens periodically on SPB mobile shell for s60v5. I would suggest contacting the SPB developers as its not a device specific bug but an app bug itself.
    If you find my post helpful please click the green star on the left under the avatar. Thanks.

  • Help! my weather widget stopped working one day.

    All other widget works but just not the weather one. Any clues to how to fix it?

    same here...appears to me the server's broken...at least the app's not working.
    why? someone messed up the config...
    here's what the error message says:
    Server Error in '/NWO' Application.
    Configuration Error
                            Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.           
                Parser Error Message: The browser or gateway element with ID 'safari1plus' cannot be found.
                Source Error:
                          Line 4:  -->Line 5:  <browsers>Line 6:      <browser refID="safari1plus">Line 7:          <controlAdapters>Line 8:              <adapter controlType="System.Web.UI.WebControls.Menu" adapterType="" />                 
                Source File: \\adcfs4\data\AccuWeb2\pub2004\NWO\App_Browsers\BrowserFile.browser    Line: 6           
                Version Information:
    Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

  • Widgets Stopped working... how do I fix?

    All of a sudden, my widgets appear but remain blank-faced and don't work.
    Any suggestions as to how to fix?
    Thanks!!!

    Doesn't work for me - no stalled processes that I can find. There are four items called DashboeardClient that keep vanishing and then reappearing for a few seconds at a time. They have a number from 259 to 262 next to them
    Also, in the WIDGET MANAGER some have a white '-' sign in a red circle next to them that does not seem to indicate anythng unusual - i.e. some of these widgets are still working.
    If I turn widgets off, I can't turn them on again. Even doing a restart and Permissions repair doesn't restart them.
    Some Widgets are on the desktop but are empty and do nothing.
    You may click on the picture if you need to see it larger. As yo can see, although some are checked again, they haven't returned.

  • Widget stopped working

    Widget just died in the latest update. Doesn't react on clicks at all. Tried removing and re-adding. Nexus 5 and Nexus 6.

    Version 3.3.0.982

  • Majority of Widgets stopped working / became unreg...

    With the latest update to the N900, majority of my widgets and basically anything useful became unusable on my phone.
    I cant even get the conversations with SMS:es to show on a desktop.
    What gives?

    It sounds like some error occured during the update. Have you tried doing a reinstall

Maybe you are looking for

  • Memory Error Neo2 Pt 4*512 DDR 400 or even 333

    Ok, this board has started giving me a lot of problems. 1 week ago all was fine, and suddenly I started getting BSODs. Last friday the computer shut off after a BSOD, while I was just browsing the internet. Affter that it failed to start and gave a B

  • Only one sound at a time work

    Hi Installed arch linux a couple of days ago and got most stuff up and running. Altho one problem I just noticed it that I can only play one sound at a time. For example, if I have music playing from mpd I don't get any sound from youtube or from urb

  • Conversion of a pdf into Word does not work

    I converted a pdf (text only) into a Word file. Contrary to previous cases, the new file is just a single lump of text and I cannot work on single words/lines. Any suggestion as to how to make it workable? Thank you kkkvnf

  • JDBC driver performance  hmmm...

    Hi! We encountered a very strange Oracle JDBC driver behaviour. I issue a select query that is rather heavy, but our DBA tuned it and in my SQL Navigator(that uses OCI I guess) it runs for about 1(one) second. But when I try to execute that query fro

  • Cancellation Invoices(urgent)

    Hi all, I want to generate a list of 1.Split Invoices 2.Cancellation Invoices 3.Credit Memo Cancellations 4.Debit Memo Cancellations 5.Credit and Debit. Can any one tell how to generate list of above documents... Thanks in advance Waiting for ur valu