A slideshow widget worked while testing on my website but won't work on the client's server/site

The Spry widget slideshow I inserted operated properly while I tested it on my website: http://www.camdesign.biz/TotalProperty2/gallery_stonewalls.html. When I uploaded all of the files to my clients' server the slideshow does not work. (all the other slideshows I did have the same problem) http://www.totalpropertyservicesllc.com/gallery_stonewalls.html
The browsers keep looking for the javascript files although I did copy them over. What am I doing wrong?

Delet all js files and upload again .
I had same problem .
http://disayana.com/

Similar Messages

  • Slideshow widget works in the live view but doesnt in actual browser. help!!!!

    slideshow widget works in the live view but doesnt in actual browser. help!!!!

    By "doesn't work in actual browsers" do you mean while using Preview in Browser, or have you uploaded the page and it's not working?
    If it's not working after being uploaded, make sure all of the supporting files have been uploaded (.js and .css) as well.
    If it's not working in PIB, is it with all browsers, or just certian ones?
    Can you post a link to the malfunctioning page?

  • While launching Mail, I clicked on Safari, to check something while Mail got new emails, but now Mail appears on the same screen as Safari. Is there a way I can return it to it's own screen, please?

    While launching Mail, I clicked on Safari, to check something while Mail got new emails, but now Mail appears on the same screen as Safari. Is there a way I can return it to it's own screen, please?
    I haven't changed any prefs, only clicked Safari as mail was being launched.

    Sorry... Apple IDs cannot be merged...
    I have multiple Apple IDs. Is there a way for me to merge them into a single Apple ID?
    Apple IDs cannot be merged. You should use your preferred Apple ID from now on, but you can still access your purchased items such as music, movies, or software using your other Apple IDs.
    From Here   http://support.apple.com/kb/HE37

  • Can apex work without the oracle applications server? How?

    My question is just what the title says.
    Can apex work without the Oracle applications server?
    I've heard it needs a web server to work but not necessarly the oracle applications server.
    Is it true?
    With ONLY apache installed can apex work on top of it?
    Thanks
    Don't forget to assign points to those who help you! (Mark the thread Helpful/Correct)
    My Homepage
    Best Regards
    Edited by: Igor Carrasco on May 29, 2009 2:59 PM
    Edited by: Igor Carrasco on May 29, 2009 2:59 PM

    Hello,
    Take a look at the Installation Guide which covers all the different options you have (as there are a few variations) -
    http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/toc.htm
    but yes, in short you can have a configuration where there is no external webserver which uses the embedded PL/SQL gateway.
    Hope this helps,
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • Slideshow widgets work in Safari but not in Internet Explorer.

    I have tried both the Spry Image Slideshow with Filmstrip and the Spry Image Slideshow - Basic. They work well in Safari but they skip images in Internet Explorer. I am using the default widgets in each instance. In IE only the 1st, 3rd, 5th, 7th, 9th, 11th, 13th and 15th slides display and they do so without any real transitions. I haven't tried other browsers yet.  Any suggestions? Thanks.

    I'm having a similar issue. The Spry Slideshow - Basic widget works great in Firefox, but won't work in IE8.
    Here's the test link I set up. http://arts-festival.com/TESTSLIDE.php
    The page I set it into originally (isn't officially live, still up for testing purposes) is http://arts-festival.com/index2010.php
    Error is:
    Invalid Argument.
    Line: 389
    Char: 3
    SpryDOMEffects.js
    Code: 0
    URI: http://www.arts-festival.com/Spry-UI-1.7/includes/SpryDOMEffects.js
    Any suggestions?
    Thank you!
    Theresa

  • Slideshow widgets works in IE9 but not in IE8

    Install the spryImageslideshow and all works great in IE9 but has errors in IE8
    it start the show and pan but stops at the 1st one
    Any help
    Thanks
    Gene

    I'm having a similar issue. The Spry Slideshow - Basic widget works great in Firefox, but won't work in IE8.
    Here's the test link I set up. http://arts-festival.com/TESTSLIDE.php
    The page I set it into originally (isn't officially live, still up for testing purposes) is http://arts-festival.com/index2010.php
    Error is:
    Invalid Argument.
    Line: 389
    Char: 3
    SpryDOMEffects.js
    Code: 0
    URI: http://www.arts-festival.com/Spry-UI-1.7/includes/SpryDOMEffects.js
    Any suggestions?
    Thank you!
    Theresa

  • Install FireFox 3.5x or 3.6x to work with the Federal Student Aid site

    I have FF 5.0. Need to use Federal Student Aid site and 5.0 will not work with their site. They require FF 3.5x or 3.6x.
    What can we do?
    Can I download 3.5 or 3.6 as well and use it when accessing the Federal Student Aid site?
    Thanks
    TubeDude

    Located 3.6 on the mozilla website
    Try this:
    [[http://www.mozilla.com/en-US/firefox/all-older.html]]

  • Getting things to work on the client site

    How can the database schema be created at deployment time with a runtime
    license ?
    With a development license, I can run "MappingTool -a refresh" at runtime,
    which generates the schema on the database on the fly from just the
    "package.jdo" file. Everything is fine and works in a DBMS independant way.
    With a runtime license, the MappingTool is not available. However, I can
    use the MappingTool to prepare things for a later deployment:
    1. I can generate package.mapping from package.jdo.
    2. I can generate package.schema
    3. I can generate a DDL file. Oops, no ! This one depends on the jdbc
    driver used at deployment time.
    4. Of course, I can't push the schema to the DBMS, this step can only be
    done at deployment time.
    Any help would be appreciated. I'm stuck with an application which worked
    with the evaluation licenses, and now that I paid for the real licenses, I
    discover that it just doesn't work !
    The only working solutions I can think of are:
    - generate a DDL file for a specific DBMS (and loose JDO DBMS
    independance!), and send it through my own jdbc connection at runtime.
    - scan the package.schema file at runtime, and call the appropriate
    dict.getCreateTableColumnSQL() and dict.getAddColumnSQL(). This is
    equivalent to rewrite the SolarMetric SchemaTool.
    Both those solutions are a bit ridiculous, but I can't find a better one !
    How do other developers deal with this limitation of the runtime license ?
    Jerome.

    Abela wrote:
    The only working solutions I can think of are:
    - generate a DDL file for a specific DBMS (and loose JDO DBMS
    independance!), and send it through my own jdbc connection at runtime.
    Jerome.
    Hi jerome,
    we use the approach quoted above. Our company has to support a lot of
    databases:, at the time there are: HSQL, PostGres, DB2 v7 + 8, Oracle v8-10 and
    MS SQL-Server.
    Indeed for each database we generate the scripts upfront, which on the one side
    is a lot of work (made easy with schematool), but for us the sql-scripts belong
    to proper versioning the database schema.
    Often later we (when products were sold) change the database schema and have to
    provide update scripts (which sometimes have to copy data from old fields to new
    ones ) ... at least then we need sql-scripts so all work before pays off.
    Running schematool on a production database (which already is filled with data)
    would be a nightmare for us, because it wouldn't result in reproducable database
    layouts (and worse it could destroy data). And without a reproducable schema we
    can't think of doing support (for instance running individual statistics on some
    data)

  • How does the caption feature of the thumbnail slideshow widget work?

    I load my images into the widget and the caption is a numbered sequence of the placeholder text. In the metadata of the images I have added something in the caption box via lightroom but cannot get it to show up when I preview. What do I need to do to get my caption or image title to appear in the caption of the slideshow?

    The Priority setting of the Transport Advanced Options controls the order in which messages are removed from the messageBox. Ports with higher priority will be processed earlier than the ports with lower prioirty making the higher priority ports more important
    relative to other send ports within a single host.
    Refer:
    Send Port Priority
    The highest prioirty is 1, and the lowest is 10. The default value is 5.
    Rachit

  • Store locator does not work on the HomeDepot and Lowes sites

    When I enter my zipcode and try to find a store on the Lowes or Home Depot sites nothing happens. I set NoScript to allow the page.

    So it's not really solved?
    It's curious because Lowes uses Google Maps, and Home Depot uses Mapquest. The fact that neither is working seems like a strange coincidence.
    Can you fill and submit the form -- but you don't get results -- or can you not use the form at all?
    In case the problem is a different add-on, you could try Firefox's Safe Mode as a diagnostic test.
    First, I recommend backing up your Firefox settings in case something goes wrong. See [https://support.mozilla.com/en-US/kb/Backing+up+your+information Backing up your information]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, try restarting Firefox with add-ons disabled through Firefox's
    [http://support.mozilla.com/kb/Safe+Mode Safe Mode]. Be careful not to "reset" anything permanently if you didn't back up.
    If the sites work in Safe Mode, one of your other add-ons might be the culprit.
    If Safe Mode doesn't work, either, perhaps there is some other security software on your system that is blocking it. For example, some security suites will look for form submissions containing personal information and filter them. A zip code isn't that personal, but...

  • I have added/embedded four videos on my website, but when I scroll down, the videos scroll in front of the top menu instead of behind as it should. I have tried changing layers, etc., and nothing works. Can you help?

    I have embedded 4 videos on my website. It is a single page, scrolling site. When I scroll down, the videos scroll in front of the top menu bar, instead of behind it. I have tried changing layers, etc., and nothing works. Please help.
    Thanks.
    Paul W. Norman

    Hi,
    Kindly create a new layer, via the Layers panel:
    Then, right click on the navigation bar, and choose Move to Layer > Layer 2
    Ensure that Layer 2 is on top of the other layers.
    Hope it helps,
    Sonam

  • Photoshop CS5 installs on Win 8.1, but won't update.  the error says, ""This serial number is not for a qualifying product..." when installing an upgrade or upsell".  PS CS5 12.0  is too downlevel to work on canon raw

    I have contacted adobe CusServ 5 times.  Each time I get a different answer.  One even went so far as giving me a new, full product serial number which still would not allow updates to be applied.  Their only solution is to pay for the "cloud".  I don't need the "cloud".  My CS5 does everything I need and has worked great up until my computer died.  It was running win7 ultimate.  My new computer runs win 8.1.  Not the pro version.  Should I go to Corel, maybe they are more helpful?  Help please!
    I have looked at the other similar issues here and the answers are all similar.  1)Contact CS agent.  Useless, they say come here to the forum.  2)apply SN from previous product.  Did that and loaded CS4 also.  No help.  3)Get a new serial number.  got a new SN for a full product from one of the CS agents.  Same problem.
    I have deactivated, activated.  I have uninstalled and re-installed several times.  The CS agents I have spoken to were useless, the only way I could get them to try anything was to suggest that the problem was beyond their competency.  I refuse to pay $30 a month for the functionality I have all ready purchased.  Adobe is degenerating.  I hope more people reject the "cloud" concept.

    Hi Guys,
    Ive got the same problems as you, Win XP SP2 on RAID 1 hard disk set on an AMD raid controller, but I have no driver to roll-back to.
    Ive installed Photoshop CS3 and also Acrobat Standard 8 (which used to run fine on an old system), but all i get now is the blank window with the menu and title bar and thats all.
    Can some one help?  (will this licensing patch resolve the issue - and where can i get it from?)
    Thanks

  • Why the jsp tag jsp:forward page="page.jsp" / works when i work with web server iPlanet in a Solaris machine and doesn't work with the same web server, in a Windows 2000 machine ?

    The request parameters don't go to the "page.jsp"...

    If someone else runs into this, here is how I solved the problem -
              If you create a PrintWriter object with the autoflush option, it
              doesn't flush the underlying buffer till you call println on it. I
              looked through the generated code for the servlet, and it was doing a
              JSPWriter.print() to output information.
              So, I changed the ResponseWrapper to keep a handle to the PrintWriter
              object, and then flush it in the filter, and that works.
              Why the same code behaves differently in JRun & Weblogic, I'm not sure
              --Sridhar
              

  • My hyperlinks don't work to the pages within my site.

    Can anyone tell me what I'm doing wrong?  I highlighted my text, then completed the steps to link to a page within my site.  The page is listed in the drop-down menu and everything.  I select it. When I preview, my title / link changes color and all; I even get the "hand" icon when I mouse over.  However, my link doesn't take me to that page.  What am I doing wrong?

    It's just a "site" on my computer.  I'm a teacher who just wants to use Muse to create lesson presentations that have links.  It is  my first time with Adobe Muse.

  • TS1398 my ipad is connected to my wifi network but won,t connect to the internet, i have tried resetting network settings but it still won't work.

    my i pad is connected to my wifi network bt won't connect to the internet I have tried resetting network connections. it will connect to the internet from my phone hot spot

    Try restarting your WiFi router by removing power to it for 30 seconds.

Maybe you are looking for

  • Unable to update a field using the Data tab on a VIEW

    When viewing data using a VIEW instead of going to the table directly, am unable to change the values in any of the fields When I click on the list of VIEWs for a schema, then select a view that is based on a SELECT statement for a single table with

  • DTP Load Error (  ASSIGN_TYPE_CONFLICT)

    Hi All, I have added new field in Open Hub table then I tried to load the data to Open Hub table. DTP, I have filter selections based on CALMONTH = 201409 I am getting dump  -- ASSIGN_TYPE_CONFLICT Please help me..! Thanks Prakash

  • Clearing amount is more than tax base in Invoice

    Hi Friends, I am facing one issue at the time of Clearing through t.code F-54. I have made payment 10000/- and deduct TDS 1% on Base amount 5000/-. We have booked vendor invoice with same amount 10000/- and deduct TDS 1% on base amount 50000/-. Now w

  • W510 - Cannot go into sleep mode

    The latest patches do not fix this issue, and not only W510 but also all series have the same issue. edit note:- Title changed to suit the issue. Solved! Go to Solution.

  • MIRO - customer-designed messages

    Hi, I have a problem with a customer-designed message "ZGUT" out from MIRO - we are executing debit-notes back to the supplier based on delivery-notes and for the printing we use a customer-designed message-type. Basically it works but the problem I