Index page won't load images in flash gallery

this is the first time I have used a .us extension for a domain.  I created a lighroom flash image gallery, exported it from lightroom into a folder called the domain name (pearlconcepts) which is located in my sites folder on my computer.  I uploaded that folder (pearlconcepts) to my server into the root folder which holds all my domain folders. when I call up the url in my browser (pearlconcepts.us) the index page loads fine.  but the web gallery images don't load (the flash player reads only 'loading').  however, if I upen the index page on my own computer (pearlconcepts.us/index,html), it loads all the images in the flash gallery perfectly.
I am wondering if there is some code in lightroom's web module which sets .com as a preference (my other sites are all .com and the uploaded folders all work fine). or if there is something I need to do to the root folder on the server to make the images load properly.
many thanks!
lenore

Starting with the first error.
  Line 6, Column 26: character "&" is the first character of a delimiter but occurred as data
<title>Applegate Gallery & Custom Framing - Quality custom picture framing in V…
On the web, ampersands need to be expressed as HTML entities.
In your <title>,  change & to this:
&amp;
Save.
Just work through the list of errors and skip any you don't feel comfortable about changing for now.  When you get most of the errors removed, re-upload your pages & we can take another look at your progress.
Nancy O.

Similar Messages

  • Safari and Firefox won't load images on wireless network

    I have been struggling with a problem for weeks. When using my MBP on my wireless internet some web pages won't load at all "server is not responding". On other sites images won't load.
    I have Cox as my ISP and my PC desktop has no issues.
    Running XP on parallels also has the same issue.
    Any suggestions would be appreciated.
    Dom

    OK, maybe we have a cache or other problem...
    Might give a try with Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, reboot holding down CMD+s, then when the DOS like prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 5 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.

  • Hi, WWhen I turn on my mac pc, enter my account password my page wont load up , I can access the internet through my families account but not mine. There is a message telling me I need to delete files but the page won't load anything. Any help appreciated

    Hi
    When I turn on my pc and log into my account there is a message telling me I need to delete files. But the page won't load up anything to allow mw to do this. I am concerned I may have lost all my personal info.
    I can log into other family members accounts but not mine.
    Any help appreciated
    Thanks

    You only have to clone your mac when using certain cable modem.  You don't clone your mac when using dsl.
    Greetings from Northern Ontario, Canada

  • In safari, On my Ipad2,I get the error message, "too may redirects" and the page won't load. Anyone with advice? I have cleared the cache, cookies, and history and restarted.

    In safari, on my Ipad2, I get the error message " too many redirects" and the page won't load. I have cleared the cache, cookies, and history and have rebooted and I still get the same problem. Any advice?

    In safari, on my Ipad2, I get the error message " too many redirects" and the page won't load. I have cleared the cache, cookies, and history and have rebooted and I still get the same problem. Any advice?

  • Certain Web Pages won't load for roughly 60 seconds

    I was tempted to put this in the 'Safari' section, but after a little more trial I thought it went deeper than that.
    The issue is, for about two weeks now, i'll be surfing the web and then head to one of my commonly visited websites (namely Wikipedia, Google, Huffington Post, and this website) and though I'm fully connected to the internet, the pages won't load and i get the "Server Not Found" noitce.
    I don't, however, have this problem with ALL webpages when this is happening to the others. Gmail, Facebook, Mediaite, etc. all have no issue and they work just fine.
    Primarily I use Google Chrome as my browser. So the first thing i did was clear the cache to see if it would help, but nothing changed. So i opened both Safari and Firefox and they both suffer the same problem. After about 60 seconds the issue goes away and all things are normal again. About 10 to 15 minutes later, if I'm still surfing the web, the problem may creep back up again. I can't say for sure but I've noticed that this typically happens when I first try to go to those pages after a few hours of not using the net.
    When this happens, I've also tried loading these pages on my iPhone and iPad during the 60 seconds and have encountered the same problem.    
    Any help would be greatly appreciated.
    Note:
    Using a Wireless internet connection thru a cable modem.

    Safari 5.0.1 or later: Slow or partial webpage loading, or webpage cannot be found

  • Photoshop CS5.1 Won't Load Images On Screen at retina MacBook pro.

    Photoshop CS5.1 Won't Load Images On Screen at retina MacBook pro. Any help? Thanks!

    I'm surprised that Apple would attempt such a "hack" design...  Switching graphics adapters mid-stream is no small task, and I can't imagine that they could ever make it work seamlessly.
    Keep in mind that the nature of the complex GPU beast is that graphics hardware doesn't all work the same (or right) and application software has to make decisions about what to do and what not to do, and even when to invoke certain workarounds - or it would never be possible to run on multiple platforms. 
    Yes, that seems wrong, but it's necessary and it makes developing cutting-edge graphics applications in the real world much more expensive.
    The decisions aren't re-made by an application all the time - that would slow things down terribly.  Instead, often the run-time environment is characterized at application startup and the features remembered for later use.  Modern applications actually even create programs (e.g., shaders or OpenCL programs) to run on specific GPU hardware, and they have to be compiled - something usually done by the application at startup.
    Now imagine that someone changes the capabilities of the graphics hardware completely after the application has started - even from one vendor's implementation to another (Intel to nVidia).
    Like I said, I'm surprised a reasonable system designer could ever think that swapping GPUs at run-time could be made to work.  At least Apple allows you to turn it off!
    Does Apple offer any "geek-level" configuration options that can force the use of a particular GPU for a given application?  It seems that this could be an automated workaround that would allow a given application to see only one GPU, which is what Photoshop appears to need here.
    -Noel

  • Php page won't load but will in while testing

    I have created a php page that connects to a db. While in
    dreamweaver I can test the page and see the db content but can't
    view the contents of the page if I got to the page via the website
    www.mysite.com/testpage.php.
    I have uploaded the connection files and the test file with
    dependent files but the page won't load. Also I noticed that using
    virtual for the php command doesn't work so I use include <?php
    instead.
    Since I can see the db contents via testing the page but
    can't when viewing the page via www.mysite.com/testpage.php.
    Can someone help shead some light on this??
    UPDATE..
    I removed the following from the PHP file and I was able to
    get the page to load...
    So what doctype should I be using??
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    cdembek wrote:
    > but the page won't load. Also I noticed that using
    virtual for the php command
    > doesn't work so I use include <?php instead.
    Dreamweaver uses virtual() if you have set your site
    definition to use
    site root relative links. Unfortunately, virtual() is
    supported only by
    Apache, so the fact that it doesn't work indicates that your
    remote site
    is probably on a Windows server.
    When changing from virtual() to include(), you also need to
    change the
    link to your connection from a site root relative link to a
    document
    relative one.
    virtual('/Connections/mycon.php');
    needs to become something like
    include('../Connections/mycon.php');
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Safari - Pages won't load

    Hi. I hope someone can help me
    There are two websites that my sister visits frequently on my eMac. She has never had problems before and now the pages won't load. We've tried other sites and aren't having any problems. I've also emptied the cache and reset Safari and it still won't work. We thought that there were problems with the website, but a friend loaded both pages just fine on a different machine.
    Can anyone help?

    Have you tried using masking Safari as another browser to see if the pages the machine is visiting have been instructed not to show content if the browser is not one expected?
    If you go to the Debug menu and select user agent, you can disguise Safari as another borwser. Also, from the Debug menu, you can use the Open page with menu to select the alternative browser you would like to use to open the pages.
    Alternatively, you might contact the owners of the site(s). Also, you might go to the Safari menu and Report Bugs to Apple.

  • Livejournal pages won't load

    I have snow leopard. Security updates will no longer download. I get a can't access page notice. Livejournal pages won't load though they work fine if I go through safari. What can I do. At this point it is insane to continue to try to use mozilla because so many sites and pages won't load and I'm no longer secure.

    I loathe people that say in this communities, "I have that problem, too", without providing a solution. My tentative fix is as follows,
    1. Close every app that is open.
    2. Restart OS X (I am using 10.10.1.). Do not select, "Reopen applications...."
    3. Wait until the system has fully loaded (the desktop is populated).
    4. With all apps closed-open Pages.
    5. It does does take a minute or two of crunch time, but Pages does open.
    6. If you have documents in the "Pages Cloud", you will need a functioning Wi-Fi (or related).
    7. Optional- download to your desktop or an external drive (that is reliable) "Pages In the Cloud" documents that are essential to your occupational (or academic) well-being.
    This is an labor intensive process. I recommend you start Pages, and keep it open. I did note the problem started with the January 8, 2015 update, which is unfortunate.
    I was thinking of deleting Pages (cleanly, using say, Mackeeper) and re-installing. Alas, I am afraid of the unknown-could be creating more work than is necessary.
    I thought I would never utter these words-if all else fails, use Word for Mac.
    MacBook Pro, OS X Yosemite (10.10.1) and assorted applications.

  • My pages won't load right

    I ran PC Scan and Sweep by ascentive and now my pages won't load right. It's a programt hat cleans up old history and stuff
    == This happened ==
    Just once or twice
    == I ran Scan and Sweep

    Hello Anne.
    Read this support article and see if it helps:
    http://support.mozilla.com/en-US/kb/Websites+look+wrong
    If it doesn't, you may be having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not coming from one of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] and select ''Disable all add-ons''. If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and theme. You can troubleshoot plugins the same way.
    If you want support for one of your add-ons, you'll need to contact its author.

  • Page won't load in Safari

    Hello,
    I'm trying to open a page (http://drjeder.com) in the newest Safari under WINDOWS and the page won't load. All I see is a blank screen and a loading message (Other browsers can open it with no problem).
    I then installed Safari (for Windows) on a different computer and it worked only for the first time, but after that it again wouldn't load. What causes this issue and how can it be resolved?
    Thanks in advance.

    I am getting the same problem on Safari 4 (but it works fine on the Mac), so any help anyone can provide that would be useful.
    The page I am having a problem with is http://www.iwebvisor.com/assets.aspx (but you need to have navigate to it through the site starting at http://www.iwebvisor.com/start.aspx)
    During testing we never had an issue with this it has just occured when we pushed this out for go live.
    Something else I have found is I can not replicate the error when I am running Fiddler2 (http://www.fiddler2.com/fiddler2/) to monitor the HTTP traffic, and there are no errors in the IIS log on the webserver. Its driving me insane.

  • I'm using firefox version 6 and for the last three days the add-ons manager page won't load. my question is why won't the add-ons page load? is the server down on your end?

    i'm using firefox version 6 and for the last three days the add-ons manager page won't load. my question is why won't the add-ons page load? is the server down on your end?

    Click on something below the Get Add-ons menu item on the left side of the Add-ons Manager tab.

  • ITunes movie page won't load on my ipad 2, music and tv shows page loads fine

    Suddenly the iTunes movie page won't load on my iPad 2 I'm running the latest update, and the music and tv shows page load but the movie page just says loading, but never does

    Try this:
    1. Close all apps in the Task Bar. Double-click the Home button and hold apps down for a second or two. Tap the minus sign to close app.
    2. Hold the Sleep and Home button down until you see the Apple Logo.

  • IWeb page won't load if password protected

    Okay, so I finally found my problem - my web page won't load when it is password protected. But I have kids, so I want to make sure that only family and friends see the page. Is anyone else having this problem?
    Thank you!

    Here is a reiteration of the problem at hand, in case someone can help me figure this out:
    My web page can be accessed from internet explorer on my husband's laptop, but I cannot access my webpage. It just keeps saying "loading" when actually it should be showing me the "user name" and "password" stuff. Safari just keeps spinning and "loading," but it never makes any progress, since I can't SEE the password dropdown request. Is this a Safari problem, an iDisk problem, or what??? Where should I post this so I can get help?

  • Page won't load with KT_escapeAttribute( );

    trying to get an answer on this from someone...
    If I have this as my form action <?php echo
    KT_escapeAttribute(KT_getFullUri()); ?> the page won't load what
    don't I have set correctly??

    ttt

Maybe you are looking for