The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
224 views

How to add style library event receivers?

how can I add an event receiver to the style library ? (can't find any templateid) thank you ;)
5
votes
2answers
484 views

CssRegistration with $SPUrl doesn't work

I'm using SharePoint 2013 and I have created master page file (as .html) and converted it to .master file. As I have read, I should only modify html file, because all changes will be also registered ...
3
votes
2answers
310 views

Site Collection Pop Quiz: _layouts vs Style Library

First, let's say I have 2 site collections within a single web app at port 80: Main Site Collection: / Nested Site Collection: /sites/special/ So, let's say I have a module in a ...
1
vote
0answers
90 views

display InputFormSection

Can we hide an wssuc:InputFormSection ?? I have a wssuc:InputFormSection made for adding items and it's only shown when you click on add link as the code shows : <Table border="0" width="100%" ...
1
vote
0answers
62 views

How i can hide the folder preview image in my list treeview left menu?

i need to hide the folder image in my list tree view on the left menu can anyone send me the css id or class to modified the tree view since i am using firebug but i cannot find the specific style ...
1
vote
2answers
2k views

Cannot locate corev4.css file

I would like to change the theme corev4.css of my sharepoint site. Unfortunately, I can“t locate it neither on the server nor in sharepoint designer. I read that it should be located in a style ...
0
votes
1answer
627 views

Linking CSS file to ItemStyle.xsl for CQWP custom template

Beginner. I have created a custom template for a CQWP in the ItemStyle.xsl. One thing that I am not sure about is how I could associate a css file so that anytime this template style is used the ...
0
votes
1answer
86 views

Possible to upload and replace a ghostable file in the style library?

As title says, I have a file which is the same name/type of an already existing file in the style library (image, for discussion sake). I get an error when attempting to upload a file via the UI (file ...
0
votes
1answer
816 views

How to customize Column Title area in Webpart

Good day! Here is the problem: I apply custom style to web parts my css .ms-vh-div a { color:gray !important; } .ms-vh-div { border-bottom: 1px #c0c0c0 solid; } tr.ms-viewheadertr ...
0
votes
1answer
200 views

Broken versioning for master pages and style library

This has been frustrating me for a while. When I look at the master page library or the style library on my SharePoint site I see that versioning is in place. However, the site itself always loads ...
0
votes
2answers
1k views

IIS doesn't find Style Library -> SiteName -> style.css

I am trying to brand a SP site. It is on a virtual machine on another box. I setup my custom master file in SPD on a local (non-server) machine. The custom master file points to the custom CSS file ...
0
votes
1answer
201 views

Missing Style Library and ContentQueryMain.xsl

I'm working on a Sharepoint farm has been stuffed and is missing the Style Library from the Site Collection. I've tried deactivating/activating the Site Collection & Site features Server ...
0
votes
1answer
653 views

Invalid URL error when programmatically deploying files to the Style Library using a Module

We use a feature to deploy files that are common to our webparts to the Style Library in SharePoint Server 2010 and recently we came across the problem where files were not being updated when we ...
0
votes
1answer
115 views

corrupt file in style library

I have a site collection that is having issues with its style library library. I had 2 css sheets stored in there that mysteriously disappeared. No matter what I do, I can't list the files - ...
0
votes
0answers
221 views

Custom theme ( with CSS & images, … ) is lost when a theme toggle is applied

First time I'm in need of help for SP2010. As a designer I often have to restyle sharepoint sites. A client asked for a theme for him, so this is how i worked : I created a powerpoint based THMX ...