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.

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

  • 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

  • Bookmark links stop working after security applied - v7.1.0

    System:
    Windows XP SP2
    Office 2007 SP1
    Acrobat Pro 7.1.0
    In Word 2007, I created a top menu of links that use bookmarks to jump down the page to various topics. When I Save As to PDF, the created PDF top menu links work. When I secure the PDF with a password, the top menu links stop working. However, Web links continue to work. What is causing the top menu links to stop working?

    >The links are in the document, not the Bookmark panel.
    Ok, that's fine. They are form fields, almost certainly.
    > How does one allow form filling for a document that is not a form?
    Actually, if the links are form fields, it really is a form. But that
    doesn't matter.
    You just have to set Changes allowed: filling in form fields and
    signing existing signature fields in the Permissions box.
    Aandi Inston

  • 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.

  • 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.

  • Bookmarks Widget Not Working?

    Hi the bookmark widget (Google) is not working at the moment? Unable to display any bookmarks? I have tried switching on/off, but no change? 
    Appreciate any help 
    Thx 
    Solved!
    Go to Solution.

    Hi Joe, 
    You could try logging out of the account, clearing the apps data and then trying to log back in to the account to bring the Bookmarks across, that is if the Bookmarks are saved on another device such as a PC with Google Chrome?
    Let us know if this helps at all.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • My bookmarks randomly stop working until I restart firefox

    I can be browsing just about anywhere, and randomly, my bookmarks will stop responding. They're all visible, I can edit them, and if I drag one to the address bar it will navigate to the site, but just clicking on them in the toolbar or menu will not work. It works for a while if I restart firefox, but eventually, they'll cease functioning again regardless.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    See also:
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    You can also try to repair the places database with this extension:
    *https://addons.mozilla.org/firefox/addon/places-maintenance/

  • 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.

  • 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.

  • Javascript bookmark dialogs stopped working

    I have some bookmarks on my Bookmarks Toolbar whose address is a Javascript snippet:<br />
    <br />
    <pre><nowiki>javascript:Qr=document.getSelection();if(!Qr){void(Qr=prompt('Enter subject to lookup in Wikipedia:',''))}if(Qr)location.href='http://en.wikipedia.org/wiki/Special:Search/'+escape(Qr)+'%20'</nowiki></pre>
    This will open a dialog box asking "Enter subject to lookup in Wikipedia", and takes that word or phrase and passes it on to Wikipedia's search page. With some editing, this code can also work for other sites, like dictionary.com.
    So, when I upgraded to Firefox 8, these JS bookmarks turned into dotted squares for icons, and they no longer open a dialog box. Instead, only the site itself displays.
    I've searched for a solution, but all I found were references to "keyword bookmarks". But AFAIK this is a different concept, because they're meant to be typed in the address bar, e.g. "w searchterm", and I don't know how it could be made into an item on the bookmark toolbar.
    Any ideas for a workaround?

    In Firefox 8 getSelection() returns an object and no longer a string.<br />
    So you need to force it to a string by either adding +"" or use the toString() method.
    Qr=document.getSelection()+"";
    Qr=document.getSelection().toString();
    * https://developer.mozilla.org/en/DOM/Selection

  • 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.

Maybe you are looking for

  • How to load data into MVDEMO Sample App Schema

    Hello Everyone, I am doing a POC on Oracle Mapviewer and trying to build some reports in OBIEE using MApviewer. For this POC, I am using Oracle's MVDEMO Sample Data(11g). I think this Sample data covers few countries like USA. I need to do POC for Br

  • Text too close to page number in TOC

    Most of the time I can take care of unattractive line breaks in the TOC by putting in non-breaking spaces in a paragraph. However, I sometimes have a situation where the text of a TOC entry is too close to the page number on the right. The text is so

  • Why can't I transfer my audiobooks to my itunes account from my ipad?

    I cannot transfer my audiobooks to my itunes on my computer.  I can transfer everything else but the audiobooks will not transfer. 

  • Documentation on weblogic patch 10.3.6.0.7

    Hi, Oracle released new patch for weblogic server 10.3.6 last week. I couldn't find any documentation on the new patch(details like new features or fixes) online. If you have any details, please share. Regards, Ram

  • Simple AIR ajax question? One html file or many?

    I am a new ajax air developer and was wondering if it's a better practice to use one html file in my app or many html files? So far I have been testing with many html files using javascript location.href to send the user to another html page when the