Hide OOB composed Look

We have deployed a custom custom composed look via a feature on a SpWeb level. Is there a way to hide the oob composed looks so that users do not change the custom composed look and apply an oob one?
-- The opinions expressed here represent my own and not those of anybody else -- http://manojvnair.blogspot.com

Hi Manoj,
If you want to only show your custom custom composed look.
1. You can go to "Composed looks" list and stop the inheriting permissions from parent, then remove all unwanted users permissions.
2. Then modify the "Composed looks" list view(i.e. allitems.aspx) to show the field "<label for="ShouldDisplayLinkTitle">Title (linked to item with edit menu)</label>".
3. If your custom composed look is displayed in "Composed looks" list, you can click "Shared with" menu from Title field context dropdown menu, then grant the unique permission on this custom composed look item.
Then check results again.
Thanks
Daniel Yang
TechNet Community Support

Similar Messages

  • Custom Composed Look not appearing in Change the Look with custom color palette

    Hi,
    I created custom color palette, (which was a copy of one of the out of the box ones) and uploaded it to the Themes folder under a different name. I then went to the Composed Looks and created a new Composed Look(using the New
    Items), which the seattle master page, and the new color palette that I created. 
    When I go to Change a Look, the new Composed Look does not appear as part of the options.
    When I change the color palette of the Composed Look, to one of the out of the box ones, I see it I the Change a Look page.
    What am I doing wrong?
    Thanks

    I would check two things. First, did you check in the spcolor file you created? Second, I would review all of the properties of your composed look found in "/_catalogs/design/AllItems.aspx". You might want to copy and paste all properties (except
    title and name) and see if your new composed look shows up in "Change the look". Then link to your own custom spcolor file.
    Eric Overfield - PixelMill -
    blog.pixelmill.com/ericoverfield -
    @EricOverfield

  • Design library (_catalogs) for Composed Looks is missing in the site

    Hi,
    Some of sites (subsites) in our O365 are missing design library in the _catalogs used for Composed Looks.
    How this library can be added after the fact, not sure what would be the reason for this library to be missing in the first place.
    Thanks
    Brano

    Hi Brano,
    How did you create the problematic subsites?
    Whether you created them using a  saved site template. If yes, you make sure that “Include Content” is selected when you save a site as a template.
    Please check whether SharePoint Server Publishing feature is enabled. If yes, deactivate it and activate it, compare the result.
    Here is a similar post for your reference:
    http://social.technet.microsoft.com/forums/sharepoint/en-US/16461c60-4831-44bd-af11-1f6d99e44ab6/composed-looks-change-the-look-themes-are-missing-when-creating-site-from-saved-template
    In addition, as this issue is related to Office 365, I suggest you create a new thread on Office 365 forum, more experts will assist you with Office 365.
    Office 365 forum:
    http://community.office365.com/en-us/f/default.aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Changing the Look (Composed Looks) Hangs

    Everytime I try to change the look to a different Composed Look, the session hangs.  It doesn't appear that the look is ever changed.
    Are there any known issues with this?

    What version of SP are you using specifically?  Also, when you change the look there's some work that happens behind the scenes -- how long are you waiting?
    Also, is the URL for the site set as a trusted site (assuming you are using IE)?
    John Ross
    SharePoint Server MVP | Sr. Consultant Rackspace:
    SharePoint Consulting
    Blog: http://johnrossjr.wordpress.com
    Twitter: @JohnRossJr
    SharePoint 2013 Branding and User Interface Design
    Professional SharePoint 2010 Branding and User Interface Design (Wrox Programmer to Programmer)

  • Composed Look and System Master Page

    Hi,
    I have been able to create my composed looks, but it keeps resetting our System Master Page setting to match that of the composed look master page setting.
    My Question - Is there a way like an event reciever or something so I can extend the Composed Look list to set different System Master pages? Seems pretty cool to let users choose there own look, but we do not want to change the backend look and feel as
    a few scenarios remove useful key elements when in the backend from in the display if its a team site compared to a published site.
    I cannot use a web feature, or make it part of the site feature because there are multiple composed looks and i need it to apply the system master page when the user chooses "apply this look" or what ever that label is they click.
    Thanks

    I haven't test this but when you hit apply on a composed look the Composed Look list is supposed to be updated.
    I've read that SharePoint updates the 'Current Item' in this list to reflect your newly changed settings. 
    You could try an event receiver on that list for Item Updated on the SPListTemplateType.DesignCatalog template type ID = 124, which is the Compose Look List.
    Found the reference
    http://msdn.microsoft.com/en-us/library/office/jj927175(v=office.15).aspx#section3
    When a user applies a theme in the Change
    the look wizard, the wizard also updates a theme named Current in the Composed Looks
    list and the design gallery. When you apply a theme programmatically, you have to update the Current theme manually. The following example shows how to update the Current theme.
    -tom daly

  • Composed looks / Change the look themes are missing when creating site from saved template

    Hi,
    I found an issue when save you own site template and then want to create a new site from that template the "Change the Look" themes are missing and if you go to site settings, Comosed looks where the themes are stored is empty! Anyone else has
    the same experience? Any workaround for this?
    regards
    Martin

    I've just seen this exact problem on a SharePoint 2013 farm as well this morning, but have managed to fix the blank "Composed Looks" list issue, although am still working on the "Change the look" wizard pages.
    Edit: found a fix for this too now. See my next post below.
    It appears that the process of saving a site as a template and then creating a new site from that template causes the original XsltListViewWebPart used to display the default view of the "Composed Looks" list, to be replaced with a ListViewWebPart,
    which appears to be broken.
    Edit: have also seen this behaviour on sites created from the built-in templates but haven't determined exactly whether this is a bug. ULS logs never show any errors when this occurs so it appears to be "by-design". Ugh.
    There may be a tidier way to fix this, but for now, I used SharePoint Designer 2013 to copy an XsltListViewWebPart from a working "Composed Looks" list, AllItems.aspx page and replaced the ListViewWebPart in the broken Composed Looks list, AllItems.aspx
    page with it. There is also some additional post copy-paste tidy up to do on the pasted-in XsltListViewWebPart HTML to get it to work within the context of the site it is now in as it will contain GUIDs and URLs that are only relevant within the site
    that you copied it from and these need to be replaced with the GUIDs/URLs from the replaced ListViewWebPart - paste it in a notepad session before deleting/overwriting it so you can grab those bits.
    I'll write a more detailed step-by-step if anyone wants it, but this doesn't seem to fix the broken "Change the Look" wizard still, only the "Composed Looks" list default view. I'll look into that now and post back more complete solution if I can
    find a fix.
    Edit: Found a fix. see my next post below.
    Edit Edit: One more thing - on some Composed Looks lists we are seeing empty lists once the default view webPart is fixed up. To correct this, you can copy selected Composed Looks from a working site with a full set.
    Before you do that, edit the default view in both the source and destination Composed Looks lists and include the Title field as it is a required field.
    Then, you can use Datasheet View (just click the edit list link to put it in Datasheet View mode) to bulk copy/paste Composed Looks between the source and destination lists.
    Do a little post-paste tidy up on the URLs as above to make sure that they are correct for their new location and then click on over to your Change the Look wizard.
    You should see all of your Composed Looks displayed nicely on the page.
    Note that the Current Look might not represent the sites actual appearance as it's settings will reflect the source sites appearance, but you can tweak it with the Wizard now.
    Regards,
    Glenn
    Can you confirm your sharepoint patch level?

  • Change the look after creating own composed look.

    I have recently been introduced to Sharepoint 2013, i have used the sharepoint palette download to change set colours in an .spcolor file. I have uploaded these and all worked fine however I now dont seem to be able to change the look it just hangs and when
    clicking Try this out i get an error message.
    I am using Oslo if that makes difference.
    I even tried just altered the .spcolor file and replaced it in the Themes folder 15. When I go to change the look the current theme shows the updates in the small preview thumbnail however the page does not.
    Does anyone know if this error is becasue ive uploaded my own .spcolor?

    I shouldn' think so.  I've not looked at the Palette creator tool for a few months but I'd assume that all it outputs is a file containing hex references matching your choices.
    Does your deployment do this in site collection that doesn't have your custom palette?
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • How to make a layer from the ADF pivot table invisible , show-hide column-row-data

    Hello all ,
    I need to create a pivottable with ADF 12c for reporting purposes.
    I have a table or view with 10 items of type VARCHAR2 , C1,C2,C3,C4,C5,C6,C7,C8,C9,C10  and   10 items of type NUMBER N1,N2,N3,N4,N5,N6,N7,N8,N9,N10
    The items of type VARCHAR2 are for Column and Row areas and the items NUMBER are for Data Areas
    I want to create a jsf page with one empty pivottable and in code Show or Hide the items in the Column area , Row area , Data area
    Con you send me a small sample ?
    I test with this code that i find in oracle OTN but not work.
    <dvt:pivotTable id="pt2" value="#{bindings.WebPivotDataView1.pivotTableModel}" var="cellData"
    varStatus="cellStatus" splitMode="enabled"
    binding="#{backingBeanScope.CmfPivotBean.pivotTable}"
    >
    <dvt:headerCell>
    <af:switcher facetName="#{cellData.layerName}" defaultFacet="Default" id="s1">
    <f:facet name="DataLayer">
    <af:outputText value="#{cellData.label}" id="ot1"/>
    </f:facet>
    <f:facet name="C01">
    <af:outputText value="#{cellData.dataValue}" id="ot2"/>
    </f:facet>
    <f:facet name="Default">
    <af:outputText value="#{cellData.dataValue}" id="ot3"/>
    </f:facet>
    </af:switcher>
    </dvt:headerCell>
    <dvt:dataCell>
    <af:switcher facetName="#{cellStatus.members.DataLayer.value}" defaultFacet="Default" id="s2">
    <f:facet name="N01">
    <af:outputText value="#{cellData.dataValue}" id="ot4">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.WebPivotDataView1.hints.N01.format}"/>
    </af:outputText>
    </f:facet>
    <f:facet name="Default">
    <af:outputText value="#{cellData.dataValue}" id="ot5"/>
    </f:facet>
    </af:switcher>
    </dvt:dataCell>
    </dvt:pivotTable>
    DCBindingContainer bindingContainer = (DCBindingContainer)ADFContext.getCurrent().getRequestScope().get("bindings");
    CubicBinding cubicBinding = (CubicBinding)bindingContainer.findCtrlBinding("WebPivotDataView1");
    CubicEditor cubicEditor = cubicBinding.getCubicEditor();
    cubicEditor.removeLayer(DataDirector.ROW_EDGE, 0); //remove 1st row edge
    cubicEditor.removeLayer(DataDirector.COLUMN_EDGE, 0); // remove 1st column edge
    cubicEditor.removeDataItem(0);
    CubicDefinition def;
    def = cubicBinding.getProjection();
    LayerDefinition layerDefinition = new LayerDefinition("C3");
    cubicEditor.addLayer(DataDirector.ROW_EDGE, 0, layerDefinition);    
    LayerDefinition layerDefinition2 = new LayerDefinition("C4");
    cubicEditor.addLayer(DataDirector.COLUMN_EDGE, 0, layerDefinition2);
    DataItemDefinition def3 = new DataItemDefinition("N1");
    cubicEditor.addDataItem(def3);
    AdfFacesContext.getCurrentInstance().addPartialTarget(pivotTable);
    Can you help me if is possible to create a pivottable binding to a one ViewObject and in code show/hide or compose the layout of the pivottable ??
    I search in google and OTN oracle and not find any code.
    Only find the code of the samples that is very complex for me , the code of the samples create the PivotTableModel from one Array , and i want to binding from one ADB BC ViewObject.
    Thanks in advance

    The solution I presented for your use case an DOAG 2013 was to create a pivot table binding out of user defined attributes from the table. For the defined attributes a VO is dynamically created as well as the pivot binding. The pivot binding is then exchanged at runtime together with the activation of the dynamic VO needed to only get the data needed for the particularly pivot table.
    Your solution using the CubicEditor is hard to implement due to the missing documentation. This was the reason I did not follow this approach, However it's not impossible (done it on a very small scale).
    None of the solution are what I call simple. They are complicated, complex and in part not supported solution (exchanging the pivot table binding at runtime need to use internal classes, which is not supported).
    I can't give you a working sample as it's too complex. I can make the slides available, however they are in German.
    Timo

  • Change the look and custom themes, masterpage problem

    I have created a masterpage and deployed it to the masterpage gallery.
    I have created a spcolor file and a spfont file and deployed them to the theme catalog.
    I have also created a New item in the composed look list like this:
    Masterpage: /_catalogs/masterpage/mycustom.seattle.master
    Theme: /_catalogs/theme/15/mycustom.spcolor 
    Font: /_catalogs/theme/15/mycustom.spfont
    Image: none
    DisplayIndex 3
    The problem is this: The theme is not displayed in the Change the look preview window.
    But if i change the masterpage back to std (/_catalogs/masterpage/seattle.master) in my composed look item. THEN it is displayed ??
    Changing back to my custom masterpage, then it disappears.
    Everything looks right, i can apply the theme through code. Masterpage is also changed in code and works.
    The only place it doesn't work is in change the look.
    The masterpage is deployed like this:
     <Module Name="MasterPages" List="116" Url="_catalogs/masterpage" Path="MasterPages" RootWebOnly="TRUE">
        <File Url="mycustom.seattle.master" Type="GhostableInLibrary">
          <Property Name="UIVersion" Value="15" />
          <Property Name="ContentTypeId" Value="0x010105" />
        </File>
      </Module>
    What am i missing ??

    Hi blarsern,
    Thanks for your sharing! It will be beneficial to others in this forum who meet the same issue in the future.
    I will mark your reply as anwser to close this case.
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • SharePoint "Change the Look" Only Shows a List

    Hi,
    I would like to change the look of my sharepoint 2013 site. When I click the gear->Change the Look. I get a screen that only shows the filenames of the different templates - no thumbnails or way to select a new template to apply to my site. I would post
    a screenshot, but the forum won't let me for some reason.
    What am I doing wrong here? I have tried creating a new site collection and changing the look there but I get the same screen. Any help would be appreciated.
    Thanks!

    Hi Smeyer,
    Thanks for your question, Kindly find the steps in below mentioned URL to change the look and feel of your SharePoint 2013 site.
    http://bniaulin.wordpress.com/2012/12/16/step-by-step-create-a-sharepoint-2013-composed-look/
    I hope this is helpful to you. If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Looking for LOGIC tutor or Logic classes within toronto

    I am a professional composer looking to spruce up my logic skills. I have taught myself logic and need to have my bad habits corrected and need to learn tricks to become faster and keep up with my musical ideas. if interested, please contact me at [email protected] with your qualifications and a rate. A couple hours weekly would be awesome! or if you know about classes being held, please fill me in!!!!!!

    why don't you take a look at Berklee's online new course on Logic. I have studied there online, the courses are great!! Have not been into the Logic course but I am certainly considering it.
    here is the link
    http://www.berkleemusic.com/school/course?courseitem_id=11845998&uscap=t
    all the best,
    Veronica

  • Is there a way I can add be background image to my sharepoint site with look and feel?

    Whenever i add any background image with "look and feel" it stretches the image. I've tried modifying the CSS file (in body and tried .ms-backgroundImage setting "background-size:inherit !important;") to fix it, but it doesn't seem to
    have any effect. I there anyway i can add a background image to the master html or css code and get it to not stretch?
    Thanks
    James T.F

    Hi,
    According to your post, my understanding is that you wanted to add background image to sharepoint site with look and feel.
    We can define the Image Url  in the Composed looks (Site Settings > Web Designer Galleries > Composed looks) to add background.
    However, the image will be stretched to fill the viewport at 100%.
    Though we can override the CSS attributes which would allow the image to repeat, but instead I recommend to go the no CSS route and switched the background to a much larger one that would fill the viewport nicely without looking pixelated.
    More information:
    SharePoint 2013 Branding: A New Approach
    SharePoint 2013's Branding – My first three lessons
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to remove OOB RTE styles?

    I have created a custom masterpage (CustomV4.Master).I have a requirement to add custom RTE styles and remove the OOB RTE styles.I have created custom RTE styles and these are working fine.But i have to hide OOB RTE styles.For that i referenced my custom
    css in the master page
    <SharePoint:CssRegistration
    name="<%
    $SPUrl:~sitecollection/_layouts/AirbusWiki/AirbusWikiRTE.css %>"
    runat="server"/>
    This is refering to custom css which contains Custom RTE.But the OOB RTE are still showing up.I tried to remove CoreV4.css and tried adding custom css.But it's not working.Can anbody help me? I just need to hide the OOB RTE Markup styles.
    Nehal Bhandari, Engineer development Sopra group India

    Finally did with CSS Approach.Here is the code.Add this in CSS File and refer it in your master page.
    #Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles
    a[title="Heading
    1"]
    display:none;
    #Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles
    a[title="Heading
    2"]
    display:none;
    #Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles
    a[title="Heading
    3"]
    display:none;
    #Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles
    a[title="Heading
    4"]
    display:none;
    #Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles
    a[title="Colored
    Heading 1"]
    display:none;
    #Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles
    a[title="Colored
    Heading 2"]
    display:none;
    #Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles
    a[title="Colored
    Heading 3"]
    display:none;
    #Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles
    a[title="Colored
    Heading 4"]
    display:none;
    #Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles
    a[title="Horizontal
    Rule"]
    display:none;
    #Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles
    a[title="Paragraph"]
    display:none;
    #Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles
    a[title="Callout
    1"]
    display:none;
    #Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles
    a[title="Callout
    2"]
    display:none;
    #Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles
    a[title="Callout
    3"]
    display:none;
    #Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles
    a[title="Callout
    4"]
    display:none;
    }    It woks fine and is really easy to do!!!
    Nehal Bhandari, Engineer development Sopra group India

  • Why are the web pages of SharePoint 2013 so devoid of colour and distinct boundaries and leave screen space unutilized

    Hi All,
    This was a comment from my business users who have worked with various versions of SharePoint. I understand SP 2013 has put in logic to make the web pages to be compatible with a wider set of browsers and screen form factors. Nevertheless, the issues raised
    by my business users are valid.
    Comparing a basic web part page of SP 2013 with SP 2007 and 2010, their feedback was:
    SP 2013 pages do not have clear boundaries
    SP 2013 pages are generally devoid of colour. This is makes it harder to visually distinguish links from ordinary text.
    SP 2013 pages appear to leave large swathes of screen space underutilized.
    Thanks,
    Saurabh
    Web part page on SP 2007
    Web part page on SP 2013
    sdg

    Hi,             
    1. When insert a web part in SharePoint 2013, you can edit the web part and change the appearance and layout of the web part.                                                                           
    You can add the boundaries for the web part. (Edit page->select a web part ->edit the web part->in the appearance section->in Chrome Type, select title and border->after that you can see the boundaries).
    2. The color of the links depends on the theme you have selected in SharePoint 2013. Different themes set the different colors of the links. You also can customize the theme or composed look in SharePoint 2013.
    The article below is about how to create a SharePoint composed look.
    https://bniaulin.wordpress.com/2012/12/16/step-by-step-create-a-sharepoint-2013-composed-look/
    3. In SharePoint 2013, the space between different zones is set by default.
     The picture below is my page in SharePoint 2013.
    If there is much space between zones, to check:
    1. If input much space in web part in the SharePoint 2013.
    2. If input space in the web pert zone in SharePoint 2013.
    3. If the width has been changed in the below code in the page which you change the text layout.
    <table id="layoutsTable" style="width: 100%">
        <tbody>
            <tr style="vertical-align: top">
    <td style="width: 100%">
    <div style="width: 100%">
    <div>
    </div>
    </div>
    </td>
            </tr>
        </tbody>
    </table>                                                                                     
    The article below is about when you edit the page and choose one style of the text layout, some code will be added in page automatically.
    https://social.technet.microsoft.com/Forums/office/en-US/0422f5e0-4374-4bf5-b4d8-c4f8f970c865/sharepoint-wiki-page-text-layout-column-width?forum=sharepointcustomizationprevious
    If you want to Remove/Hide empty space between web parts, you can add css code in the content edit web part.
    The article below is about this issue.
    http://havivi.blogspot.in/2009/08/removehide-empty-space-between-web.html
    Best regards
    Sara Fan
    TechNet Community Support

  • HT1725 My issue lies with iTunes for OS 6.0.1

    If you are using a screen reader, you may wish to switch to basic HTML for a better experience.
    <style> #loading {display:none} </style> <font face=arial>JavaScript must be enabled in order for you to use Gmail in standard view. However, it seems JavaScript is either disabled or not supported by your browser. To use standard view, enable JavaScript by changing your browser options, then <a href="">try again</a>. <p>To use Gmail's basic HTML view, which does not require JavaScript, <a href="?ui=html&zy=c">click here</a>.</p></font><p><font face=arial>If you want to view Gmail on a mobile phone or similar device <a href="?ui=mobile&zyp=c">click here</a>.</font></p>
    Copyright 2002-2012 Google Inc.
    +Jean-Laurent
    Search
    Images
    Maps
    Play
    YouTube
    News
    Gmail
    Drive
    Calendar
    More
    Translate
    Mobile
    Books
    Offers
    Wallet
    Shopping
    Blogger
    Reader
    Finance
    Photos
    Videos
    Even more
    Jean-Laurent Bos
    0
      Share
    Change photo
    Change photo
    Jean-Laurent Bos
    [email protected]
    Account–Privacy
    View profile
    Add account
    Sign out
    <li class="gbt"><a id=gbg7 href="?logout&hl=en&hlor" class="gbgt"><span class="gbgs"><span class="gbit">Sign out</span></span></a></li>
    Loading...
    Click here to enable desktop notifications for Gmail.   Learn more  Hide
    Gmail
    COMPOSE
    Inbox (4)
    Starred
    Important
    Sent Mail
    Drafts (5)
    Circles

    [Gmail]/Drafts/[email protected]

    [Imap]/Drafts

    Deleted Messages

    Notes

    Personal

    Sent Messages

    Travel

    More
    App Store
    crw
    do_not_reply
    gerardvandyck
    gjc
    iTunes Store
    jlfbos
    johngrantham
    jrleavenworth
    jrlevenworth
         More
    2 of 16 
    Why this ad?
    New VMware® Fusion 5 - www.vmware.com/VMwareFusion5 - Enjoy Both Mac OS X & Windows From One Computer. Buy Fusion 5 Today!
    The iTunes Store support team has received your message - Follow-Up: 238853837
    Inbox
    x
    iTunes Store
    Nov 13 (2 days ago)
    to me
    Dear customer,
    This is an automated reply, but an iTunes Store representative will be reviewing your request and will send you a personal response soon (generally within 24 hours). Meanwhile, you may find the following articles helpful. They address several common questions from customers:
    Possible iTunes Store errors
    Mac: http://support.apple.com/kb/HT1412
    Windows: http://support.apple.com/kb/TS1424
    How to resume interrupted iTunes Store downloads
    http://support.apple.com/kb/HT1725
    iTunes: Finding lost media and downloads
    http://support.apple.com/kb/TS1408
    Resending iTunes Gifts and Gift Certificates
    http://support.apple.com/kb/HT1541
    Please do not reply to this email. Thank you for your patience.
    Sincerely,
    iTunes Store Customer Support
    http://www.apple.com/support/itunes/store/
    Follow-Up: 238853837
    First Name : Jean-Laurent
    Last Name : Bos
    Email : [email protected]
    Apple ID (Optional) : J-L Bos
    Lang_Country : en_US
    Product : iTunes Store
    Support Subject : Connecting & Downloading
    Sub Issue : Downloads from iTunes store incomplete or interrupted
    GCRM Case ID : 372638326
    See additional info below
    What device did you use to connect to the store?  Mac computer
    Choose the iTunes Store or App Store for your country:  Other
    Please select your country:  United Kingdom
    Describe the alert message you received:
    Details:
    TERMS AND CONDITIONS OF ITUNES
    I have just returned from an extended holiday in the USA  and am furious about the lack of duty of Apple.com. Tomorrow I shall post a stinking message on Linked In and all other message boards in the hope I can start a petition to force Apple to address this stupidity.
    Four years ago I purchased an iPhone 3GS and found myself with a useless piece of garbage while on holiday in the USA. Since my phone is registered in the UK with an Apple ID registered in the same country I could have just as well dumped the item in a Boston garbage can. Why?  iTunes forbids international traveling!! Their T & C forbids to download any updates for MacBook Pro's iPhones and the rest. Not only that they  actively jam your updates~!@#$%^&*().
    Do we or do we not live in the 21st. C??? I can not believe that Apple can be so insensitive to the needs of a lowly SME that needs to be "live" at all times. THIS IS NOT WHAT I EXPECTED FROM A COMPANY THAT HAS CORNERED THE MARKET FOR MOBILE COMMUNICATION! This is beyond belief.
    APPLE WAKE UP. I am a member of the Federation of Small Businesses  here in the UK and will see personally to it that every flipping member and there are over 200.000 of them gets to know about this problem.
    Yours, and I am by choice not saying sincerely,
    Jean-Laurent Bos
    EcoLogical Landscapes
    PS Now that I am back in the UK can I have my iTunes back. Its no good you locking me out of my accvount so get your finger out of your bum pronto!!!!!
    Click here to Reply or Forward
    Why this ad?
    Ads –
    New VMware® Fusion 5
    Enjoy Both Mac OS X & Windows From One Computer. Buy Fusion 5 Today!
    www.vmware.com/VMwareFusion5
    0% full
    Using 0 GB of your 10.1 GB
    ©2012 Google - Terms & Privacy
    Last account activity: 0 minutes ago
    Details
    iTunes Store
    Add to circles
    Show details
    Ads – Why these ads?
    TuneUp Your iTunes
    TuneUp Plugs into iTunes to Fix Bad Song Info & Get Album Art!
    www.TuneUpMedia.com
    Download Google Chrome
    A free browser that lets you do more online. Download instantly!
    www.google.com/chrome
    Buy Mobile Phones
    Free Mobile Phones With Free Gifts. Free Next Day Delivery. Buy Now !
    www.buymobilephones.net
    iPhone 5 on 4GEE
    iPhone 5 Is Now Available On The UK's First 4G Network. Order Now!
    EE.co.uk/iPhone-5
    Speck iPhone 5 Cases
    Latest Candyshell & Fabshell design Best deals and quick shipping to UK
    Gadgetsboutique.com.au
    iPhone to Mac Transfer
    Copy music from iPhone to Computer. Award Winning. Free Download.
    www.macroplant.com
    Is the iPhone 5 Worth it?
    Independent iPhone 5 Review Get The Facts Before You Buy
    www.dailymobile4u.com/iPhone5
    CleanMyMac Download
    Clean up your Mac OS X right now. Get rid of unneeded files and junk.
    macpaw.com/CleanMyMac
    More about...
    Apple Iphone 5 »
    Iphone Mobile »
    Iphone Phone »
    Iphone Application »
    New VMware® Fusion 5
    Greenpeace UK (webteam)
    [email protected]
    Add and invite
    Contact infoEmails

    These are user-to-user forums, you are not talking to Apple here (and it's not a good idea to copy something that includes your email address onto a public forum).  You can contact iTunes support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

Maybe you are looking for

  • Video behaving badly on macs and windows7

    I have an interactive PDF I'm working on, which I've uploaded here http://dl.dropbox.com/u/5075782/Interactive%20PDF/Sample%20ebook%20new.pdf The mp4 video was made in Premier pro at a size of 1920x1080, (I wanted to use the built-in media player in

  • Headphone Jack Glowing Red, Internal Speakers Not Working...

    Hey, I have a 2.0GHz White MacBook (almost a week old), and I just recently came across this problem (this morning, actually). I usually have my MacBook connected to some external speakers through the headphone jack, the internal speakers are pretty

  • How to show an XML doc's node?/element in a dynamic textbox?

    Hello! I would like to show an XML doc's node?/element in a textbox. I am importing the XML data from a PHP page. My code looks like this: var xmlRequest:URLRequest = new URLRequest("adatatvitel.php"); var xmlLoader:URLLoader = new URLLoader(xmlReque

  • How to find tables and fields in the standard program.

    Hi to all,               I am very new to ABAP,             i am willing to write Report ,that is  if i enter  the vendor number i have to get item,quantity , name...with dateetc.... My approach was :  i went to ME2L and i gave vendor number and date

  • Oracl 9.2.0.4.0 on Fedora Core1

    Hi, does any body have patches (3006854, 3119415) for FC1? I don't have access to metalink. Thanks