SP 2013 Images not rendering

Hey all,
I've got a REALLY weird SharePoint 2013 problem that I need some help with.  If my users go to Cogwheel -> Add a page and add a publishing page, they will type some text and add some images...however, when they save the page, the images all disappear.
I take a look at the source code and, sure enough, the <img> tag is there, however the src property disappears when we save the page.  No matter what I do, I cannot get the page to accept the "src" property of the image.  The images
appear initially right when they are added while in the "edit" screen, however, again once saved, they disappear.
We are not running any customizations or anything and the problem does not appear in our test environment or on any subsites of our live environment...just on the main site of live.
Does anyone have any ideas?

Hi,
From your description, when you click save and try to add pictures to a page the SRC property disappears.
<p>
<img src="http://****/*.jpg" alt=""/>
</p>
<p>
<img src="/document_lib/*.jpg" alt="" />
</p>
First of all, let’s try to narrow down the issue and check whether it is client side problem. You may check the HTTP traffic when you click Save with network trace tools such as Fiddler.
A normal Save would include:
1. A POST HTTP request where you can see inserted IMG node under MainPlaceHolder.
2. And the POST request get the responses of HTTP 302 Found which redirect you to the sitepage.
Please help to check:
Does the whole IMG with SRC property get posted to the server?
What is the response of  POST request?
Miles LI TechNet Community Support

Similar Messages

  • Image not rendering properly on timeline

    I'm working on an animatic using still images.  Occassionally, I need to scale in or move the image a bit.  This means FCPX has to render the image, which it usually does, but I am finding that in some cases, the image appears blurry when played at normal running speed, but when I pause, it's nice and clear.  Why is the image not rendering so that it plays clear when running?  The orange bar is not displayed to suggest it needs to render still.

    Uh, yup, that sure solved it.  Thanks Tom.

  • JDeveloper 10.1.3.3 ADF Swing - Images not rendering after deployment

    Hi,
    I have deployed my ADF Swing application in production in very simple 2 tiers architecture.
    One executal jar on my desktop and
    The database running on a Linux server.
    When I run MyApp.jar from my desktop, none of my images is rendered and LOV buttons do NOT work.
    The same application runs against the same dabase from Jedev environment shows images and LOVs work fine.
    Thank for your your help.

    I suppose that you use Java WebStart to deploy your application.
    The issue might be that you're using absolute path to load images into the application (c:\something\something.jpg). When you start your app in webstart, it doesn't allow the application the acces to the disk using absolute path. Even if it did, you wouldn't find your images in the same folder as they are on your disk.
    You should load images like this:
    ImageIcon icon=new ImageIcon(this.getClass().getResource("images/something.jpg"));
    This presumes that you store all your images in "images" package (folder).
    You can read more here:
    http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/development.html#retrieving

  • Image not rendering for html signature

    I've created a CSS signature for my Mail signature (found at http://allforces.com/2006/04/14/css-signatures/) But no matter what I do the image (my logo) won't appear in the message. it's as if it can't find it on the machine. But when I open the file in Safari to create a webarchive, the image is rendering there. But when I save that webarchive and replace the signature file the image doesn't appear in the signature.
    Anyone have any ideas?

    ok I tried the instructions in that link and you are right, it is broken but it worked for me in one situation. If I create an html file using locally stored images and then convert it to a signature as outlined in this link it shows up correctly in the signature window in Mail prefs but the images don't show inside the message when i actually try to use the signature. Bummer.
    However, when I made an html file using images stored remotely on a webserver, the effect was the opposite! The pictures didn't show in Mail prefs but they did work correctly in Mail composition window and on the recepient end. Very weird and certainly a bug but it's a semi workaround I guess.

  • SharePoint 2013 XSLTListFormWebPart not rendering mobile friendly controls

    I am in the process of building a SharePoint 2013 solution which is targeted both at desktop as well as mobile devices.
    I have a separate data input form for mobile device which I have created by utilizing XSLTListFormWebPart. The challenge I am facing is that when the form is rendered on my mobile device, the controls rendered are same as the ones rendered in desktop rather
    than mobile friendly web part. For e.g. for a DateTime value, the control rendered on the mobile device contains date picker option as well
    However, in OOB SharePoint mobile page for new list item, the DateTime control is being rendered as a plain text box alongwith some text to indicate to user the format in which date is expected (e.g. mmddyyyy).
    Could somebody help is providing a resolution?
    Thanks in advance

    Hi Monica,
    thank you for your response,
    i already discussed and try a little part as example and research.
    seems sharepoint 2013 have some notes regarding mobile browser, please have a check this article:
    http://technet.microsoft.com/library/jj673030(office.15).aspx
    Mobile   view
    Lightweight UI   experience?
    Optimized for   touch?
    Navigation method
    Desktop/ full UI rendering?
    Customizable?
    Contemporary view (smartphone)
    Yes
    Yes
    Navigation   window
    No
    No
    Full screen UI (smartphone and slate)
    No
    No
    Same   experience as desktop
    Yes
    No
    Device channels (smartphone and slate-publishing site only)
    Defined   by view design
    Yes   - based on custom design
    Defined   by view design
    Yes
    Yes
    Classic view (smartphone)
    Yes
    No
    Hyperlink   driven
    No
    No
    please have a check if should the article apply at your environment,
    and please let us know if should your environment already the same as the article, so that if the issue persist, then i will try to continue the research.
    http://www.microsoft.com/en-us/download/details.aspx?id=34612
    http://technet.microsoft.com/library/fp161353(office.15).aspx
    http://office.microsoft.com/en-us/sharepoint-server-help/configure-a-sharepoint-site-for-mobile-devices-HA102895211.aspx
    http://blogs.technet.com/b/office2010/archive/2010/03/09/configure-sharepoint-server-2010-for-mobile-device-access.aspx
    http://technet.microsoft.com/en-us/library/fp161352.aspx
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Color images not rendering; b/w images rendering

    Hello,
    My production environment is running Oracle 11.2.0.3.0 and APEX 3.2.1.00.12; my development environment is running Oracle 11.2.0.3.0 and APEX 4.1.1.00.23. The development environment was just upgraded to APEX 4.1
    I have external files of jpeg images (55,000+) on both systems. There is a mix of b/w and color images.
    I'm using OHS in both environments for my Apache interface. I've checked Firefox and Internet Explorer; same results for both.
    On the production system all images render as expected, both color and b/w; on the development system b/w images render correctly, but color images do not. They did render correctly before the upgrade to APEX 4.1. There has been no APEX code changes at this point; both screen sets are identical.
    I'm using a stored procedure based on the sample image processor code modified for the external files . The digital image catalog table includes a BFILE column pointing to the image file (using file name and directory name to create the BFILE column).
    The render code is
    <img src = "#OWNER#.obtain_image?p_ref_item = #REF_ITEM_ID# height = "200" />
    The stored procedure code:
    <CODE>
    PROCEDURE obtain_image (p_ref_item IN NUMBER)
    AS
    v_Mime VARCHAR2(255);
    v_Length NUMBER;
    v_FileName VARCHAR2(2000);
    v_Bfile BFILE;
    v_LOB BLOB := EMPTY_BLOB();
    BEGIN
    SELECT img_mime_cd, bfile_locn, img_file_nm
    INTO v_Mime, v_Bfile, v_FileName
    FROM digital_img
    WHERE ref_item_id = p_ref_item;
    -- Obtain the Lengh of the blob
    v_Length := DBMS_LOB.GETLENGTH (v_Bfile);
    DBMS_LOB.FILEOPEN (v_Bfile, DBMS_LOB.LOB_READONLY);
    -- Set up HTTP header
    -- Use an NVL around the mime type and if it is a null, set it to
    -- appplication/octet - which may launch a download window from Windows
    owa_util.mime_header (nvl(v_Mime,'application/octet'), FALSE);
    -- Set the size so the browser knows how much to download
    htp.p('Content-length: ' || v_Length);
    -- The file name will be used by the browser if the user does a "save as"
    htp.p('Content-Disposition: filename = "' || v_FileName || '"');
    -- Close the headers
    owa_util.http_header_close;
    DBMS_LOB.CREATETEMPORARY(v_LOB, true);
    DBMS_LOB.LOADFROMFILE(v_LOB, v_Bfile, v_Length);
    DBMS_LOB.FILECLOSE(v_Bfile);
    -- Download the blob
    wpg_docload.download_file( v_LOB);
    EXCEPTION
    WHEN OTHERS THEN
    DBMS_LOB.FILECLOSEALL;
    END;
    </CODE>
    Has there been some change in the handling of color images in APEX 4.xxx? I've checked the forum and don't see any such discussion. I've also looked through the release change letters and see no such information.
    Any suggestions for where to look next?
    Thanks,
    George

    George wrote:
    Ok, changed the procedure as
    -- htp.p('Content-Disposition: filename = "' || v_FileName || '"');
    htp.p('Content-Disposition: inline');
    <CODE>
    PROCEDURE object_image (p_ref_item IN NUMBER)
    AS
    v_Mime VARCHAR2(255);
    v_Length NUMBER;
    v_FileName VARCHAR2(2000);
    v_Bfile BFILE;
    v_LOB BLOB := EMPTY_BLOB();
    BEGIN
    SELECT img_mime_cd, bfile_locn, img_file_nm
    INTO v_Mime, v_Bfile, v_FileName
    FROM digital_img
    WHERE ref_item_id = p_ref_item;
    -- Obtain the Lengh of the blob
    v_Length := DBMS_LOB.GETLENGTH (v_Bfile);
    DBMS_LOB.FILEOPEN (v_Bfile, DBMS_LOB.LOB_READONLY);
    -- Set up HTTP header
    -- Use an NVL around the mime type and if it is a null, set it to
    -- appplication/octet - which may launch a download window from Windows
    owa_util.mime_header (nvl(v_Mime,'application/octet'), FALSE);
    -- Set the size so the browser knows how much to download
    htp.p('Content-length: ' || v_Length);
    -- The file name will be used by the browser if the user does a "save as"
    -- htp.p('Content-Disposition: filename = "' || v_FileName || '"');
    htp.p('Content-Disposition: inline');
    -- Close the headers
    owa_util.http_header_close;
    DBMS_LOB.CREATETEMPORARY(v_LOB, true);
    DBMS_LOB.LOADFROMFILE(v_LOB, v_Bfile, v_Length);
    DBMS_LOB.FILECLOSE(v_Bfile);
    -- Download the blob
    wpg_docload.download_file( v_LOB);
    EXCEPTION
    WHEN OTHERS THEN
    DBMS_LOB.FILECLOSEALL;
    END;
    </CODE>
    Development environment:
    <tr class="highlight-row">
    <td class="t3data" style="">
    <div style="text-align:center;">
    <img height="200" src="DIYALA.object_image?p_ref_item=1684170">
    </div>
    <input id="f01_0001" type="hidden" value="1684170" name="f01">
    </td>
    </tr>This is not readable, please wrap the code in {noformat} code here {noformat} tags
    What are you trying to say??

  • Image not rendering when using Content Presenter Template

    I have checked in an image in UCM with security group as "Public" and in the content presenter template I have the following code to display image:
    <af:outputText value="#{node.propertyMap['TESTREGDEF:Image'].asTextHtml}" id="image5"
    escape="false"/>
    The image does not render on the page and it displays as a broken Image.I tried to print the value of the image URL and it is:
    <img src="${wcmUrl('rendition','xyz/web')} " alt = "Logo">
    Am I doing anything wrong?
    Thanks,
    Swathi Patnam
    Edited by: Swathi Patnam on Jul 12, 2012 5:24 PM

    Hi Vinod,
    I tried using af:image like below and its the same issue.I have read in most of the blogs that since this is in the content presenter template, the image has to be displayed using output text with escape set to false.
    <af:image source="#{node.propertyMap['REGDEF:Image'].asTextHtml}" id="image5"/>
    I am not using <img> anywhere, its just that on the webpage when the image doesnt appear, I tried to see the source of the image using Firebug and it shows following:
    <img src="${wcmUrl('rendition','xyz/web')} " alt = "Logo">
    Edited by: Swathi Patnam on Jul 13, 2012 6:00 PM

  • Background image not rendering correctly in Chrome

    Can anyone see what I've done wrong with this bg image?  The footer has a 1 px wide repeating bg image which is fine in all the usual browsers except Chrome - getting the same effect in live view so obviously done something wrong, but can't find it. 
    Heres the url:  http://www.empathydesign.co.uk/development/2tp/index.php   usr:northernlight, pw: empnor733!
    Thanks!

    I'm running v 28.0.1500.95 m so that might explain the difference, although goodness knows why - once these browser discrepancies start up its very difficult to make any sense of them.  Very strange.
    I hadn't thought of trying overflow:hidden, that's a good idea although obviously David's solution is the one to go with.
    Thanks for the comments,
    SW

  • SSRS report does not rendering properly in sharePoint 2013

    Hi everyone,
    I'm a newbie with the MSBI development tool, I've tried to create a testing SSRS reports and its layout showed correct when preview them in Visual Studio (2010 and 2012). Then I migrated the report in SharePoint 2013, but the layout do not rendering as I
    expected, some data mix-up on the matrix table
    The Ident on detail data (drill down) does not render properly compare the layout in when preview in Chrome or Visual Studio (SSRS)
    The summation on second matrix table went wide on both browsers compare when preview thereport in Visual Studio
    The export PDF (using the "action" button on the report in the browsers) showed the second matrix table is overlaps the first matrix table.
    This report has 3 main queries (2 for the matrix tables and 1 for the chart) on a Dev environment:
    Window server 2008 R2 with service pack 2
    SQL server 2012 enteprise with service pack 2
    SharePoint 2013 (no service pack) with integrated mode on the report service 
    Visual Studio 2010 development tools
    I'm very appreciate for anyone can provide any solution to solve this issue.
    Thank you so much,
    Dac.
    P.S.: I attached the preview of the report in both browsers (IE & Chrome) and its preview in Visual Studio.
    An update: ... due to the setting space on"snap to grid" default to 20 and I've made the 2nd matrix table overlaps the 1st one, therefore the it showed overlaps when export to PDF file ... it's solved.
    But the Indent on IE and summation still persist in both browsers.

    Hi everyone,
    The PDF's export has been solved due to the 2nd matrix table overlaps on the 1st table. 
    Also, I don't know why the summation (aka Row Total) went wide when data represented on the 2nd matrix table (see previous post on the row named as "Premium over 5000$" on both browser. So I've redesigned the 2nd table as normal table instead of
    matrix table ... and the summation showed correct (it's so weird)
    For the "Indent" issue showed in IE on both drill down of the 1st table and 2nd table which cannot be fixed, and the end user used only IE.
    Could someone can enlighten me please?
    Many thanks.

  • Background images are not rendering while they are in all other browsers.

    Firefox is having problems with certain .jpg images that I have uploaded to a hosting service.
    (Ex: http://img838.imageshack.us/img838/3991/hbbgardenorangepop3.jpg)
    When you set this image as your web page's background image, the image will not be rendered. However, if you go directly to the URL, the image will be rendered (except in the Beta release, where the image won't even render when you go to the URL directly).
    However, if you go to ANY other browser, the image is rendered correctly (both when you go directly to the URL and when you use the image as your background).
    == This happened ==
    Every time Firefox opened
    == Today ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.125 Safari/533.4

    I assume that you want to add that image as a background on web pages.
    How are you adding that background image?
    Are you using code in userContent.css ?
    If that is the case then please post the code, otherwise provide the steps so we can check what goes wrong.

  • [SOLVED] KDE4.3 is not rendering correctly the images in the desktop

    I've posted a bug in KDE because the KDE images are not rendered correctly:
    https://bugs.kde.org/show_bug.cgi?id=202829
    You can see an image of my desktop at:
    https://bugs.kde.org/attachment.cgi?id=35921
    As someone suggests, and I also agree with him, it would be a driver problem. My graphic card is "ATI Radeon X1950 Pro" and I'm using the "xf86-video-ati 6.12.2-2" driver. I know that there are other possibilities according to this wiki:
    http://wiki.archlinux.org/index.php/ATI
    I already tested them with KDE4.2 and xf86-video-ati provided the best result for me.
    Someone with an ATI card has the same problem? Which driver would you suggest to me?
    Thank you
    Last edited by jjjaime (2009-08-06 19:04:12)

    Thank flamelab for your help.
    The xf86-video-ati-git:
    http://aur.archlinux.org/packages.php?ID=15374
    fixed all my problems. Probably you've heard about it Now, I don't have any rendering problem and I have enabled the Desktop effects. I tested it with and without the xorg.conf file. Both of them worked, but without the file I don't have my keyboard in Spanish.
    I read that it was possible the KMS support. I tested it by changing from graphical to text mode but it takes some time so I guess that it's not enabled. Is there any way to test KMS?
    Is it possible to upgrade the AUR driver to the official repository? Meanwhile, I will comment my problem in the KDE site.
    Best regards,
    Jaime

  • Images are not rendered on the PIE03 Client

    Hi Team,
    I have a specific scenario where the Web Dynpro JAVA applications are deployed on Symbol Handheld devices (9090). The applications run fine on majority of the devices, but we have two handhelds where the PIE version 03 client is installed (we are passing the sap-wd-client=Pie03Client parameter). On these devices, the standard images pertaining to the table control UI like the paginator etc are not rendered. We are getting an "X" on the placeholder instead. Has someone faced this problem?
    Can you please provide some pointers? I have no clue as to what is missing here. Any help would be appreciated please.
    Thank you

    Hi Oliver,
    This is the online Mobile solution called "Mobile Webdynpro Online", it supports three clients.
    1. Pie03Client - for Windows Mobile devices.
    2. NokiaS80Client - for Nokia devices
    3. WMLClient - for Blackberry devices
    @Sanjay: can you check on your network speed?
    Best Regards,
    Karthik

  • Help! Images are not rendering in any browser!

    When online, images are not rendering on any webpage. All other content is fine. Problem is across browsers, BUT, is limited to my user identity. When I create a new user and go online the problem id resolved. I do not want to lose all my user settings. Can anyone think of something I can do to troubleshoot this. Some file I may have deleted, some setting?

    Hi all, I am facing the same problems:
    Im using an UMTS card to connect to the internet.
    On various pages, no pictures are shown. The reason is, that my mobile carrier is using proxies to compress the pictures. Same thing worked fine, before updating to snow leopard. Now the pictures can show up. Safari says, that the pictures were not found.
    I tried the umts card on another computer, it worked fine, so t has to do with the update from Leo to Snow Leo....
    I already deleted the .plist, but it didnt solve the issue.
    Does anybody has an hint or solution??

  • Image inside facet not rendering

    <t:column>
          <f:facet name="header">                               
                  <h:graphicImage value="images/pic.gif" />   // NOT RENDERING
          </f:facet>                                                            
          <h:graphicImage value="images/pic.gif" />             // IS RENDERING
    </t:column>
    // WHY IS THE IMAGE INSIDE THE  "<facet>"  TAG NOT RENDERING ?

    Uh, yup, that sure solved it.  Thanks Tom.

  • CsrAttachmentUploadDiv part attachment is not rendered SP 2013(Attach file in not working for all the list forms)?

    csrAttachmentUploadDiv partattachment  is not rendered SP 2013(Attach file in not working for all the list forms)?
    Ravi
    function ShowPartAttachment() {
    ULSopi:
        if (document.getElementById("part1") == null || typeof document.getElementById("part1") == "undefined") {
            alert(Strings.STS.L_FormMissingPart1_Text);
            return;
        (document.getElementById("part1")).style.display = "none";
        (document.getElementById("partAttachment")).style.display = "block"; //problem here

    Am also facing the similar problem....any iputs are highly appriciated.
    Issue..
    1) Defined the attachment type in IMG.
    2) Added the attachment type "SFREEATTM" by selecting other attributes---> Attachment Types.
    3) Attached the excel file in the design.
    See the screen shot below:
    The Issue is when testing through tcode nwbc in the inbox the attachment tab is not visible after selecting the particular form.
    Please see the screen shot below:
    Did i miss any Configuration?? Please suggest...
    Regards,
    Naveen

Maybe you are looking for

  • Adobe acrobat anchor link not going to the right page.

    I have anchor link from html page like http://www,pbgc.gov/docs/2006bluebook.pdf#page=15, when you try to click the link on my machine and some other employees it goes to first page rather than going to page 15. Other employees get page 15. Have anyo

  • Brief blurriness when scrolling in scanned PDF

    Hello all. I frequently find that when scrolling through pages in a scanned PDF, it takes a second or two for the page images to resolve; that is, they appear blurry at first and only a second or two later do they resolve into clear page images. The

  • EAM Process(functional) Flow

    Hello EAM Guru's,       Can some provide me with functional(process) flow of Enterprise Asset Managment.       For example functional(process) flow of Sales & Disturbution is ........ Inquiry -> Sales Order -> Delivery -> Invoice.      Of course this

  • SQL Server Agent ... Relation with BizTalk.

    Hi All, I know that there are jobs in SQL Server Agent which are used to perform some activity on scheduled basis like Purging,backup etc... what happens if SQL server agent service is in Stop mode(is it mandatory to have it started) and does it have

  • Customizing email body on email submit button

    Hi everyone, I'm trying to modify what the body of the email will look like once the user has pressed an email submit button. In Livecycle designer, I clicked on the button and viewed the xml source. I scrolled down to the following line: