modern page
19 TopicsHTML code embed into SharePoint Online page
A colleague of mine is using a HTML code on the current SharePoint on-prem 2013 environment to place svg graphics onto another SVG image. Is it still possible to embed an HTML code into a SharePoint Online page? <!DOCTYPE html> <html> <body> <!-- insert width/height in line below to define picture size, makes sense to align with size of background image --> <svg id="screenshot1" width="500" height="400" xmlns="http://www.w3.org/2000/svg"> <!-- define path to background image below --> <image href="base-image.svg"/> <!--predefined marker symbols --> <symbol id="arrow-red-solid"><image href="./arrow_red_solid.svg"/></symbol> <symbol id="arrow-red-outline"><image href="./arrow_red_outline.svg"/></symbol> <symbol id="arrow-orange-solid"><image href="./arrow_orange_solid.svg"/></symbol> <symbol id="arrow-orange-outline"><image href="./arrow_orange_outline.svg"/></symbol> <symbol id="arrow-blue-solid"><image href="./arrow_blue_solid.svg"/></symbol> <symbol id="arrow-blue-outline"><image href="./arrow_blue_outline.svg"/></symbol> <!-- use picture markers, shapes, text as needed, follow SVG syntax https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial --> <!-- shape positions are expressed in pixel where the origin is the top left corner of the image, x=left-right, y=top-bottom --> <line x1="10" x2="50" y1="110" y2="150" stroke="black" stroke-width="5"/> <rect x="360" y="230" width="100" height="20" style="fill:none;stroke:blue;stroke-width:2" /> <rect x="320" y="300" rx="5" ry="5" width="100" height="20" style="fill:none;stroke:orange;stroke-width:2"/> <circle cx="50" cy="50" r="10" style="fill:none;stroke:red;stroke-width:2"/> <ellipse cx="150" cy="50" rx="30" ry="10" style="fill:none;stroke:red;stroke-width:2"/> <use x="80" y="180" href="#arrow-red-solid" /> <use x="60" y="250" href="#arrow-red-outline" /> <use x="100" y="200" href="#arrow-blue-outline" /> <use x="120" y="220" href="#arrow-orange-outline" /> <text x="380" y="220" font-size="24" fill="blue">Text1</text> </svg> </body> </html> Right now I'm not able to do that with the "embed" webpart. ThanksSolved12KViews0likes6CommentsList Web Part Expand/Collapse View Broken on Modern Site Page
When attempting to display a list view on a SharePoint Online Modern Site Page for FAQ questions and answers the Answer field (multiple lines of text) is not displaying the values. In the examples below all question and answer fields have values and should display. In the actual list itself the same view shows both the Answer and Question values just as expected. Answer Field = Required (List Web Part) When I have the Answer field set as required (no matter if it is Plain, Rich, or Enhanced Rich text) it shows that required info is missing even though all the Answer fields have values in them. Using the List View Web Part I see the following: If I click the heading, "Question: Question #1 here? (1)" in the list view web part I then see the value for the Answer: Answer Field = Not Required (List Web Part) When I have the Answer field set as not required (no matter if it is Plain, Rich, or Enhanced Rich text) it shows no value even though all the Answer fields have values in them. Using the List View Web Part I see the following: If I click the heading, "Question: Question #1 here? (1)" in the list view web part I then see the value for the Answer:7.2KViews0likes5CommentsAccess Denied on Document Library webpart in modern pages
Hi, We use 2 document library webparts in our modern team site landing pages - one for Shared Documents which everyone has access to, and another for Internal Documents where we restrict permissions only to internal users. Until recently, this works really well. Internal users will see contents on both webparts, while external users will see an Access Denied image in place of the Internal Documents webpart. However, since yesterday our external users are totally unable to access the page. They are thrown to the full page Access denied page. Could you please advise if this is now the expected behaviour or if there's a better way of showing the 2 libraries on the same page ? Thanks, Nick4.8KViews0likes9CommentsDocument library (preview) modern webpart goes blank when grouping by
I've noticed a problem with the Document library modern webpart. We display the library in a group by Category view. If you click the expand arrow the group expands and shows the documents. If you click the group name the view goes blank. In the document library itself (modern view) it displays fine. It is only when used in the modern webpart on a modern page.3.2KViews0likes6CommentsC# ClientContext - Removing Image from Page Banner on Modern Page - SP 2019
I am trying to create a ClientSidePage in C#. I have been able to make the page, but I can't figure out how to remove the image from the Page Banner. The option exists to remove the image and keep the banner when in the UI's edit mode. I know about the ClientSidePage.LayoutType to "Home", but that removes the entire banner, including the title. I have tried the following: clientSidePage.PageHeader.LayoutType = ClientSidePageHeaderLayoutType.NoImage; ... but that has no effect. How do I remove the image from the page banner without removing the entire banner? Thanks in advance, AS3.2KViews0likes6CommentsChange the look panel, no themes available
When I look at different tenants at the moment in the Change the look panel on a Communication site, there are no themes available. When I open up PowerShell and enter Get-PnPTenantTheme, several themes are retrieved and so available in my tenant. Does anybody else experience this? What I also see is that in my SPFx web part, when I try to retrieve a theme color in my sass file with: "[theme:neutralLight, default: #eaeaea]" it doesn't give me back any color, even not the default specified.Solved2.2KViews0likes2CommentsModern Site Page People Web Part
We seem to have an issue with the people web part where profile pictures dont seem to come through. If you hover over the person then the pop-out window does contain the picture. Is there any way to resolve this to get the picture on the web part?1.8KViews0likes2Comments