Questions tagged [sharepoint-designer]

A piece of software for a user to further develop their SharePoint site beyond its basic capabilities by manipulating the design and behavior of the site.

Some related links:

1143 questions
3
votes
3 answers

.NET SharePoint development, what do I need?

Question: I'm an ASP.NET developer since about a bit more than a year now. I'm thinking about changing the employer sometime in the future, and I've seen familiarity with SharePoint development as a requirement on many good job…
Stefan Steiger
  • 78,642
  • 66
  • 377
  • 442
3
votes
1 answer

Start a SPD 2013 workflow from custom action and then redirect to home page

I have a situation here where i need to start a 2013 workflow on an item with the help of custom action, everything works fine though when I click on custom action a new tab gets open to start the workflow and then it gets redirected to the default…
3
votes
0 answers

The csss animation property marked invalid in Sharepoint designer

The csss animation property is not working in sharepoint 2010 page when editing using Sharepoint designer in 'advanced mode'. It shows an error saying "The property is marked invalid because it's not supported by current schema". how can I solve…
3
votes
3 answers

Add Today's Date to SharePoint Master Page

Surely there must be a simple way of putting a simple code block into a master page :( I've tried using the obvious <%= "Hello, World!" %> syntax but code blocks aren't allowed. Then tried a site column, but don't know how to use them. Then tried…
soniiic
  • 2,664
  • 2
  • 26
  • 40
3
votes
1 answer

Editable title bar in sharepoint wikipage

i have wikipage defined in site pages. And when i click Edit Page -> Title Bar Properties nothing happens. I try this two things: link one, link two In my sitepage there is this:
Cospel
  • 493
  • 1
  • 14
  • 32
3
votes
2 answers

Missing Style Library in Site collection in SharePoint 2013

I am Newbie in SharePoint 2013. I am creating a site Collection and I want to add my png files on Style Library but I am having problem finding Style Library. Is there any way to activate Style Library for Team Site or Site Collection? The site I…
bksh
  • 43
  • 1
  • 2
  • 8
3
votes
3 answers

Search inside sharepoint designer

I'm using SharePoint designer and trying to find the "search in files option" throw all SharePoint project, something like in visual studio "search and replace". Is such simple option available in visual designer 2010?
Alex
  • 249
  • 1
  • 4
  • 17
3
votes
1 answer

CSS Background Image Not working in SP 2013, but works Locally

This works locally body { /*background: Gainsboro;*/ background: url(../dt_images/bg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; …
user3871
  • 12,432
  • 33
  • 128
  • 268
3
votes
1 answer

Generating an email alert for new post in site feed

I am working with sharepoint online 2013 and Sharepoint designer 2013. I wanted to generate an email alert for the Site Feed App (Micro Feed). I wanted to send an email to a group of people with the posted content and the name of the person who…
3
votes
4 answers

Sharepoint Designer - is there a way to calculate a date difference in a workflow?

Maybe I'm just crazy... So, with SPD I can add any time unit to a date and put that into a variable, but I can't seem to find anything that will let me calculate the difference between two dates. "Do Calculation" only lets me pick from numeric…
notnot
  • 4,472
  • 12
  • 46
  • 57
3
votes
2 answers

Sharepoint 2013 - Hide left Navigation, but not in People and Groups

I tried to hide the left Navigation bar and it works without problems. The only problem now is that when I go under: Site settings > User Permissions > People and Groups It hides me my Groups I created there on the left side. Is there any…
Rider
  • 55
  • 1
  • 1
  • 6
3
votes
0 answers

Sp Services not working with Https

I have a Sharepoint 2010 installation. I am using Sp Services 2013.01 to get find if the current user is in a certain Sharepoint group. this works great if the url is not set to https. When the url is secured, the Status response from the call is…
3
votes
5 answers

SharePoint send an email to users specified in a Field

I have a SharePoint list of Issues and have set a column (called Alert) to a “Person or Group” (allowing multiple names). I would like the system to send an email to all the users listed in the Alert field, if the respective Issue is…
mas
  • 1,146
  • 6
  • 17
  • 33
3
votes
3 answers

Creating email alert workflow for SharePoint file libraries

I cannot use the alerts function on the SharePoint due to how the SharePoint permissions is updated in our system. I would change this if I could but I would have to completely redo SharePoint setup. On to my question though. A user wants me to make…
Aaron
  • 224
  • 1
  • 4
  • 13
3
votes
1 answer

SharePoint Designer 2013 download from local server

With SharePoint 2010 whenever you wanted to edit a file in SharePoint Designer 2010, the installation file of SharePoint Designer 2010 is downloaded from the local server. But with SharePoint 2013 when you click "Edit in Sharepoint Designer" you get…
razeth01
  • 638
  • 2
  • 11
  • 25