- Happy Valley SD
- Page or Section Navigation
Tips & Tricks
Page Navigation
- Changing a Favicon
- Teacher Section URL for Staff Directory
- Twitter Widget
- Page or Section Navigation
- Expanding/Contracting Embed Code
- Hide content for missing url in custom minibase
- Hiding the Photo Gallery Frame
- Hide search boxes for Staff Directory app
- Can't find the signin button to WCM
- Fix for Staff Directory Search button color
- Search Again button for minibase
- YouTube Codes
- Table App - word wrap code
- Hide Google Calendar sync event details (contact and url)
ActiveBlock to create Section Links on a Page
-
If a client is looking to have a list of the sections on theChannel Homepage, here is the ActiveBlock to add to a Content or Embed code app placed in that homepage:
[DOLLARSIGNSectionListNavigation props="DisplayHeading:Yes"DOLLARSIGN][DollarSignPageListNavigation props="DisplayHeading:Yes;"DollarSign]
A. Replace DOLLARSIGN with the symbol "$" at the beginning and end of this ActiveBlock.
B. DisplayHeading:Yes
means that you will be showing the Channel name as a title inside the Content or Embed Code App and not in the App Name in App Options.
C. DisplayHeading:No
means do not display the Channel name as the title. You can then gointo the App Options and turn on the App Name and place in an alternatetitle.
Hide a Single Page navigation
-
<style>
.sp-column.one {
display: none;
}
</style>