Tagged Questions
4
votes
0answers
33 views
SharePoint 2013 hide elements ( ex: div title ) when ribbon is expanded / ribbon is in use
Is there a css class/id in SharePoint 2013 that hide elements when the ribbon is in use?
To clarify what I mean with "ribbon is in use", that the ribbon is expanded (show picture marked as red):
...
1
vote
3answers
84 views
Using javascript to apply “noindex” to get SharePoint to avoid crawling certain content
I have a problem with navigation elements being crawled on our SharePoint site. These elements come from a custom control that's used for building the site navigation, so the output is just html that ...
1
vote
1answer
52 views
CSS and js UX optimization for 2013 master page
I've been trying to optimize the user experience of a 2013 site that has an entirely custom responsive-design master page. So far, the only recommendation I've come up with is "Put your CSS links at ...
0
votes
1answer
40 views
Calender and Date picker will overlap when i re-size my browser
I have the following components inside my App part ; a calendar and a date picker (i have moved the datePicket to be in the left side of the screen instead of being on the right side):-
And I set ...
1
vote
1answer
79 views
Can I add hide/show list to my Quick launch links
I have parent/child links hierarchy inside my Quick Launch links, but is there a way to be able to hide/show the child links, instead of always showing the child links?
::EDIT::
I have modified my ...
0
votes
0answers
61 views
javascript:OpenPopUpPage will close automatically on safari web browser
I have the following code to display a pop-up window:-
<li class="ms-comm-adminLinksListItem" unselectable="on">
<a ...
0
votes
2answers
47 views
How to change the Ribbon.calender colour from green to blue
Blue is our official colour, and the higher management mentioned that all the colours should be blue. So for my Ribbon Calendar the upper boarder will be green as follow:-
So is there a way to ...
0
votes
1answer
40 views
Sharepoint javascript:OpenPopUpPage Is not being displayed well on Safari and Chrome
I have added and code snippet to my team site home page to display a pop up when clicking on a link:-
<li class="ms-comm-adminLinksListItem" unselectable="on"><a ...
0
votes
1answer
51 views
IIS 401 errors getting custom master page css and js
Environment: 2013 Enterprise, single WFE, full control of environment
I'm building a custom master page for a SP site collection using a very basic setup. It's a simple responsive HTML page using ...
1
vote
4answers
679 views
Add Javascript to every page in Sharepoint 2013
I looked but from what I see most questions that have anything to do with this refer to an old version of Sharepoint where something is always different from what I see in SP2013.
I basically just ...
0
votes
1answer
30 views
Show/Hide button based on User Email. Error: Unexpected identifier
I have a JavaScript which I use to hide or show a button based on the logged in user.
Button:
<a id="customAddNew" ...
0
votes
2answers
182 views
What is the proper way to add custom CSS/JavaScript SharePoint 2013 site?
I would like to tweak the default layout in SharePoint, e.g. add...
.ms-number {
white-space: nowrap;
}
... to all pages.
I know it is possible to modify a master page directly, but is it the ...
1
vote
0answers
40 views
Footer does fill the whole width. Scrolling in document library
I have a problem with the footer not extending to the right side when scrolling to the right. (In a document library with way to many columns). Meaning the footer have a blank spot in the right side ...
1
vote
0answers
130 views
Office 365 Public Website JavaScript Snippets - how to remove
Playing around with Office 365 public website Master Page. Used security trimming to strip down the master page to reduce weight for use in responsive design. Assumption is we would not want any of ...
0
votes
0answers
47 views
JavaScript tab control that works on SP 2010
I'm trying to use jQuery UI Tabs but it seems to conflict with SP2010 styles, do you know any alternative that Works with SP2010? Or maybe a way to fix this?
The same issue occurs with Bootstrap ...