Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Welcome to Member.buzz
Member Guides

Search
placeholderTextSearch
cqltype=page and space=Members

 Popular Topics

Column
width100%

Content by Label
showLabelsfalse
showSpacefalse
sorttitle
cqllabel = "popular" and space = currentSpace()


Browse All

Cards


Card
TitleGuidelines
Linkhttps://documentation.member.buzz/display/business/Guidelines

Children Display
pageGetting Started
first5


Card
TitleStrategy
Linkhttps://documentation.member.buzz/display/business/Strategy

Children Display
pageAbout
first5


Card
TitleAbout
Linkhttps://documentation.member.buzz/display/business/About

Children Display
pageStrategy
first5




HTML
<style type="text/css">
/* When you scroll down on a splash page the left column pops out. */
#rw_main_column { padding-left: 0 !important; }

/* This goes on splashes for specific spaces to hide the space subtitle */
.rw_small_text { display: none !important; }

#rw_main_column { padding-left: 0 !important; }
	.rw_category_items li a:after { display: none; }
	#page .rw_content_spaces_gray1 #rw_theme_content.rw_corners_rounded #rw_main_column .rw_content, #page .rw_content_spaces_gray1 #rw_theme_content.rw_corners_rounded .rw_corners
	{	#rw_wrapper .rw_content_section #rw_main_column .rw_content
		border-radius: 0 !important;
	}

	.layout-card-body h1
	{
		font-size: 24px !important;
		margin-top: 10px !important;
		margin-bottom: 0 !important;
	}


	.layout-card-inner
	{
		padding-top: 5px !important;
	}

	#rw_wrapper .rw_content_section #rw_main_column .rw_content
	{
		padding-top: 0 !important;
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.columnMacro
	{
		display: inline-block;
		text-align: center;
	}
	/* Banner */
	.columnLayout:nth-child(1)
	{
		background-image: url(https://resources.member.buzz/images/controls/splash-support.png);
		background-position: 50% 100%;
		height: 400px;
		background-size: cover;
		margin-bottom: 0;
	}

	.columnLayout:nth-child(1) .cell
	{
		margin-bottom: auto;
		vertical-align: middle;
		background: rgba(0,0,0,0.3);
	}

	.columnLayout:nth-child(2) > .cell > .innerCell
	{
		padding-top: 20px;
		padding-bottom: 20px;
		h2 { padding-bottom: 5px; }
	}

	.columnLayout:nth-child(3)
	{
		background-image: url(https://resources.member.buzz/images/backgrounds/pattern-lgt-grain.png) !important;
		border-top: 1px solid #dfdfdf;
	}

	.columnLayout:nth-child(3) > .cell > .innerCell
	{
		padding-top: 20px;
		padding-bottom: 50px;
	}

	#main-header { display: none !important; }

	.rw_content_section.page.view
	{
		padding: 0 !important;
	}

	/* Ensures that the banner is flush against the sides */
	#rw_wrapper .rw_content_section #rw_main_column .rw_content
	{
		padding: 0px 15px 0px 15px !important;
		border-radius: 0 !important;
		h1
		{
			font-size: 24px !important;
		}
	}

	#rw_splitter { display: none !important; }
	.rw_content_section #rw_left_column { display: none !important; }

	#title-heading { display:none; }
	.slice, .slice td { border: none !important; }
	.slice { width: 100%; }
	.slice td { width: 30%; }

	#comments-section,
	#likes-and-labels-container,
	#rw_search_container,
	#rw_menu_bar_wrapper { display: none !important; }

</style>
<script type="text/javascript">
	$(document).ready(function()
	{
		document.title = 'Member.buzz Documentation';
	});
</script>