Menu slide problem (and final slide)

Hi
Am sure these two are dead easy but I am struggling !
I have some captivate projects on our intranet and have url links to them all. What I have been asked to do is just build a menu for them from which each one can be launched. Basically this is one slide with 8 click boxes over the respective title of each module - each click box launches the url of each of the existing modules
My problems are :
i) how do I stop this my slide progressing when a menu item is selected. I basically want it to be stagnant and stay on screen but when you click one of the boxes it moves on !!
ii) how on the final slide of each of the launched modules can I get the project to close eg once that closes you will see the original menu slide already open.
Hope this makes sense !
thanks in advance

Why don't you just set the Action for the end of your movies to point back to the Menu project HTM file again.  If your menu project is the same screen size as your movies, you won't need to worry about closing down your movies.  They'll just terminate and open the Menu again.  You also won't need to worry about the pausing behaviour on your Menu slide.
If you should for some reason prefer to have the Menu project open in its own window and stay on that slide no matter how many times the links are clicked, then I would suggest you get the Event Handler Widget: http://www.infosemantics.com.au/catalog/widgets/interactive/wdgt_event_handler_01
You can set Preferences on this widget to over-ride the normal pausing behaviour of Interactive objects.  It allows you to turn any caption or image into an interactive object that will fire an action (e,g, Open URL or File) when clicked.
If you prefer the look and feel of a hyperlink in a Captivate project, get the Hyperlink widget, and attach the Event Handler to it so that when the hyperlink is clicked you fire the action to open the movie.  (Hyperlink widget doesn't as yet have the extra preferences to over ride pausing so you might still need to use the Event Handler for that advantage.)

Similar Messages

  • I just completed a keynote presentation, but it will not "play"...I just get a blank slide (probably the final slide) when I hit the play button, even though I can see all the slides are in the list and will open as I click on them. HELP!

    I just completed a keynote presentation but it will not "Play".  I can see the slides are in place, but all that comes to the screen when I hit the play arrow is the last, blank, slide. HELP!

    At the risk of stating the obvious, is your first slide highlighted before you hit play?  You mentioned the last blank slide shows up which could mean you have that last slide highlighted.  If the last slide is highlighted and you hit play then that is the slide that will show up and if it's your last slide that is all you will see. 
    Make sense?

  • Slide numbers and Quiz slides in Captivate 8

    How do I add slide numbers to Captivate?
    Also, in my course, I need to add quiz questions and then final test questions. Quiz questions are not added into the final score, but final test would be tabulated into the final course score.
    How do I do this? (I noticed that with survey questions, there is not a review page to show the correct answer. Survey questions also seem to still be included in graded question score reporting.)
    Any guidance would be much appreciated!
    Thank you

    There are several system variables available. I have upgraded my list for CP8 and will publish it soon. But those you need are already in a post about CP6: System variables in Captivate 6 - Captivate blog
    For slide number you need cpInfoCurrentSlide, which starts with 1 (most numbering starts with 0). Insert that var in a text container, using the X button in the Style tab of the properties panel,
    the Character portion.
    As for the Quiz question:  you can uncheck to include a score in the Quiz total. Advanced Interaction panel (F9) is a good place to check all scored objects, and to see whether they are included in the Quiz total or not. Most quizzing system variables will adapt to the situation, score and percentage, maximum possible score will not take into account the questions that are not adding their score to the total score. However some variables will include the knowledge questions: total number of questions is one of them. This means that you have probably to tweak the score slide, to create a score slide yourself. Check the same list with system variables to create a custom score slide. Maybe this blog post can help, although the subject is bit different: Intermediate Score Slides - Captivate blog
    Another approach would be pretest slides, but it has a lot of limitations: navigation will disappear, pretest slides have to be together at start of the course.

  • TS1424 i get an error code of 1004 when i try to purchase music and says itunes is having a problem and try again later... Help

    Can anyone help?

    Try this and see if it works for you.
    Go to Settings>Safari>Clear History, Cookies and Data/Cache. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome

    Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome. Works in IE. This is my first time trying to post a question - so please be kind. I am also not good with code and am finding css a real challenge after learning to design based on tables. I'm using CS5.
    The "test" page with the slide show is: http://www.reardanwa.com/index-slides.html   The same page without the slide show is http://www.reardanwa.com/
    I realize the images are not ideally sized - I'll fix those once I get the pages to function.  Maybe I need a different slide show? I would prefer a widget that I can modify to required size & postition. Again - I'm not good at building with code from scratch.
    The problem is the naviagation links that are directly next to the slide show do not work in Firefox of Chrome. They do work in IE.
    I've read about using jQuery.noConflict(); code but can't figure out the correct way to use it in my case or whether that's even part of the solution. I know my code is not well organized as I have cobbled together from various sources in an attempt to format the page the way the client wants it. Also, FYI, I will eventually try to make the page work in Surreal CMS.
    I've spent sevaral days over the last several weeks trying to solve sth slide show/navigation conflict - so any specific light you can shed will be much appreciated.
    Thanks in advance.
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Reardan Area Chamber of Commerce</title>
    <meta name="description" content="home page for Reardan Area Chamber of Commerce" />
    <meta name="keywords" content="Reardan WA, chamber of commerce" </>
    <script src="scripts/jquery-1.6.min.js" type="text/javascript"></script>
    <script src="scripts/jquery.cycle.all.js" type="text/javascript">  </script>
    <script type="text/xml">
    </script>
    <style type="text/css">
                                  #slideshow { 
                                      padding: 10px;
                                            margin:0; 
                                  #slideshow-caption{
                                            padding:0;
                                            margin:0;
                                  #slideshow img, #slideshow div { 
                                      padding: 10px;
                                      background-color: #EEE;
                                      margin: 0;
    body {
              font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
              background: #004B8D;
              margin: 0;
              padding: 0;
              color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
              padding: 0;
              margin: 0;
    h1, h2, h3, h4, h5, h6, p {
              margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
               /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    .left
    position:absolute;
    left:0px;
    .center
    margin:auto;
    width:95%;
    .box
              position:relative;
              left:-90px;
              width:950px;
              height:350px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              z-index:1000;
    .slide{
        position:absolute;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
              border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color: #42413C;
              text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
              color: #6E6C64;
              text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
              text-decoration: none;
    /* ~~this fixed width container surrounds the other divs~~ */
    .container {
              width: 960px;
              min-height:900px;
              padding:5px 0px 0px 0px;
              background: #E8F8FF;
              margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
              background: #E8F8FF;
              padding:10px 5px 0px 5px;
    .sidebar1 {
              float: left;
              width: 225px;
              margin: 60px;
              color: #FFFF0D;
              background: #595FFF;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
        z-index:-1;
    .sidebar2 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:2;
    .sidebar3 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:3;
    .content {
              padding: 0px 0px 0px 0px;
              width: 780px;
              float: left;
              background: #E8F8FF;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
              padding: 0px 15px 5px 10px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
              list-style: none; /* this removes the list marker */
              border-top: 0px solid #FFFF66; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
              margin-bottom: 50px; /* this creates the space between the navigation on the content below */
              font: Arial Black, Verdana, , Helvetica, sans-serif;
              font-size:1.3em;
              font-weight:bold;
              z-index:2;
    ul.nav li {
              border-bottom: 0px solid #FFFF66; /* this creates the button separation */
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
              padding: 3px 0px 5px 0px;
              display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
              width: 185px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
              text-decoration: none;
              color: #FFFF0D;
              background: #595FFF;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
              background: #595FFF;
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
              color: #FFFFFF;
    /* ~~ The footer ~~ */
    .footer {
              padding: 10px 0;
              background:  #595FFF;
              color: #FFFF0D;
              position: relative;/* this gives IE6 hasLayout to properly clear */
              clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
              float: left;
              margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
    -->
    </style>
    </head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header -->
      <a href="#"><img src="images/Chamber-Logo-2.gif" alt="Reardan Chamber Logo" width="187" height="163" hspace="10" vspace="5" align="top" /></a><img src="images/Reardan-Chamber-Title.gif" width="476" height="204" alt="Reardan Area Chamber of Commerce, Dedicated to Preserving and Enhancing Area Businesses" /><p></p>
      <p style="color: #F00">This Site is under construction! Please pardon our dust as we create!</p>
      </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="about.html">About Us</a></li>
          <li><a href="history.html">Reardan History</a></li>
          <li><a href="activities.html">Activities</a></li>
          <li><a href="business.html">Business<br />
            Directory</a></li>
          <li><a href="about.html">Join the<br />
            Chamber</a></li>
           <li><a href="links.html">Links<br />
      <span style="font-size: 85%">Tourism</span><br />
          </a></li>
        </ul>
         <!-- end .sidebar1 --></div>
    <br />
    <br />
    <br />
    <br />
    <div class="box" +"slide">
      <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow
                               slideshowAddCaption=true;
    $(window).load(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:                                        'blindX',// name of transition effect
                        pause:                              false,     // true to enable pause on hover
                        randomizeEffects:          true,  // valid when multiple effects are used; true to make the effect sequence random
                        speed:                              100,  // speed of the transition (any valid fx speed value)
                        sync:                              true,     // true if in/out transitions should occur simultaneously
                        timeout:                    5000,  // milliseconds between slide transitions (0 to disable auto advance)
                        fit:                              true,
                        height:                       '300px',
                        width:         '525px'   // 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/100_1537.jpeg" width="600" height="450" title="caption for image1" /> <img src="images/Parade-2011-2.jpg" width="300" height="225" title="caption for image2" /> <img src="images/100_1495.jpeg" width="600" height="450" title="caption for image3" />
        <div title="sample title"> Images for slide show will need to be re-sized to fit box to avoid distortion</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 class="sidebar2" "anotherClass editable"><p align="center"><strong>Chamber News</strong><br />
    Local News item
    <br />
    Another New item</p>
      <p align="center">lots of news this week<br />
        <br />
        <br />
        <br />
      </p>
    </div>
    <div class="sidebar3" "anotherClass editable"><p align="center"><strong>Upcoming Events</strong></p>
      <div align="center">    <a href="activities.html" style="color: #FFFF0D">Community wide yard sales</a><br />
        <br />
        <br />
        <br />
        <br />
      </div>
    </div>
    <div class="content"><br />
    <br />
    </div>
    <div class="footer">
            <p align="center"><span style="font-size: small">Reardan Area Chamber of Commerce</span><br />
              <span style="font-size: x-small">[email protected]  - 509.796.2102</span><br />
            </p>
            <!-- end .footer -->
    </div></body>
    </html>

    If you DO want the slideshow overlaping the navigation try the below css:
    .sidebar1 {
        float: left;
        width: 225px;
        margin: 60px 0px 60px 60px;
        color: #FFFF0D;
        background: #595FFF;
        border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
    .box {
    float: left;
    margin-left:-60px;
    width:700px;
    height:350px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;

  • My Apple TV stops and returns to main menu during movie playback and photo slide show via homesharing. I have a second Apple TV in another room that works fine.

    My Apple TV stops and returns to main menu during movie playback and photo slide show via homesharing. I have a second Apple TV in another room that works fine.

    Intermittent problems are often a result of interference. Interference can be caused by other networks in the neighbourhood or from household electrical items.
    You can download and install iStumbler to help you see which channels are used by neighbouring networks so that you can avoid them, but iStumbler will not see household items.
    Refer to your router manual for instructions on changing your wifi channel.

  • Back,home n app drag button,slide down menu vanishing problem

    M Fed up of dis phone.!!only 1yr n 4m has gone,n its bothering me continuesly..
    2 Times it happend...
    Diff kind of bugs came, "your settings has been stopped" "your contacts has been stopped" n diff bugs for all apps..
    I contacted cust. Cre,n did software repait 2 Times,now s diff m weird problm has started
    Back,home,n d 3rd button and d slide down menu vanishes automatically.. It doesnt come back..!!I have to restart my phone 2-3 Times,n den after also same problm,within 30-40 min. Of usage,it starts again..m Fed of dis...sonyz brand!!
    .please advice me..

     The problem could be that this phone has only 1GB of RAM, apps are getting heavier and heavier, Android will free up some needed RAM by closing certain apps and/or services, that could be the issue here. 

  • Slide Open and Close Menu

    Hello,
    I am trying in vane to code a menu to slide open revealing a
    photo. I am really having trouble coding the different variables
    depending on if the menu buttons are &quot;opened&quot; or
    &quot;closed&quot; and how the various buttons relate.
    The file is located
    http://www.tallentsmith.com/slidingmenutest.fla.zip
    or you can see a pic of what I am talking about here:
    http://www.tallentsmith.com/menutest.jpg
    Any help is appreciated.
    Thank you,
    Sage

    It's impossible to tell what you want to accomplish from your
    sample file. I'm guessing that each of those diagonal tabs will be
    a movieClip that will slide out to show a photo, and that you want
    each to slide out, and any previous tab to slide back in.
    If any of this is correct, then one solution is to put the
    instance names of each clip into an array. Then you can write a
    function that will play the selected movieClip and close any open
    clip. Here's an example:

  • Next and Previous slide from Flash Menu

    We are currently tasked with updating SAP training that was
    created with OnDemand software. The current simulations have a
    Javascript menu on each screen which provides various functions
    including moving from current slide to next or previous slides.
    When the existing movie is played and captured, we lose the
    javascript menu functionality.
    I have created a Flash Menu and have imported it to the newly
    captured Captivate movie. All links on the menu work except Next
    Slide and Previous slide.
    The script I use for the button for the Next slide is as
    follows:
    this.next_btn.onRelease =function(){
    this._parent._parent..nextFrame();
    Also I have tried substituting for nextFrame "play" and for
    the target path "_root" for the first "_parent."
    The variables "rdcmndNextFrame" and "rdcmndPrevious" do not
    work unless you are using a playback bar, which detracts from the
    simulation.
    Has anyone ever created this type of functionality? It seems
    that it would be straight forward. It is most likely a target path
    issue. The captivate movie is the container for the flash menu. To
    access the captivate movie timeline and move to the next or
    previous slide is what I really need.
    Help!

    I resolved the issue by selecting to use a playback bar and
    then in the Flash file setting the visibility of the playback bar
    to "0".

  • Problem: Video on slide one continues to play and can be heard in the background, even after the user has navigated to another slide.

    Problem: Video on slide one continues to play in the background, even after user has navigated to another slide.  This only happens on a fresh reload of the page.
    Has anyone else had this problem, or found a solution?
    If you refresh the page and start over, the problem doesn't happen.  But on the first page load it always seems to happen.
    Here is a link to the module I am working with.  If you let the video play for a couple seconds on the first slide, and then click a navigation link to another slide, you will still hear the audio from the first slide playing.
    http://www.thepettitgroup.com/tn/module_01_unit_01A/multiscreen.html

    To clarify - this happens in both IE and Chrome, and is the Flash version of the content.

  • I am facing problem zooming and in slide as i think there is some general setting got changed help to rectify.

    i am facing problem zooming and in slide as i think there is some general setting got changed help to rectify.

    If the screen appears zoomed in then try double-tapping the screen with 3 fingers (with zoom 'on' you need to use 3 fingers to drag around the screen), and then go into Settings > General > Accessibility and turn Zoom 'off', and possibly also change what Triple-Click Home is set to.

  • I use lion 10.7.2 and iPhoto latest version but when I export a slide show when I play it . It plays about half of the slide show and screen become white ? How can I solve it ? Is it bug or my computer problem

    I use lion 10.7.2 and iPhoto latest version but when I export a slide show when I play it . It plays about half of the slide show and screen become white ? How can I solve it ? Is it bug or my computer problem

    I would also like to know the answer to this. I am having the exact same problem.

  • Finally upgrading from 10.5 to 10.6; what should I do about drivers for photo printer and Nikon slide scanner?

    Finally upgrading to 10.6 from 10.5.8. What do I need to do about drivers for my epson photo printer and nikon slide scanner? May be going all the way to 10.8.

    I suggest you determine if compatible drivers are available either in the OS X drivers package or directly from the manufacturer. The following has a link for application compatibility. You can check this, too:
    OS X- Printer and scanner software available for download
    Upgrading to Mountain Lion
    You can upgrade to Mountain Lion from Lion or directly from Snow Leopard. Mountain Lion can be downloaded from the Mac App Store for $19.99. To access the App Store you must have Snow Leopard 10.6.6 or later installed.
    If you need to purchase Snow Leopard contact Customer Service: Contacting Apple for support and service. The price is $29.00 plus tax. You will receive physical media - DVD - by mail.
    Third-party sources for Snow Leopard are:
    Snow Leopard from Amazon.com
    Snow Leopard from eBay
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store.
    If you need to purchase Lion contact Customer Service: Contacting Apple for support and service. The cost is $19.99 (as it was before) plus tax.  It's a download.
    Be sure your computer meets the minimum requirements:
    Apple - OS X Mountain Lion - Read the technical specifications.
    Macs that can be upgraded to OS X Mountain Lion
    iMac (Mid 2007 or newer)
    MacBook (Late 2008 Aluminum, or Early 2009 or newer)
    MacBook Pro (Mid/Late 2007 or newer)
    MacBook Air (Late 2008 or newer)
    Mac mini (Early 2009 or newer)
    Mac Pro (Early 2008 or newer)
    Xserve (Early 2009)
    Are my applications compatible?
    See App Compatibility Table - RoaringApps - App compatibility and feature support for OS X & iOS.
    For a complete How-To introduction from Apple see Apple - Upgrade your Mac to OS X Mountain Lion.

  • My ipod is showing an "activation required" message on my home screen and the slider to unlock it is not working.  I've had it for 2 years and had no problems and then it randomly locked up on me and won't let me do a reset.  Any way to fix this?

    I haven't been able to use my ipod for a month because its stuck on a screen that says "Activation Required" and the slider to unlock it is unresponsive.  I've drained the battery and recharged it, I've tried resetting it.  When I try opening it in iTunes it tells me its unable to access it because the iPod is locked with a passcode, which I can't enter on my iPod because the slider is unresponsive.  Any help?

    next thing i would think of is to ask bestbuy apple retailer or bestbuy pple to help u out from here bc im not sure what to do next if u cant get it into dfu mode.
    all i can think of is to hold home and power for 30 seconds in the meantime of showing the apple sign at least once or twice.
    either that, home and power flashes once and 1/2 sec later release power while holding home still and plug it in wihout trying to let go the home button. dont even let go until itunes says somthing remotly saying anything ...lol

  • Problem with my iPod touch: Frozen screen, unable to access anything as slider does not work, will not accept a full restore.  Apple Store advised that it is a 'hardware' problem and I could trade-in!

    I am a relatively 'new' user.  Touch was a gift, I used it in a simplistic way - listened to music took a few photos, added a few calendar events.  After a year I then decided to be more proactive and found a few free apps (Solitaire) - then had a the frozen screen problem which I though was connected to low battery, but it wasn't.  I recharged it, still could not access, then tried a full restore and got an error message.  Took it to a Genius Bar and was told it was a hardware problem and as it is out of warranty  I could trade in or just buy a different product.  As this is my first Apple product is this usual?  Do Apple products have a very short shelf life - I anticipated that it would last me longer than a year!  Has anyone else had this problem?  Was it able to be resolved? Or is it worth trying to get it repaired - and if so who can do it - Apple  Store did not offer that to me as an option?

    Sure sounds like a hardware problem. It happens some times. The iPod is just an electrical device.
    Apple will exchange it for a refurbished one for this price. Apple does not repair your iPod.
    Apple - Support - iPod - Repair pricing
    A third-party place like the following maybe less expensive. Google for more places.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

Maybe you are looking for