Image file not visible in style library where it is situated but still visible in site

Hi all,
I'm a bit stumped by this one - there are a set of images that are part of my masterpage in my site, and they are "in" (according to the link/url) the "/style library\branding2010/images/..." folder, however when you GO to this folder,
these images are nowhere to be found... how is this possible?
Has this item been deployed incorrectly?
What is the correct way to (a) fix, (b) do this in future?
There is a "branding2010.wsp" file ON the server, there is also the "*.master page that refers to these "phantom" images appear fine even in SharePoint Designer, and while you CAN see them in the "Browse" for picture window
IN SharePoint Designer, you can't add edit or delete these things...
I don't know much about branding (or sharepoint really) but I'm "in charge" - I'm site collection admin, but I can't seem to "see it" using Sharepoint designer, Sharepoint "proper", or "View/Manage All Site Content".
Any help or guidance would be great!
UPDATE: Hmmm... in "All Files" (Sharepoint Designer) you CAN get to and manage these files... is this the recommended workflow?

Hi,
As you said that you can view the image files inside All Files in SharePoint Designer, so what is the image files’ location? Are they still inside the style library?
I suppose that the images may not be stored in the Style Library.
Please right click the file in SharePoint Designer and select Preview in Browser to check the URL of the images.
Per my knowledge, if the images are stored in the style library and you have permission to view or edit
 the files, you can view or edit the files in the browser.
And you can also choose to edit the files in SharePoint Designer, both the two methods are supported.
Thanks,
Victoria
Forum Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected]
Victoria Xia
TechNet Community Support

Similar Messages

  • I still use Aperture 2.1.4.  I need to export an image file with a CMYK profile.  Whereas a generic CMYK profile is listed in ColorSync Utility, it does not appear on the list of profiles in the edit portion of the export preset dialogue.  Help?

    I still use Aperture 2.1.4.  I need to export an image file with a CMYK profile.  Whereas a generic CMYK profile is listed in ColorSync Utility, it does not appear on the list of profiles in the edit portion of the export preset dialogue.  Help?  Is there some way to add the CMYK profile to the list of choices that are available in the export preset dialogue such that I can choose it?

    leonieDF
    Thanks for your response.  My profiles are located within color sync utility as you can see here:   
    These profiles do not respond to clicking and dragging.  Since they are all in one place, more or less, I'm reluctant to make further attempts to relocate them.  Accessing the CMYK profile is the first difficult experience I've encountered with this arrangement.  I have never needed the CMYK profile until recently, and that need has now past.  However, it remains a mystery to me as to why it does not appear with all the others on the menu of export choices in Aperture 2, or on the menu of profile assignment choices in the Preview application (where again all the other profiles are listed as choices).  I'm beginning to think my current set up will permit me to view an image that was created in CMYK space, but does not easily assign, or convert to that space.  I don't face these restrictions with all the others, so it remains a curious circumstance for me.  I anticipate upgrading my computer and software in the near future which might alleviate this issue altogether.  Again, many thanks for your attention to this matter.  The reach of this community is astounding.

  • If image file not exist in image path crystal report not open and give me exception error problem

    Hi guys my code below show pictures for all employees
    code is working but i have proplem
    if image not exist in path
    crystal report not open and give me exception error image file not exist in path
    although the employee no found in database but if image not exist in path when loop crystal report will not open
    how to ignore image files not exist in path and open report this is actually what i need
    my code below as following
    DataTable dt = new DataTable();
    string connString = "data source=192.168.1.105; initial catalog=hrdata;uid=sa; password=1234";
    using (SqlConnection con = new SqlConnection(connString))
    con.Open();
    SqlCommand cmd = new SqlCommand("ViewEmployeeNoRall", con);
    cmd.CommandType = CommandType.StoredProcedure;
    SqlDataAdapter da = new SqlDataAdapter();
    da.SelectCommand = cmd;
    da.Fill(dt);
    foreach (DataRow dr in dt.Rows)
    FileStream fs = null;
    fs = new FileStream("\\\\192.168.1.105\\Personal Pictures\\" + dr[0] + ".jpg", FileMode.Open);
    BinaryReader br = new BinaryReader(fs);
    byte[] imgbyte = new byte[fs.Length + 1];
    imgbyte = br.ReadBytes(Convert.ToInt32((fs.Length)));
    dr["Image"] = imgbyte;
    fs.Dispose();
    ReportDocument objRpt = new Reports.CrystalReportData2();
    objRpt.SetDataSource(dt);
    crystalReportViewer1.ReportSource = objRpt;
    crystalReportViewer1.Refresh();
    and exception error as below

    First: I created a New Column ("Image") in a datatable of the dataset and change the DataType to System.Byte()
    Second : Drag And drop this image Filed Where I want.
    private void LoadReport()
    frmCheckWeigher rpt = new frmCheckWeigher();
    CryRe_DailyBatch report = new CryRe_DailyBatch();
    DataSet1TableAdapters.DataTable_DailyBatch1TableAdapter ta = new CheckWeigherReportViewer.DataSet1TableAdapters.DataTable_DailyBatch1TableAdapter();
    DataSet1.DataTable_DailyBatch1DataTable table = ta.GetData(clsLogs.strStartDate_rpt, clsLogs.strBatchno_Rpt, clsLogs.cmdeviceid); // Data from Database
    DataTable dt = GetImageRow(table, "Footer.Jpg");
    report.SetDataSource(dt);
    crv1.ReportSource = report;
    crv1.Refresh();
    By this Function I merge My Image data into dataTable
    private DataTable GetImageRow(DataTable dt, string ImageName)
    try
    FileStream fs;
    BinaryReader br;
    if (File.Exists(AppDomain.CurrentDomain.BaseDirectory + ImageName))
    fs = new FileStream(AppDomain.CurrentDomain.BaseDirectory + ImageName, FileMode.Open);
    else
    // if photo does not exist show the nophoto.jpg file
    fs = new FileStream(AppDomain.CurrentDomain.BaseDirectory + ImageName, FileMode.Open);
    // initialise the binary reader from file streamobject
    br = new BinaryReader(fs);
    // define the byte array of filelength
    byte[] imgbyte = new byte[fs.Length + 1];
    // read the bytes from the binary reader
    imgbyte = br.ReadBytes(Convert.ToInt32((fs.Length)));
    dt.Rows[0]["Image"] = imgbyte;
    br.Close();
    // close the binary reader
    fs.Close();
    // close the file stream
    catch (Exception ex)
    // error handling
    MessageBox.Show("Missing " + ImageName + "or nophoto.jpg in application folder");
    return dt;
    // Return Datatable After Image Row Insertion
    Mark as answer or vote as helpful if you find it useful | Ammar Zaied [MCP]

  • Hi, sometimes big images could not open with photoshop.ı can open with windows but cant open photoshop.if ı try to open i am seeing a white image.is there any answer for this problem please.

    hi, sometimes big images could not open with photoshop.ı can open with windows but cant open photoshop.if ı try to open i am seeing a white image.is there any answer for this problem please.

    Just to assist those who might help you with this, please give the exact version of Photoshop CS6 you are running, for instance CS6 13.0.1.3.
    I had already asked for that in my previous post, but I guess you didn't quite know what I was referencing when I typed "exact version".
    Sorry, I cannot help you myself because I don't deal with that kind of 3D images, don't use Windows, and in all frankness I'm not quite following your last post.
    Also please give the exact model of your graphics card, so they can check whether it is on the list of cards tested by Adobe.
    Thank you.

  • I want to register my iPod with iTunes but the registration firm keeps asking for a postcode but there is no field to enter it, although there is an arrow showing where the error is but still no field for entry. Any suggestions how to get past this ?

    I want to register my iPod with iTunes but the registration form keeps asking for a postcode but there is no field to enter it, although there is an arrow showing where the error is but still no field for entry. Any suggestions how to get past this ?

    I can not get to iPhone screen, so no way to get to Settings. That is the problem. When I connect phone to iTunes I get screen asking to insert SIN card. On the phone I'm getting Cinfigure screen asking Launguage , Country or Region, Wi-Fi, ( I can connect to my home wi-fi), and last screen "Activating your iPhone". After two minutes of waiting IM getting message: Your iPhone could not be activated because the activation server in temporary unavailable. try connecting to iTunes or try later or contat apple.com/support.
    Like I mention, I went to Bell as well Rogers store and tried to insert active SIM card with no results.
    Yes, my friend unlock the phone to use with Rogers but I don't know where

  • I downloaded 11.1 but now can't access the store, can only view my library. I've reinstalled but still get a blank, white screen when I try to go to the itunes store. How can I get to the store for purchases?

    I downloaded 11.1 but now can't access the store, can only view my library. I've reinstalled but still get a blank, white screen when I try to go to the itunes store. How can I get to the store for purchases?

    In iTunes prefs>Store - is the Store check box unchecked?
    Did you repair pemissions with Disk Utility?
    MJ

  • My payslip gets emailed to me and opens with fire fox , i can not print it out have tried saving to doc but still opens will not print

    my payslip gets emailed to me and opens with firefox , i can not print it out have tried saving to doc, but still opens with firefox and will not print.
    The server i have to use for my pay is Explorer( i told them that this would have conflicting things on my computer, they said no i wont.( i can get it just can not print it?)

    Hi there morinallen,
    Try downloading and running the print and scan doctor located here to ensure there are no software conflicts:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03275041&cc=us&dlc=en&lc=en
    It can fix a lot on its own and if not give a better idea of what is going on.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • TS1559 since i installed ios8 my ipod5 is not connecting to the internet i tried doing evrething but still not connecting

    since my ipod updaded to ios8 its not connecting to the internet i've tried evrting but still not working plzz help

    Does the iOS device connect to other networks? If yes that tend to indicate a problem with your network.
    Does the iOS device see the network?
    Any error messages?
    Do other devices now connect?
    Did the iOS device connect before?
    Try the following to rule out a software problem:                
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network      
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem and it does not connect to any networks make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • HT201412 ipad screen will not slide. Tried resetting and a factory reset but still will not work.

    ipad screen will not slide. Tried resetting and a factory reset but still will not work.

    I have the same issue on my Ipad Air.  Screen will not rotate, I have reset the settings, still only displays in the portrait mode.  A couple of interesting things though.  a couple of days before it completely locked up into portrait I would have to turn the ipad off and hold it in the orientation I wanted because it would not change orientation after I was in an app.
    Also, I just played a Netflix video and it was in landscape mode.
    Any ideas?
      Thanks,

  • Why all of a sudden will my iPad not send emails to one specific address at work but still works to everyone else? just keeps saying "failure to send"

    Why all of a sudden will my iPad not send emails to one specific address at work but still work to everyone else at work?

    Contact the person by telecon. Their email address may have changed.
     Cheers, Tom

  • I would like to clear my address row history completely, but I never get it totallly emptied. The remaining addresses are not bookmarked, i.e no stars on the row, but still exist after I have emptied all history both via the History link and via the Tools

    I would like to clear my address row history completely, but I never get it totallly emptied. The remaining addresses are not bookmarked, i.e no stars on the row, but still exist after I have emptied all history both via the History link and via the Tools link. How come adresses still can exist after I have done this?
    == This happened ==
    Not sure how often

    I clear all history but i still get hints (what i've typed before) when i wanna type something in a site i've visited before!! whats the solution?

  • Since downloading Yosemite Flash Player not working. Have downloaded Flash Player for Mac, but still not working. Is there a fix for this? Thanks.

    Since downloading Yosemite Flash Player not working. Have downloaded Flash Player for Mac, but still not working. Is there a fix for this? Thanks.

    1. System Preferences >  Flash Player > Advanced >  Delete  All
         Press the "Delete All" button.
         Install Adobe Flash Player.
        http://get.adobe.com/flashplayer/
       Download it first.
       The next step is important.
       Click Safari in the menubar and select “Quit Safari”.
       If it doesn’t quit, Force Quit it.
       Press command + option + esc keys together at the same time. Wait.
       When Force Quit window appears, select the application if not already.
       Press Force Quit button at the bottom of the window. Wait.
       Application will quit.
        Follow the prompts and install it.
        Restart computer. Relaunch Safari.
    2.  Allow  Plug-ins
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.

  • HT5622 I have reset my iPhone, but later I could not activate it, it's not accepting my ID / Password. I restored it but still having the same problem. I need your help. Thank you.

    I have reset my iPhone, but later I could not activate it, it's not accepting my ID / Password. I restored it but still having the same problem. I need your help. Thank you.

    Try making a new Apple ID? I don't really understand what you mean.. Make a new apple ID, log in with that one and then when you are on your phone log out of it and THEN log in our old ID? If you still can't log in the old one then it's most probably a bug or something.. Anyway.. Good luck with your problem!!

  • Image is not showing up in firefox where as its shown perfectly on IE

    I've uploaded an image in my contact us page of my website:
    http://www.tvmdata.com/contact-real-estate-for-sale-daily-rent-paying-guest-in-trivandrum.php
    That images is shown perfectly in IE and the webpage was successfully checked as XHTML 1.0 Transitional! using w3c validator
    I checked the file permissions and even gave it to 0777
    But Firefox is not showing the image...

    I'm having the same type of problem with: http://juliezickefoose.blogspot.com/2011/01/wilds-in-winter.html
    When I view the page in FireFox, none of the pictures embedded in the text show up. When I switch the rendering engine to IE, all the images show up.
    Other things are missing on other pages too -- captcha images, for example.
    This is so frustrating. FireFox seems to be getting more and more 'buggy'. Things don't work. Websites display incompletely. Beginning to not trust the product.
    It would help immensely to not have to wait 3 weeks to find out what I/we can do about this.
    Thank you.
    Barb
    FOLLOW-UP -- 02/03/2011:
    I wanted to follow-up my post to add that I've found a solution to my part of this problem.
    I've done both clean Firefox software installs and new profile installs over the past month because I was having a problem with one of the addons that I MUST use.
    I 've been trying to figure out why I can't see images on blogs -- on blogspot. I found this website today: http://www.techsupportforum.com/forums/f131/some-images-not-displaying-74794.html which pointed me to here for troubleshooting techniques: http://forums.mozillazine.org/viewtopic.php?t=288184
    It turns out that there were a half dozen exceptions loaded here: Tools | Options | Content | Load Images Automatically | Exceptions ... most of them pointed to blogspot image servers. I did not put these exceptions in place. I have no idea where they came from; but, removing them gave me back the images that were not loading.
    Thought someone else might find either my solution or one of the other solutions posted on the mozillazine.org website help.
    Thanks.
    Barb

  • Edited Images do not appear in iPhoto Library Display

    I edit my photos using Photoshop Elements 4. If I save the modifiations under the same file name the changes appear in my iPhoto library. If howerver I do a "save as" and modify the name of the file, I don't see the new version of the image in iPhoto. If I search by name I can see the modified photo (located in modified folder) and can even print it using Canon Easy Photo Print. I just can't get the image to appear in my photo library. Any help or suggestions are appreciated.
    PS: Any idea when Adobe comes with a verion of Photoshop Elements integrated for MAC?

    If you do a "Save as," you're defeating the interaction between PE and iPhoto. If you do a "Save," iPhoto will of course retain both the modified (saved) version and the original "out of the camera" version to which you can always revert.
    It appears that you want a third version and that's your reason for a "Save as." Don't put that file inside the library - iPhoto will never know it's there (as you've discovered). Save this file on the desktop. Then, separately use iPhoto to "import" it into the library. Afterwards, you can trash the file that's on the desktop.
    "PS: Any idea when Adobe comes with a verion of Photoshop Elements integrated for MAC?"
    I consider the two apps to already be integrated quite well.

Maybe you are looking for

  • Ios 7 wifi connected but not working

    my iphone 5s running ios 7 is connected to my home wifi but its not working, but my pc is doing fine on that wifi. and when i try connecting my iphone to other wifi it seems to work without any problem. i've reseted network settings many times and re

  • Material Receipt to Finance Link

    Hi there.... The SAP SDN forum has really been very helpful in my ABAP knowledge development and using. I have the following problem which is really very critical. I have tried every possible way but to no avail. I am preparing a Purchase Register wh

  • "Complete my Album" didn't change the price of the album

    I want to buy an album, and I already bought one of the songs. When I click "Complete My Album" the price of the album doesn't change, and it doesn't download.  Am I doing something wrong?

  • Firefox Problems Problems

    Everything about Firefox is now going downhill. This forum has taken me an hour to logon to because its not been up and running or just slow. Firefox 8.01 has severe memory problems (which I have commented on another thread). The addons are not downl

  • Changing FlashVars in SWFLoader

    Hi, I have a SWF loaded into my Flex application via SWFLoader, and use the source URL to append FlashVars. My question is, can I change those FlashVars without having to reload the SWF itself? Does the Flex app keep the SWF in memory, and simply rei