Tagged Questions
1
vote
5answers
428 views
How do I Inherit the CSS Theme Color in my Sharepoint 2013 App?
I am building a Sharepoint 2013 App in Javascript / HTML / CSS and I want to implement / inherit the color / class / css used by the theme.
How do I do this?
I want to ensure consistency through ...
1
vote
1answer
51 views
Change CSS of selected item in sharepoint menu
Is there a way to do the same as done here with some Javascript?
AspMenu does not render css-class for 'selected' element
I want to use this CSS for the selected item in the menu
.s4-tn ...
2
votes
1answer
50 views
Storing JS/CSS/HTML for a sub-site
I am building out a Single Page Application using knockout.js on a sub-site which I do have control of the parent site collection. I know most people recommend storing JS and CSS files in the Style ...
3
votes
2answers
301 views
Can all the /_layouts/xxx.debug.js files not be served to end users?
I'm working with a 3rd party vendor who has done the SP 2010 integration of a small site. I've noticed that our incredibly simple login page is nearly 3.2 megabytes. The users of this site are the ...
0
votes
1answer
368 views
How to center a Picture Library Slideshow Web Part's Previous, Next, and Pause buttons
We have a Picture Library Slideshow web part added to our site but the buttons to control Previous, Next, and Pause/Play directly underneath it are off-center to the left for some reason. We need to ...
4
votes
2answers
364 views
How to avoid caching issue when using custom JavaScript and CSS deployed under _layouts?
On our farm, I'm deploying some JavaScript and CSS files under the _layouts folder.
I'm then referencing them, where it's required using a <SharePoint:ScriptLink> or a ...
0
votes
1answer
18 views
Disappearing Images
I am still new to Sharepoint and I am trying to upload some files from my staging area to production. Everything work in staging however when I move the files to production, I noticed that there are ...
1
vote
1answer
101 views
Site Template with Custom Pages: css, javascript?
If I create some custom pages that include custom html, css and jquery and this page exists within a site that is used as a site template, will that cause issues? From my limited experience with this ...
0
votes
3answers
1k views
Setting display:none for empty web part zones
Does anyone know the JavaScript for setting display:none on an empty web part zone? I remember seeing it once on a publishing site but now can't find it.
This is to avoid the padding and spacing a ...
2
votes
1answer
82 views
How can I fit a Datatable only into a webpart (not page) dynamically?
I develop a Webpart, which should be deployed in other SP-Farms.
The Webpart contains a DataTable.
I deployed the solution and the DataTable appears in the right side of the Website.
I'm using a ...
0
votes
1answer
122 views
Deploying SharePoint files (css, javascript) onto different platforms without SharePoint Designer
I need to deploy to "_catalogs/masterpage/" and "Style Library/" multiple jpg, css, javascript files These files originate from a developer platform and are to be deployed to multiple platforms ...
-3
votes
1answer
81 views
What JQuery effect is this? [closed]
I found this really nice effect on this website:
http://www.engadget.com/
Please take a look at the IE advertisements on the top and the right side of the page.
It seems like some kind of elastic ...
2
votes
3answers
3k views
How to add javascript and css to a SharePoint 2010 webpart?
What is the proper way (i.e. without having to manually copy the assets to any sharepoint folder or anything like that) to add custom javascript and CSS to a SP 2010 web part?
I would like them to be ...
1
vote
2answers
359 views
Icon-based menu that dynamically changes based on permissions
We're trying to create an square grid, icon-based menu that is permission trimmed (certain icons appear based on your specific SP permission group), that dynamically rearranges the icons based on your ...
1
vote
1answer
283 views
How do I trigger off of the ribbonbar being shown/hidden?
When the ribbon bar is visible (i.e., not in Browse mode), I want certain things to happen on my page (mostly involving changing styles of some items). How do I determine if it's visible or not or ...