Banner on wordpress site doesn't show in safari

On my Wordpress site I have added a banner from an external link to be displayed on my frontpage. After saving it doesn't show the banner in Safari (but it does show it in Chrome and someone externally tested and said it showed in Explorer; so the html code must be right). The weird thing is it does show the image of the banner in the Snippet Editor. Anyone has an idea what causes this or how to fix this, I want all Safari users out there to be able to see and click on the banner as well!

Some browsers are far more forgiving of errors than Safari, and not everything works the same way in different browsers.
If the image is visible when you use Safari - Develop menu - Disable Styles, then it's presumably a CSS problem that only shows in Safari.
Do test with all Safari extensions switched off, since they can have unexpected results.

Similar Messages

  • All of sudden, I can't launch iTunes as I get a popup saying "iTunes requires Quicktime 7.5.5 or later". I only have 7.4 currently and the apple site doesn't show anywhere to download Quicktime upgrade. Software Update detects no reqd updates. Help pls??

    all of sudden, I can't launch iTunes as I get a popup saying "iTunes requires Quicktime 7.5.5 or later". I only have 7.4 currently and the apple site doesn't show anywhere to download Quicktime upgrade. Software Update detects no reqd updates. Help pls??

    Here's a link to the QuickTime for Leopard 7.7 installer:
    http://support.apple.com/kb/DL761

  • My site doesn't show in the site listing sidebar

    According to iWeb help, "Your websites are stored in one file called “Domain” on your computer. You can copy this file to another computer as a backup or to work on your site from another location."
    When I open the file I've always opened to work on my site, called Domain.sites2, I am brought to the "choose a template for your webpage" window in iWeb.
    In the site listing in the sidebar, where I used to see my site listed, I see only one item, "Site," with a downward pointing arrow next to it. If I choose a template for my page just so I can get out of the dialog, I see "Welcome" Listed under "Site" in the site listing pane, but still not my site. Of course the main layout pane doesn't show my site either.
    When I close out without saving and preview the Domain.sites2 file with QuickLook, it shows a thumbnail of the site I am trying to access. The filesize is 6.4 MB. I tried using Time Machine to restore a version of Domain.sites2 from last year, but when opened, that also doesn't show my site in the site listing sidebar.
    How do I access my site?

    In Lion and Mt Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    To open your domain file in Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • My wordpress site won't load anymore (safari 6 to blame?)

    After upgrading to Mountain Lion, I just tried to do a post on my wordpress site last night. The post showed up on my computer, but didn't show up on anyone else's. Now today, I can't get my wordpress site to load at all on my computer - even with other browsers like firefox and chrome. The site still loads on other computer (without the new post though.)
    Anyway, anyone else having wierd Wordpress problems after upgrading to Mountian Lion?
    Any ideas how to get my site loading on my computer again? What could break it for all of my browsers? I'm pretty perplexed.
    Thanks for any advice!
    (I should say that all other sites load perfectly with all of my browers. Only my Wordpress site seems to be broken for my computer.)

    Exactly the same problem...no solution in sight

  • Site doesn't show up in ie!

    Hi!
    I hope someone can help me.  I have been making websites for a little while and been mainly using free css based templates to get my designs started.  For the first time I decided to start from scratch using one of Dream Weavers standard templates - 2 Column Fixed with Header and Footer.
    I thought I was doing great and have been checking progress in Firefox and Chrome and that was great so I was just about done when I checked in IE and found the site was not displayed at all - only the background was visable.
    In the header of the template is this -
    <link href="style.css" rel="stylesheet" type="text/css" media="all" />
    <style type="text/css">
    <!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixLtHdr #sidebar1 { width: 230px; }
    .style1 {font-size: small}
    </style>
    <![endif]-->
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixLtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    If I remove these instructions (obviously leaving the css link at the top in tact) then the site shows up but it cannot link to the style sheet.
    I have tried replacing the above with other [if IE] instructions for the style sheet, even creating a new one just for ie but it still doesn't work.
    My site can be found at http://www.22brondeg.net23.net/index.html.  I have put it all back as it originally was so that my fiddlings haven't made things even more complicated. I am sure the fix is really simple but I just can't see it.
    I hope someone can help me out as I am going slightly crazy now!  Thanks in advance
    Williamsbird

    Hi
    I have checked my site again this morning and it is back up and running.  However I am still having the same IE issues.  What is particularly strange is that my friend and I both use IE8 and on her computer the site shows fine but on mine it doesn't link to the stylesheet?  The link to the site is http://www.22brondeg.net23.net/index.html.
    I have removed the below code from the index header and second page header so you can see for yourself but have left subsequent pages with the code in tact showing my original problem (ie the site not showing up at all).  I would like this site to be as universally visible as possible so getting this sorted asap would be great.
    <style type="text/css">
    <!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixLtHdr #sidebar1 { width: 230px; }
    .style1 {font-size: small}
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixLtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    Thanks in advance...again!
    Williamsbird

  • Wordpress blog doesn't show sidebar column

    My site is a self-hosted wordpress blog with Thesis theme and recently it stopped showing the right hand toolbar on Firefox. I upgraded to the latest version but it still isn't showing.
    The site is fine on Safari on the Mac, and it is also fine on Firefox 4 on the PC - BUT not Firefox 4 on the Mac.
    Can you let me know how it can be seen? I'd like my site to work on all browsers and I work primarily in Firefox usually but am now shifting to Safari because it's so weird not seeing the site properly. Thanks.

    your problem:
    chrome does not call javascript when view the page through local file system (not through web server).
    try view your page with safari.

  • Site doesn't show up despite publishing through iWeb

    I'm publishing my site to an outside server with IWeb, and though the files are showing up on the server itself, when I attempt to access it from a browser, I constantly get a 404 error. Don't understand why, as all files show in in cpanel.
    Am using bluehost.
    Thanks for the help!
    Chris

    I am still having this issue. I am pretty sure you are right about my site being forwarded (it is) but I am not with GoDaddy. I am with 1 and 1 hosting and they have checked out the issue and informed me that they can't do anything.
    If you are using Safari, my site loads as a white page.
    It also only seems to happen in Safari. Does anyone else have this problem using internet services other than GoDaddy? I am running out of options, other than the possibilty of not being able to forward my url.... which makes no sense.
    Help!
    Jeremy

  • Create a Developer Site, my Admin site doesn't show the drop down

    I have a O365 Admin account and want to create a Developer Site. I tried to follow the instructions at
    http://msdn.microsoft.com/en-us/library/office/jj692554(v=office.15).aspx , but when I get to step 2 of 'Create a Developer Site', and click 'Admin', instead of a drop down being displayed, it takes me the a 'Welcome, let's
    get started' page and there is nothing about Developer Site there.
    Should be:
    but I get:
    Am I missing something?
    Ron.

    I'd ask them over here.
    Office 365 Sites and document sharing forum
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Site Doesn't Show Up In Safari

    I am having a bit of an issue. I built my site in iWeb, with no problems. I then published my site using .Mac, again experiencing no problems. My site was up and running for months with no real issues.
    Suddenly, my site can't be viewed in Safari. The page loads up, and all you see is a white screen. If you click the blank screen, my site appears. Then click on a link... and you get a white screen again. Only if you click on a totally blank white screen will the page appear. It does this only in Safari. I can view my site fine in Firefox and Explorer.
    (Try for yourselves... www.jeremyvanhoozer.com )
    Can anyone help or maybe throw a few suggestions my way?
    Much appreciated!
    Jeremy
    G5   Mac OS X (10.4.8)  
    G5   Mac OS X (10.4.8)  

    I am still having this issue. I am pretty sure you are right about my site being forwarded (it is) but I am not with GoDaddy. I am with 1 and 1 hosting and they have checked out the issue and informed me that they can't do anything.
    If you are using Safari, my site loads as a white page.
    It also only seems to happen in Safari. Does anyone else have this problem using internet services other than GoDaddy? I am running out of options, other than the possibilty of not being able to forward my url.... which makes no sense.
    Help!
    Jeremy

  • PDF file doesn't view properly in firefox & favicon doesn't show in Safari

    I've got three issues I could use some advice with.
    1. I used some iFrame code generously posted by Oldtoad that allows a pdf file in an IFrame. It works beautifully in Safari. here's an example: http://web.mac.com/phelpssculpture/Site/resumeone_page_DavidPhelps.html
    but in Firefox it only opens as a dialog box asking what I want to do with the file (download, etc)
    Is there any way to make this view properly in Firefox?
    2. I've gone through the process to have a favicon in the address box (ico file uploaded with iTweak) and this views great with Firefox, but nothing in Safari (not sure about others) I've deleted the WebpageIcons.db file repeatedly, emptied cache, deleted all my bookmarks for the site, etc.
    Anyone know how to make this work in Safari?
    3. I recently updated my site (from iWeb 06) using iWeb 08 and published. A lot of search links got broken. I created a new sitemap (verified by google) and now, no matter what page a search refers to, when you click on it, only my home page opens. Did I do something wrong? It used to be that if a search pointed to a certain page, clicking that result took you directly to that page.
    Any suggestions for these problems would be greatly appreciated.
    Thank you, David

    Old Toad:
    I finally got it! the favicon works now at: http://web.me.com/phelpssculpture
    Your Instructions at:http://toadstutorials.info/ #22 did the trick.
    One problem I had with TextWrangle was I was doing a search and replace for <head><meta and it wasn't working. What I figured out was that there was other code on the line after <head><meta which was preventing the new code from working. I did a minor adjustment on each page in iWeb to force it to republish each page. That made the <head><meta line consistent on each page, then I selected the entire line and replaced it as per your instructions. It worked great. My experience was that iTweak did not process the code properly and was very slow, but this process was great.
    Thank you for all your help. Sincerely, David

  • My .Mac site doesn't display in Safari

    Hi There,
    My site hosted on .mac displays in Firefox (mac & pc) and IE v5 & v6 (pc) but will not display in Safari.
    The page usually loads blank, but if you click and drag down on the white page, the site appears?
    Site URL: www.svelte.net.nz
    Any help would be appreciated as my iWeb site hosted on .mac, can't be viewed by mac users!
    Cheers
    Ben

    You need to stick with web safe fonts and colors ....
    http://www.iwebformusicians.com/WebMusic/FontsandColors.html
    Build your own custom navigation......
    http://www.iwebformusicians.com/WebMusic/Navigation.html
    Optimize your files prior to publishing.
    http://www.iwebformusicians.com/SearchEngines/Optimize.html
    You should also consider publishing to a hosting company rather than MobileMe for more speed, bandwidth and reliability.
    http://www.iwebformusicians.com/SearchEngines/Upload.html
    http://iwebfaq.org/site/iWebFolderFTP.html

  • URL window doesn't show in Safari browser window.

    I seem to have lost my url window in Safari so what do I do?

    Choose Show Toolbar or Customize Toolbar from the View menu and put it back.
    (61610)

  • Photogallery jQuery plugin doesn't show thumbnails

    I have built 2 sites using Adobe Business Catalyst. Both use the built in photogallery which is a jQuery plugin. The first is HTML4. The second is HTML5.
    The HTML4 site runs perfectly on all iOS devices. The HTML5 site, doesn't show the thumbnails. Oddly, I noticed if I click on the blank page, it DOES trigger the image in the lightbox, so the link IS hot.
    I have tons of experience cross browser/platform checking for desktop, but I don't know where to begin for mobile/tablet. Of course, I need it FAST! Where do I start?
    thanks,
    mookie

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Google Calendar doesn't show

    Please Help! I have inserted a Google Calendar(iframe html code) into one of my iweb pages but it doesn't show in Safari. I get an error in the Activity window that says "too many http redirects" if I refresh Safari a few times it works although it works fine in Firefox. Is there something wrong with the Calendar html code? Is it my webhost? or possibly Safari?
    Thanks,
    Flippy
      Mac OS X (10.4.8)  

    Ah-ha! I figured it out. When you are generating the Html code for your Google Calendar (located under Calendar Settings/Calendar Address/Configuration Tool) do not put too many spaces between the letters and words in the "Calendar Title" as I did C A L E N D A R - O F - E V E N T S.
    It made the url to my Calendar look like this:
    http://www.google.com/calendar/embed?src=mygooleid%60gmail.com&title=C%20A%20L%2 0E%20N%20D%20A%20R%20%20%20-O%20F-%20%20%20E%20V%20E%20N%20T%20S
    Notice the %20 before each letter in my url causing to many http redirects.
    So I just changed the Title to something like EVENT.
    The url looks like this now: http://www.google.com/calendar/embed?src=mygoogleid%60gmail.com&title=EVENT
    I added the newly generated html code and it works like a gem.
    I hope this is helpful to anyone else who might be having the same problem.
    Flippy

  • Safari doesn't show Chinese characters in a specific site?

    Hi all,
    I've just found a weird thing that Safari doesn't show Chinese character in this site.
    http://blog.bcxstudio.net/
    It works in Firefox (Mac and win), Chrome (mac and win), IE 6-9, Safari for Mac, but not Safari on Windows.
    However, when I browse other websites like Yahoo hong kong and Apple HK. There is no problem.
    http://hk.news.yahoo.com
    http://www.apple.com/hk
    My best guess is that the site may uses some fonts (CSS3 @font-face?) that safari did not support.
    Anyone knows what happened?
    I am on Windows 7, Safari for Windows 5.0.2 (7533.18.5)
    Thank you!

    That's a bit odd ... I'm getting the opposite effect at the moment on my XP SP3. I'm not seeing the text in IE 8 (I don't think I've got the International character sets installed for my XP Pro), but they show fine in my Safari 5.0.2.
    Are you still seeing the effect at your end at the moment, b?

Maybe you are looking for

  • Cast multiset help needed

    I have the following sql SELECT * FROM (SELECT updatedby, updateddate, ROWNUM, ent_id FROM (SELECT hstbe.updatedby, hstbe.updateddate, TO_CHAR (hstbe.entry_id ) ent_id FROM hst_rb_booking_entry hstbe --WHERE hstbe.entry_id = entryid UNION SELECT hstl

  • REP-1401 : 'CF_Real_VendorFormula': Fatal PL/SQL error occured.

    Hi, I have a cf_formula wich return a varchar. when i run the report, the REP-1401 : 'CF_Real_VendorFormula': Fatal PL/SQL error occured. can someone help me. Best regards. function CF_Real_VendorFormula return Char is att10 varchar2(20); real_vendor

  • Why is the battery on my macbook air draining so fast?

    Hi there: I have a 2 week new Macbook Air 13'', mid 2013 model. Yesterday, after being prompted to update to the latest of Mavericks, i have unplugged the laptop and left it in sleep mode. Overnight it went from 100% charged to 0. Has anyone experien

  • Force Index and Group By Exception

    Hello, I'm using Oracle 8 and PL/SQL Developer 7 and when i want to perform this query : select /*+ INDEX(gprs_cdr IK_GPRS_CDR_CREAT_DTE) */ trunc(creation_date, 'D') from gprs_cdr where creation_date between to_date('26/01/2006', 'DD/MM/YYYY') and t

  • TimerService in EJB. Cannot get initialized timers in ejbRemove() method

    I try to cancel all timers from the ejbRemove() method of stateless session bean. Timers are initialized in the bean. The call timerService.getTimers() throws an exception: "StatelessBean: Timer Service methods not allowed from state = POOLED " How c