Create custom "Change the Look" themes in SharePoint

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 19

  • @vwither
    @vwither 3 года назад +3

    A big THANK YOU, John! Your explanation was clear and thorough, and the linked script (with excellent instructions!) is a true lifesaver to this PowerShell n00b ;) Very well done!

    • @JohnDayQA
      @JohnDayQA  3 года назад

      You're very welcome!

  • @thomascaron8812
    @thomascaron8812 3 года назад +2

    Thank you so much Johny Day that made my day !

  • @casperjday764
    @casperjday764 4 года назад +4

    Very handy. Thank you. So the admin must apply the color schemes that can be used on all SharePoint sites. Is that right?

    • @JohnDayQA
      @JohnDayQA  4 года назад +3

      Yes, correct. That is becasue you are not applying the colour theme to one site, but to SharePoint.

  • @davidmoore7115
    @davidmoore7115 2 года назад +1

    Excellent big thanks👍

  • @mikegc3816
    @mikegc3816 2 года назад

    Hi, have you came across an issue where you cannot scroll down to the Theme slots and can you use this for a classic site - thanks Mike

  • @andreslopezarias6133
    @andreslopezarias6133 2 года назад +1

    para cambiar el color por ejemplo donde dice johnday y el buscador por ejemplo es negro pero quiero de un color en especifico que me dice el cliente esa parte no esta en el video ayuda

    • @JohnDayQA
      @JohnDayQA  2 года назад

      Esto se hace en Microsoft 365 Central Admin. Selecciona Configuración, luego Configuración de organización y, a continuación, haz clic en Perfil de organización en la parte superior. Seleccione Temas personalizados y, a continuación, Tema predeterminado.
      Lo siento, mi español es pobre.

  • @Bluesman288
    @Bluesman288 2 года назад +1

    Hi, great video! How can I adapt the powershell part for Sharepoint 2016 (on prem). Thanks :)

    • @JohnDayQA
      @JohnDayQA  2 года назад

      If you are applying this to a SharePoint On-Prem such as SP2016 you need to use the Older Fluid web site which captures totally different code.

    • @VickyDeepuDiaries
      @VickyDeepuDiaries 10 месяцев назад

      @@JohnDayQA Hey John! can you share the URL to the older fluid website?

  • @alsaaids
    @alsaaids 2 года назад +1

    It's not working. Getting error at line 65. "Cannot bind argument to parameter 'Palette' because it is null"

    • @JohnDayQA
      @JohnDayQA  2 года назад +1

      One of the columns in the Update item action is empty and the column is mandatory. Check all the columns appear in the update item actin and ensure they are all populated.

    • @jgellel
      @jgellel 2 года назад

      @@JohnDayQA - i'm getting the same error - can you pls elaborate on what needs to be done. Thanks

    • @jgellel
      @jgellel 2 года назад +2

      found the error ... was placing the code after the second equal sign :(

  • @BrookeandShane
    @BrookeandShane 2 года назад

    i dont have the change the look feature, does anyone know how to add it.

    • @JohnDayQA
      @JohnDayQA  2 года назад

      No Change the look
      (a) You do not have Owner rights
      (b) Admin have hidden the option from the Site master page or possible by server settings (doable with PowerShell).