Spry Accordion Panel does not...

Can someone please look at this site and see what I'm doing wrong?

My accordion does not work on the page of 'heaven', but does not work on the page 'a way'. ???

This link is the problem page.

This linkwith the accordion even (on the same site) works great!

I don't know if it's a problem of location of file or what.

My SpryAssets folder is located in the root folder.

BTW, it works fine on my local machine, but not when I download it.

At a loss.
Thank you!

MG

Also posted on the spry forum (with no responses).

Ok.  I'll have a go.

Have you thought to compare the top part of the code in the two pages.  that is, the

Take a look at this piece in particular.




You have your site management implemented?

In addition, check your page in the validator shows a few stray closing tags.

good page and one in the wrong page.  I don't know, but a matching failure
tag could cause difficulties.

Martin

Tags: Dreamweaver

Similar Questions

  • Spry Collapsible Panel does not?

    I want to use a collapsible Panel for the navigation bar on the mobile version of my site (kopstop.co.uk), but loading, the Panel is always open (while I would prefer that it is closed) and that it does not close when you click on it.  There is also a gap between the tab of the Panel with the content area of the Panel.  Being new to this kind of things I can't work on why these problems are happening.

    I would be very happy thank you in advance for any help and advice.

    Adobe dropped in favour of Spry, three years ago (update on the availability of framework Adobe Spry: Adobe Dreamweaver Team Blog). You would be better to use a jQuery Collapsible Panel. jQuery collapsible panels is integrated into the latest versions of Dreamweaver. If you use an older version of Dreamweaver, take a look at jQuery UI Accordion (https://jqueryui.com/accordion/) or do a search for jQuery Collapsible Panel.

  • Spry Accordion shape does not...

    Hello:

    Hard to read the book of power and work on my form. Looks like I'm trying to do a little complicated...

    I want a form (checkbox groups) is located on different parts of an accordion spry. (I have created only the content for the 1st and the 2nd Panel.) It seems pretty large and is ultra compact and seems easy to use.

    To get the accordion shape to work, David Powers has proposed an envelope a div around the form.

    I thought I did this right (main container was the div I tried to wrap around form) but when I select a few boxes to check and button and then select 'Search!' in a browser, nothing happens.

    In the exercise in the book, the table of what has been selected appears downstairs. This happens in mine, so I think that I screwed up somewhere...

    (I still have a lot of style to fix and add text, but just try to get the form to work...)

    I read in the code, but could not spot the error.

    Any help appreciated!

    Thank you

    <!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>Untitled Document</title>
    <style type="text/css">
    <!--
    -->
    </style>
    <link href="files/testsearch.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryAccordion_search.css" rel="stylesheet" type="text/css" />
    </head>
    
    <body>
    <div id="header">Content for  id "header" Goes Here</div>
    <div id="MainContainer">
      <div id="leftSide">
        <p> </p>
        <p><img src="graphics/smalllogo.png" width="195" height="179" alt="Logo" /></p>
      </div>
     
     <form id="form1" name="form1" method="post" action="">
     
      <div id="Accordion1" class="Accordion" tabindex="0">
        <div class="AccordionPanel">
          <div class="AccordionPanelTab">How to Search...</div>
          <div class="AccordionPanelContent">1. Select one or more  catagories below.<br />
            2. 
        Fill in as many checkboxes as you'd like<br />
        3. Click the Search! button. <br />
          </div></div>
        <div class="AccordionPanel">
          <div class="AccordionPanelTab">...by location</div>
          <div class="AccordionPanelContent">
                      <label>
                <input type="checkbox" name="RegionCa[]" value="North Coast" id="RegionCa_0" />
                North Coast</label>
              <br />
              <label>
                <input type="checkbox" name="RegionCa[]" value="Shasta Cascade" id="RegionCa_1" />
                Shasta Cascade</label>
              <br />
              <label>
                <input type="checkbox" name="RegionCa[]" value="Sierra (north)" id="RegionCa_2" />
                High Sierra (north)</label>
              <br />
              <label>
                <input type="checkbox" name="RegionCa[]" value="Sierra (central)" id="RegionCa_3" />
                High Sierra (central)</label>
              <br />
              <label>
                <input type="checkbox" name="RegionCa[]" value="Sierra (south)" id="RegionCa_4" />
                High Sierra (south)</label>
              <br />
              <label>
                <input type="checkbox" name="RegionCa[]" value="Gold Country" id="RegionCa_5" />
                Gold Country</label>
              <br />
              <label>
                <input type="checkbox" name="RegionCa[]" value="Wine Country" id="RegionCa_7" />
                Wine Country</label>
              <br />
              <label>
                <input type="checkbox" name="RegionCa[]" value="Bay Area" id="RegionCa_6" />
                SF Bay Area</label>
              <br />
           
            </p>
          </div>
        </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">...by proximity</div>
          <div class="AccordionPanelContent">Content 2</div>
        </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">...by setting</div>
          <div class="AccordionPanelContent">Content 3</div>
        </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">...by price</div>
          <div class="AccordionPanelContent">Content 5</div>
        </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">...by the details</div>
          <div class="AccordionPanelContent">Content 4</div>
        </div>
        <div class="AccordionPanel">
          <div class="AccordionPanelTab">...by activity</div>
          <div class="AccordionPanelContent">Content 7</div>
        </div>
      </div>
    
      <label>
        <br />
        <input type="submit" name="Search!" id="Search!" value="Search!" />
        <br />
      </label>
     </form>
    </div>
    
    <script type="text/javascript">
    <!--
    var Accordion1 = new Spry.Widget.Accordion("Accordion1", {useFixedPanelHeight:false});
    //-->
    </script>
    </body>
    </html>
    

    In your code, your form is without action.  Without action, there is nothing the script processing and nothing will happen.  You have a form processor in another document that you can point to?

  • Accordion panels do not display the contents of all the

    I'm using the spry Accordion Panel. But the signs are a fixed height and do not change according to the amount of content that is inside of them. How to change that? I don't want a scroll bar for overflow as the default value. I want just the panels to open to view all content.

    It comes to my page:
    http://creative.generalgrowth.com/Jeremy/b2btest/clients.html

    Very well. The problem was a change in the CSS I did not return. Everything seems to work fine now.

    I truly appreciate the answers and guidance from each.

  • Default Spry Accordion Panel

    CONTEXT: I inserted a Spry Accordion with six different panels. Each Panel has its own set of links. Each link corresponds to a page in a long series of linked pages which together form a single document. Each panel of links represents a contiguous set of linked pages and a section of the document. In addition, I created a model for the entire document which includes the Spry Accordion just described.

    GOAL: create an editable region in the template that will allow me to control the default Panel for each page of the document.

    FAILURE of ATTEMPT: documentation Adobe to set the default for the Spry Accordion Panel suggests the following JavaScpript:

    < script type = "text/javascript" >
    var acc8 = new Spry.Widget.Accordion ("Accordion8", {defaultPanel: [someNumber]});
    < /script >

    where someNumber is an integer that is greater or equal to zero. When this code is entered into the model error.

    DISCUSSION: continued research in the JavaScript file that controls the accordion, I was able to find the function that controls the default Panel. It appears like this:

    Spry.Widget.Accordion = function (element, opts)
    {
    This.Element = this.getElement (element);
    this.defaultPanel = 0;
    this.hoverClass = "AccordionPanelTabHover";
    this.openClass = "AccordionPanelOpen";
    this.closedClass = "AccordionPanelClosed";
    this.focusedClass = "AccordionFocused;
    this.enableAnimation = true;
    this.enableKeyboardNavigation = true;
    this.currentPanel = null;
    This.Animator = null;
    this.hasFocus = null;
    This.Duration = 500;

    this.previousPanelKeyCode = Spry.Widget.Accordion.KEY_UP;
    this.nextPanelKeyCode = Spry.Widget.Accordion.KEY_DOWN;

    this.useFixedPanelHeights = true;
    this.fixedPanelHeight = 0;

    Spry.Widget.Accordion.setOptions (, opts, true);

    Unfortunately, some browsers like Safari, style sheets in our
    page depends may not have been loaded at the time, we are called.
    This means that we must postpone attaching our behavior until after the
    OnLoad event is triggered, because some of our behaviors are based on dimensions
    specified in the CSS.

    If (Spry.Widget.Accordion.onloadDidFire)
    this.attachBehaviors ();
    on the other
    Spry.Widget.Accordion.loadQueue.push (this);
    };

    QUESTION: How can I access this feature of in my template to change the setting for this.defaultPanel?

    Quote:
    The main JavaScript file for the accordion can be controlled by a
    model, since he lives in a separate .js file.

    I do not use templates myself, but it looks like the correct way to approach
    the problem is the one used on your 'ATTEMPT failed. You can try it
    again and report message the exact error you get and at what stage. Maybe
    you get help on that.

    EXPRESSION OF GRATITUDE
    Thank you for your encouragement. Indeed, part of the solution to my problem was discovered through a reconsideration of my attempt failed. The other part came from the information provided me while helping another person with a related, but different problem. It turns out that the line of code in my failed ATTEMPT is automatically placed in the model when the SPRY accordion is inserted. Unaware of his presence and the right place I am he entered by mistake a second time. This triggers not only an error message, but it renders unusable, various other parts of my document.

    THE SOLUTION
    First step: find the line of code that is similar to that given by the following text:

    In my model, this code was found at the bottom of the HTML body tag.

    Second step: understand that the name of the variable 'acc8' and the name of the "Accordion8" parameter provided in the sample code above are arbitrary, and that the two are automatically defined when then a SPRY accordion is inserted. Important is that these names are likely to be different from what you see in the sample code above, and that you need and probably should not edit them in your document.

    Step 3: change the number in the name pair: value indicated as defaultPanel:2 to a number between 0 and one less than the number of panels that you create in your accordion. It is this number that allows you to determine the Panel that appears when the document is opened.

    Step four: Save and test in your favorite browser. Enjoy!

    CAUTION:
    This experience taught me a crucial lesson on the use of Dreamweaver. Dreamweaver has a mind of its own and can easily ruin you in seeking to correct your own mistakes for you. The solution is to save your document with a second copy before attempting any innovation that is not already integrated in the Dreamweaver program.

    FURTHER EXAMINATION:
    As I created a template to use with other documents, I will now try to make this area of my template editable, so that I can change the default setting of every other page that I create from my template. As I still do this, understand that the steps above, even if it is valid for a document template, may or may not be valid for pages created from the template. I hope they are and it will keep experimenting.

  • the audio control panel does not appear on various websites which I am sure they are there. I see them in IE and chrome, but not in FF

    The audio control panel does not show simply. On this site, I should see the control panel. http://www.testplek.annemariebeeke.nl/huiswerkopdracht_week3_bonus.html.
    It does not show in the other browsers, other people can see it, but I can't.
    Even with these sites:
    http://www.jokevan.nl/HTML5/oef3-3.html
    http://kokenvoorpapegaaien.nl/Kellerhuis/oef3-3.html

    Reload Web pages, and ignore the cache.

    • Hold SHIFT and click reload.
    • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
    • Press 'Cmd + Shift + R' (MAC)

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance/themes).

  • Front Panel does not work on my Qosmio x 305-701

    I m using vista 64 bit and my started Panel does not.

    Like the other problems with this model, I hear the beep when I touch the buttons FN keys work fine.

    My bios version is 1.70, the last one being for the moment.

    Toshiba Hardware Setup Utility, TOSHIBA Flash Cards Support utility is installed and running, but when I try to install the latest version of Toshiba value added for Windows Vista I get ID_ERR_NOTINSTALLVALZ_MESSAGE and not able to continue the installation.

    I tried to uninstall all of the Toshiba Utilities and try to install again but the same thing. I think 64-bit is not supported or something's wrong with her.

    Is there anyone else does in the face of this problem so far?

    Thank you all

    > I m using vista 64 bit and my started Panel does not.
    This means that he has worked in the past?

  • Laptop Pavilion dm1 4010us and beats audio Panel does not work.

    I have a pavilion dm1 laptop 4010us, running windows 7 64 bit and beats audio Panel does not work.  I click Start, Panel, Sound and the Beats Audio Control Panel icon is there, but nothing happens when I click on it, so I can't change my audio settings.  Help, please

    Hello

    Try to use Recovery Manager to reinstall the IDT HD Audio Driver (this will also reinstall the Beats Audio interface) - how to use the Recovery Manager to reinstall the drivers and software is detailed in the document at the link below.

    http://support.HP.com/us-en/document/c01868333

    After reinstalling, restart the laptop.

    Kind regards

    DP - K

  • Controls on the front panel does not work

    In the attached vi (I've stripped down to simplify things), I have a problem with the controls on the front panel does not when you click on the control to acquire it. It of probably something obvious but got me to loss.

    Thank you

    It is probably because you are in the State to acquire until you're done absorbing.  Meanwhile, none of your other events can run.  You have events to acquire: let the mouse.  There is a setting for "Panel before locking up the end of the occurrence of the event.  Given that the event cannot process until your State acquisition is completed, the façade will be locked.

    I would recommend another loop for the acquisition of your data.

  • Re Windows XP: At the opening of the hearts, the window is very small. How can I increase the window to fill the screen. Double click on the top panel does not work.

    Re Windows XP: At the opening of the hearts, the window is very small.   How can I increase the window to fill the screen.   Double click on the top panel does not work.

    Hi Rosa,.

    The size of the window for Hearts is actually design in Windows XP.

    However, there is a solution. You can follow these steps:


    Step 1

    a. first of all, copy the game.

    b. click Start, all programs, games.

    c. right-click on the game of hearts .

    d. Select Properties from the list.

    e. press the button find the target on the next window.

    f. right click on the highlighted file and select copy.

    g. then paste the copy on your desktop.

    h. right click on your desktop.

    i. Select Paste from the list.

    Step 2

    Finally, we will change the resolution for the game setting:

    a. right click on the game you just pasted on your desktop.

    b. Select Properties from the list and click the Compatibility tab.

    c. put the check box marked "run in 640 x 480 screen resolution.

    d. now whenever you want to play, click on that game on your desktop and it opens in mode full screen using the widest possible cards and numbers.

    Hope the helps of information.

  • Power options in Control Panel does not open

    Hello

    I use an Acer laptop with windows XP.
    The option of power supply in the Control Panel does not open. If I was not able to adjust or correct energy options including registration screen saver.
    Appreciate a feed back from any body.
    Concerning
    BIJU

    When you have double-clicked on it, did minimize you the Panel?  The dialog box appears sometimes behind the Control Panel, and you can not see.

  • Pavilion 15 t: W7 15 t Panel does not open, or no matter what choice. OK via the computer.

    15t W7 via start Control Panel does not open, nor any choice. A flash of an icon can appear, or even to stay on the taskbar, but nothing happens if you click on it.

    Can be accessed via the menu of the computer.

    Hello @mikethek4,

    Welcome to the Forums of HP Support!

    I read your message on the control panel and wanted to help you!

    For starters, can you provide me with the product number of the laptop?  Here is a link, you can use that will help you find your model and product number: How can I find my model number or product number?

    In the meantime, try to perform a hard resetand let me know how it goes.

    Please let me know if this information has been helpful by clicking the thumbs up below.

    Have a great day!

  • White Panel - Control Panel does not open

    Control Panel does not open

    I had printing problems - this workstation is connected to a home network and will not print.  Instructions suggested that I check my printer controls.  However, when I choose Control Panel, only an empty white box opens - and then closes.  How can I fix my control panel?

    Hello

    ·         It is a network printer, or is it connected locally?

    ·         It worked before?

    ·         You get the error while trying to print?

    (1) we will try first to resolve the issue of Control Panel.

    Run the System File Checker tool.

    Diana

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • NVIDIA Control Panel does not open

    I just reinstalled Windows 7 on my PC and the NVIDIA Control Panel does not open when I click on the link in the windows control panel.  I installed it by using Windows Update.

    Updates Windows reports that it installed properly but the Panel itself will be open from nt.

    Should I remove it and reinstall again?

    Version is Ver: 191.07

    Hi AdelaideJohn67,
     
    I suggest to uninstall existing NVIDIA Control Panel and restart the computer. Visit the NVIDIA Web site, download and install the drivers manually.

    http://www.nvidia.com/download/find.aspx?lang=en-us
    After installing the drivers, restart the computer and just do a right click on your desktop and watch if the NVIDIA Control Panel whether or not written.

    Thank you, and in what concerns:
    Shalini Surana - Microsoft technical support.
    Visit our Microsoft answers feedback Forumand let us know what you think.

  • Option of customization in Control Panel does not open. Premiuim Windows 7 64 bit home

    The option of customization in Control Panel does not open when you click it in Windows 7 Home Premium 64 Bit.

    Impossible to change the current theme.  Any suggestions?

    Hello jls8w,

    Because you are unable to view the file in this way, try the following:

    -Click Start > type notepad in the start menu search box > right click on Notepad in results above > click on run as administrator

    Notepad is open at the same time:

    -Click on file > click Open

    Navigate to the location of the cbs.log... Type C:\Windows\Logs\CBS\ in the cbs.log file and press enter

    Now follow the rest of the instructions in the link provided by Amrita.

    Hope this helps

    Chris.H
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for