When to use promoted links in SharePoint 2013?
SharePoint 2013: Promoted Links Wrap Tiles When you use the ” Promoted Links ” web part on one of your pages, there is the possibility that the web part uses a lot of horizontal space because you need to display a large number of tiles; for example, 12 tiles.
How to display promoted links in multiple rows?
A client wanted to display some quicklinks in the promoted links tiles. We had 8 links, on a page with 2 columns. By default you cannot add rows in the webpart.
How to create page layout with promoted links?
To access Page Layout’s, click Settings (Cog) > Edit Page > Page (tab in the Ribbon) > click Page Layout. The Classic Promoted Links web part does not work with Modern site pages. Using a Modern Site Page with the Quick Links web part and a 1 or 3 column section layout would be a nice alternative.
How are promoted links organized in Office 365?
The idea is that we will create one Promoted Links list called “Tiles”, and create an extra column (multi-select choice) called Show On, where we can set the values of the pages that we want each tile to be displayed on. This can be done in Office 365, SharePoint 2013, and SharePoint 2016.
How to restore Tiles view in promoted links?
Firstly you will need to have/ create another promoted links list within the site. Each view is an aspx page, so in sharepoint designer you can navigate to lists, select the working promoted links list and under views you should see “Tiles”. Click on it to open the aspx source in SPD.
How to create team site with promoted links?
A Team site home page with a Promoted links web part with six entries looks like this BEFORE the JS is applied: And like this AFTER the JS is applied. The only change I made to the above code is to remove the spurious text after the jQuery URL.
How to show the title of a promoted link?
In order to show the title (no need to hover) you could define a new css class, and add it to the promoted link. . ControlID=’Tile_WPQ’ + promotedlinksbody_WPQ + ‘_’ + i ; . Do the same for “Promoted3”. In order to handle the click event of each tile you have to know the id of each tile when clicked.
How to wrap or add rows to promoted links?
I have seen several code pages that you cut and paste said code into a script editor web part and cut code into it (example below) But it didn’t work and im not sure how to “apply” that code to the promoted link
Can you change the width of a promoted link?
If you have only one promoted link in the page or want to break all of them in lines, you could change the width as below: However, if you have several Promoted links and you desire to wrap just one of them , the mentioned trick would not work.