<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Styling &#8211; June Wedding</title>
	<atom:link href="https://junewedding.com/category/styling/feed/" rel="self" type="application/rss+xml" />
	<link>https://junewedding.com</link>
	<description></description>
	<lastBuildDate>Sun, 21 Oct 2018 20:07:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.2</generator>
	<item>
		<title>A guide to styling and making Dispatch your own</title>
		<link>https://junewedding.com/styling/styling/</link>
				<pubDate>Sun, 21 Oct 2018 20:07:51 +0000</pubDate>
		<dc:creator><![CDATA[loqxv]]></dc:creator>
				<category><![CDATA[Styling]]></category>

		<guid isPermaLink="false">https://forum.assemblewp.com/?p=959</guid>
				<description><![CDATA[Dispatch is a Magazine style blog for your new website. Each of its features have been designed and built using GeneratePress and WP Show Posts. ... <a title="A guide to styling and making Dispatch your own" class="read-more" href="https://junewedding.com/styling/styling/">Read more</a>]]></description>
								<content:encoded><![CDATA[<p>Dispatch is a Magazine style blog for your new website. Each of its features have been designed and built using GeneratePress and WP Show Posts. As expected of a Flint Skin Site it uses Custom CSS. At over 350 lines it is recommended, but not necessary, to move the Additional CSS to a Child Theme style sheet. So lets get onto making it your own.</p>
<h2>WP Show Posts</h2>
<p>Without WP Show Posts plugin, this Site wouldn&#8217;t exist. Another awesome product from Tom Usborne, WP Show Posts does exactly what the title says. Anywhere and everywhere in the case of Dispatch. So much so there is a dedicated page to explain its uses <a href="https://gpsites.co/dispatch/using-wp-show-posts/">here</a>.</p>
<hr />
<h2>Social Icons &#8211; Desktop</h2>
<p>The Lightweight Social Icons widget has been added to the Header Widget. It only displays on Desktop as the Widget has the <code>hide-on-mobile</code> and <code>hide-on-tablet-classes</code>.</p>
<h3>Social Icons &#8211; Tablet and Mobile</h3>
<p>They are also displayed in the Slideout Navigation. Using the Slideout Widget.</p>
<h3>Social Icon Colors</h3>
<p>Colors are changed within the widget.</p>
<hr />
<h2>Pagebuilders</h2>
<h4>Can I use a page builder with Dispatch?</h4>
<p>Yes, you can if you wish. The only rule is that you need to use the Default Template for your Pages and Posts. To create a full width blank canvas template then follow these steps:</p>
<ol>
<li>Appearance &gt; Elements &gt; New Layout</li>
<li>Disable Content Title</li>
<li>Set Page Builder Container to Contained or Full Width</li>
<li>Set Display Rules to the Pages you need a Blank canvas on.</li>
</ol>
<hr />
<h2>How do I change colors?</h2>
<p>The majority of Volumes colors are controlled by the Customizer. There are some Elements that are part of Volumes features that require CSS. This article covers where to make those changes:</p>
<blockquote class="wp-embedded-content" data-secret="EdyI01nbwN"><p><a href="https://gpsites.co/dispatch/how-to-change-the-custom-colors/">How to change the Custom Colors</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" src="https://gpsites.co/dispatch/how-to-change-the-custom-colors/embed/#?secret=EdyI01nbwN" data-secret="EdyI01nbwN" width="600" height="338" title="&#8220;How to change the Custom Colors&#8221; &#8212; Dispatch" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<hr />
<h2>Logo and Site Identity</h2>
<p>Dispatch does not have a logo, just the Site Title.<br />
You can change the Site Branding or add a logo via the <strong>Customizer &gt; Site Identity</strong></p>
<hr />
<h2>Page Layout &#8211; Container Margin</h2>
<p>Dispatch uses the <b>Customizer &gt; Layout &gt; Container &gt; Separate Containers</b> option.<br />
To maintain horizontal alignment the left and right padding has been removed on the desktop.</p>
<p>The following CSS adds left and right margin to offset the padding.</p>
<pre><code>
@media (min-width: 769px) {
    body {
        margin: 0 30px;
    }
}
</code></pre>
<hr />
<h2>Navigation</h2>
<p>Dispatch uses the Primary Navigation for the main menu and Secondary Navigation displays post categories.The majority of their layout and styling is controlled by the Customizer. With these exceptions:</p>
<h3>Menu underline on hover</h3>
<p>The animated underline is set using this CSS. Changing the color of the bar is covered here:</p>
<blockquote class="wp-embedded-content" data-secret="EdyI01nbwN"><p><a href="https://gpsites.co/dispatch/how-to-change-the-custom-colors/">How to change the Custom Colors</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" src="https://gpsites.co/dispatch/how-to-change-the-custom-colors/embed/#?secret=EdyI01nbwN" data-secret="EdyI01nbwN" width="600" height="338" title="&#8220;How to change the Custom Colors&#8221; &#8212; Dispatch" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<h3>Secondary Navigation Location</h3>
<p>The Secondary Nav is placed using a Hook Element as opposed to the Customizer, which is set to No Navigation. This is so the secondary navigation is dynamically placed. You will notice it doesn&#8217;t appear on the posts. It also appears below the Header Element on the front page.</p>
<p>More information be found on that here:</p>
<blockquote class="wp-embedded-content" data-secret="GWUV9jmu9G"><p><a href="https://gpsites.co/dispatch/hook-elements/">Hooks &#8211; Custom Theme Elements</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" src="https://gpsites.co/dispatch/hook-elements/embed/#?secret=GWUV9jmu9G" data-secret="GWUV9jmu9G" width="600" height="338" title="&#8220;Hooks &#8211; Custom Theme Elements&#8221; &#8212; Dispatch" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<h4>I want to use the Customizer to control the navigation</h4>
<p>Simply delete ( or Quick Edit &gt; Set to Draft and Save ) the Magazine Grid header element to revert to the normal customizer controls.</p>
<hr />
<h2>Blog</h2>
<p>The majority of the Blog settings are controlled within the <strong>Customizer &gt; Layout &gt; Blog</strong>. Of course it wouldn&#8217;t be a Flint Skin site if some custom customization wasn&#8217;t done. These comprise of re-ordering the post meta layout and fixing the height of the featured image.</p>
<p>To maintain a consistent style the Blog posts have been styled to match the WP Show Posts Plugin. You can read more here:</p>
<p>https://gpsites.co/dispatch/wp-show-posts/</p>
<hr />
<h2>Single Post &#8211; Sidebar and No Sidebar</h2>
<p>The default setting ( in the Customizer ) for the single post includes the right hand sidebar. If the sidebar is removed, like it is on this post, then the content container is narrowed for easier reading.</p>
<p>Single posts container without sidebar are resized by this CSS:</p>
<pre><code>
body.no-sidebar .site-content {
    max-width: 720px; /* Adjust the size to suit */
    margin-left: auto;
    margin-right: auto;
}
</code></pre>
<p>Options to remove the Sidebar on a post by post basis can be done using either the disable elements module or the layout module:</p>
<blockquote class="wp-embedded-content" data-secret="ihwHnsh29I"><p><a href="https://docs.generatepress.com/article/layout-metabox-overview/">Layout Metabox Overview</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" src="https://docs.generatepress.com/article/layout-metabox-overview/embed/#?secret=ihwHnsh29I" data-secret="ihwHnsh29I" width="600" height="338" title="&#8220;Layout Metabox Overview&#8221; &#8212; Documentation" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<blockquote class="wp-embedded-content" data-secret="59M0OQdbhH"><p><a href="https://docs.generatepress.com/article/layout-element-overview/">Layout Element Overview</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" src="https://docs.generatepress.com/article/layout-element-overview/embed/#?secret=59M0OQdbhH" data-secret="59M0OQdbhH" width="600" height="338" title="&#8220;Layout Element Overview&#8221; &#8212; Documentation" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<hr />
<h2>Page Heros &#8211; Header Elements</h2>
<p>The Hero Headers are built using the Elements module. Volumes Hero Headers are covered here:</p>
<blockquote class="wp-embedded-content" data-secret="hv21WYPauK"><p><a href="https://gpsites.co/dispatch/page-and-post-heroes/">Page and Post Heroes</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" src="https://gpsites.co/dispatch/page-and-post-heroes/embed/#?secret=hv21WYPauK" data-secret="hv21WYPauK" width="600" height="338" title="&#8220;Page and Post Heroes&#8221; &#8212; Dispatch" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<h3>Magazine Grid &#8211; Front Page</h3>
<p>A custom WP Show Posts Grid displaying 5 posts.<br />
More details on creating your own list for this grid and the ones used in content are covered here &#8230;&#8230; WWWW &#8230;&#8230;</p>
<p>The Header Element contains just the WP Show Posts Shortcode. And requires these two Element Classes: <code>wpsp-grid wpsp-card</code></p>
<h3>Single Post</h3>
<p>The single post uses template tags for dynamically displaying the Post Title, Category, Date and Author. The Post Title is set as the H1 and it uses the featured image for its background.</p>
<h4>Background Image Inset Shadow</h4>
<p>To improve readability an inset shadow is cast on to the background image. This uses the Element Classes field. To add the shadow to a new page header just add the <code>overlay</code> class in that field. Likewise you can remove it from this Header Element to disable the shadow.</p>
<h3>Archives Header</h3>
<p>This simple header places the archive title above the secondary navigation.</p>
]]></content:encoded>
										</item>
		<item>
		<title>Hooks &#8211; Custom Theme Elements</title>
		<link>https://junewedding.com/styling/hook-elements/</link>
				<pubDate>Fri, 21 Sep 2018 18:21:04 +0000</pubDate>
		<dc:creator><![CDATA[loqxv]]></dc:creator>
				<category><![CDATA[Styling]]></category>
		<category><![CDATA[Time Saving]]></category>

		<guid isPermaLink="false">https://forum.assemblewp.com/?p=942</guid>
				<description><![CDATA[Dispatch uses a few Hook Elements to create some Custom Elements in the site. All of them provide dynamic output and should not require any ... <a title="Hooks &#8211; Custom Theme Elements" class="read-more" href="https://junewedding.com/styling/hook-elements/">Read more</a>]]></description>
								<content:encoded><![CDATA[<p>Dispatch uses a few Hook Elements to create some Custom Elements in the site.<br />
All of them provide dynamic output and should not require any changes to their content.</p>
<p>For more info on the Hooke Element read here:</p>
<blockquote class="wp-embedded-content" data-secret="ZLK66RGrCq"><p><a href="https://docs.generatepress.com/article/hooks-element-overview/">Hooks Element Overview</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" src="https://docs.generatepress.com/article/hooks-element-overview/embed/#?secret=ZLK66RGrCq" data-secret="ZLK66RGrCq" width="600" height="338" title="&#8220;Hooks Element Overview&#8221; &#8212; Documentation" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<h2>Custom Post Navigation</h2>
<h5>Adding a custom featured image post navigation at the foot of all posts.<br />
Please note: that the Post Navigation is disabled in the Customizer as it is not required.</h5>
<h2>Secondary Navigation</h2>
<p>This hook calls the Secondary Navigation and displays below the header / header element. It also uses Display Rules so it is excluded from All Posts.<br />
Please note: the Secondary Navigation Location in the Customizer is set to No Navigation.</p>
<h2>WPSP Open Wrapper &amp; WPSP Close Wrapper</h2>
<p>These two hooks create a Div wrap around the Enter Header, Summary and Entry Footer of the WP Show Posts. This is used to create the custom styling you see here.</p>
]]></content:encoded>
										</item>
		<item>
		<title>Page and Post Heroes</title>
		<link>https://junewedding.com/styling/page-and-post-heroes/</link>
				<pubDate>Fri, 21 Sep 2018 17:48:30 +0000</pubDate>
		<dc:creator><![CDATA[loqxv]]></dc:creator>
				<category><![CDATA[Styling]]></category>

		<guid isPermaLink="false">https://forum.assemblewp.com/?p=928</guid>
				<description><![CDATA[Page Heroes are those big bold images and headlines you find at the top of your posts and pages. They sit just below the Site ... <a title="Page and Post Heroes" class="read-more" href="https://junewedding.com/styling/page-and-post-heroes/">Read more</a>]]></description>
								<content:encoded><![CDATA[<p>Page Heroes are those big bold images and headlines you find at the top of your posts and pages. They sit just below the Site Header and added using the Header Element module, when activated provides the Elements menu in <strong>Dashboard &gt; Appearance &gt; Elements</strong></p>
<p>Dispatch has two Header Elements in place. But you can add as many as you need.</p>
<h2>Magazine Grid &#8211; Home Page</h2>
<p>Combined with the WP Show Posts plugin this header creates a 5 post card grid. Very few settings are required. These are the main points:</p>
<p><strong>Hero Content:</strong> WP Show Posts Short code<br />
<strong>Element Classes:</strong> wpsp-grid wpsp-card<br />
<small>This creates the grid and styles the cards</small><br />
<strong>Padding:</strong> Zero padding<br />
<small>Makes the grid fill the hero</small><br />
<strong>Display Rules:</strong> Front Page</p>
<p>The shortcode required is found in the WP Show Posts list you created. More detail on creating these special lists can be found <a href="https://gpsites.co/dispatch/using-wp-show-posts/">here</a>.</p>
<h2>Single Post</h2>
<p><strong>Template Tags: </strong>{{post_title}}<br />
<strong>Element Classes:</strong>  overlay<br />
<small>This applies a Custom CSS Inner Box Shadow overlay to improve contrast for the text content.</small><br />
<strong>Container:</strong> Contained<br />
<strong>Inner Container:</strong> Contained<br />
<strong>Padding:</strong> Top: 36% and Bottom: 30px.<br />
<small>This will keep images responsive whilst maintaining bottom spacing</small><br />
<strong>Background Image:</strong> Featured Image<br />
<strong>Disable Featured Image:</strong> Check<br />
<small>This stops the featured image also being displayed in the post</small><br />
<strong>Display Rules:</strong> All Posts</p>
<h2>Creating new Header Elements</h2>
<p>Creating a new Header Element is as easy as creating a new post. This article explains how to:</p>
<blockquote class="wp-embedded-content" data-secret="QcUVwBzsKp"><p><a href="https://docs.generatepress.com/article/header-element-overview/">Header Element Overview</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" src="https://docs.generatepress.com/article/header-element-overview/embed/#?secret=QcUVwBzsKp" data-secret="QcUVwBzsKp" width="600" height="338" title="&#8220;Header Element Overview&#8221; &#8212; Documentation" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<h3>Display Rules</h3>
<p>Display Rules are used to determine where a Header Element is displayed. Here are some pointers:</p>
<h4>Front Page</h4>
<p>When you select a blog or a static page in <strong>Dashboard &gt; Settings &gt; Reading</strong> as your Front Page. You must specifically apply that as a Display Rule for it to display.</p>
<h4>Display the Dispatch Header Elements on other pages</h4>
<p>Simply edit the Header Element and add additional Display Rules.</p>
<h4>Rule Conflicts</h4>
<p>When creating multiple Elements, it is possible to create ones where the Display Rules conflict. For example:</p>
<p>First Element Display Rule = All Posts<br />
Second Element Display Rule = A specific Post</p>
<p>In this instance the First Element wins and that specific post looks like the rest of them. Its a case of the first element that was registered wins. To get round this you must use the Exclude option in the First Element so it doesn&#8217;t apply to the specific post.</p>
<h3>Copy an existing Header Element</h3>
<p>So you think these Header Elements are awesome. But you want to add your own versions to some other posts, and there is not duplicate feature. Well just add one of the Duplicate Post plugins found on wordpress.org and your in business.</p>
]]></content:encoded>
										</item>
		<item>
		<title>How to change the Custom Colors</title>
		<link>https://junewedding.com/styling/how-to-change-the-custom-colors/</link>
				<pubDate>Fri, 21 Sep 2018 16:50:22 +0000</pubDate>
		<dc:creator><![CDATA[loqxv]]></dc:creator>
				<category><![CDATA[Styling]]></category>

		<guid isPermaLink="false">https://forum.assemblewp.com/?p=909</guid>
				<description><![CDATA[Changing Colors in Dispatch are mainly done via the Theme Customizer. Certain elements such as Page Heros are controlled within the Header Element and are ... <a title="How to change the Custom Colors" class="read-more" href="https://junewedding.com/styling/how-to-change-the-custom-colors/">Read more</a>]]></description>
								<content:encoded><![CDATA[<p>Changing Colors in Dispatch are mainly done via the Theme Customizer. Certain elements such as Page Heros are controlled within the Header Element and are covered in that article. There are a few colors that are controlled by CSS. The rules for them are found in the <strong>Customizer > Additional CSS</strong>:</p>
<h2>Primary Navigation</h2>
<h3>Hairline Border above desktop navigation</h3>
<p><code></p>
<pre>
.main-navigation .inside-navigation {
    border-top: 0.5px solid #d4d7d8;
}
</pre>
<p></code></p>
<h3>Menu item underline on hover</h3>
<p><code></p>
<pre>
.main-navigation ul li:after {
    background-color: #000;
}
</pre>
<p></code></p>
<h3>Navigation Search</p>
<h3>
<p><code></p>
<pre>
.navigation-search.nav-search-active {
    background-color: rgba(255,255,255,0.95);
    top: 100%;
}
</pre>
<p></code></p>
<h2>Buttons</h2>
<p>All of the colors are controlled via the customizer. However the button border inherits the color of the font. This is set by this CSS:</p>
<p><code></p>
<pre>
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background) {
    pointer-events: initial !important;
    border-color: inherit;
    border: 1px solid;
}
</pre>
<p></code></p>
<h2>WP Show Posts &#8211; Card Style</h2>
<h3>Entry Title, Summary and Meta text color</h3>
<p><code></p>
<pre>
.wpsp-card, .wpsp-card a, .wpsp-card .wp-show-posts-meta a, .wpsp-card .wp-show-posts-meta a:visited {
    color: #fff;
}
</pre>
<p></code></p>
<h3>Gradient overlay</h3>
<p>To improve contrast of text a subtle gradient overlay is applied to the cards content wrapper.</p>
<p><code></p>
<pre>
.wpsp-card .wpsp-content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5% 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.35);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(80, 50, 50, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}
</pre>
<p></code></p>
<h2>Custom Featured Image Post Navigation Next/Previous</h2>
<p><code></p>
<pre>
.post-nav {
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 0.7em;
    text-transform: uppercase;
    background-color: #ff1956;
    color: #fff !important;
}
</pre>
<p></code></p>
]]></content:encoded>
										</item>
		<item>
		<title>Style Guide</title>
		<link>https://junewedding.com/styling/style-guide/</link>
				<pubDate>Fri, 21 Sep 2018 16:16:06 +0000</pubDate>
		<dc:creator><![CDATA[loqxv]]></dc:creator>
				<category><![CDATA[Styling]]></category>

		<guid isPermaLink="false">https://forum.assemblewp.com/?p=895</guid>
				<description><![CDATA[Heading One H1 Heading Two H2 Heading Three H3 Heading Four H4 Heading Five H5 Heading Six H6 Font: Playfair Playfair is a transitional design. ... <a title="Style Guide" class="read-more" href="https://junewedding.com/styling/style-guide/">Read more</a>]]></description>
								<content:encoded><![CDATA[<h1>Heading One H1</h1>
<h2>Heading Two H2</h2>
<h3>Heading Three H3</h3>
<h4>Heading Four H4</h4>
<h5>Heading Five H5</h5>
<h6>Heading Six H6</h6>
<h4>Font: Playfair</h4>
<p>Playfair is a transitional design. In the European Enlightenment in the late 18th century, broad nib quills were replaced by pointed steel pens as the popular writing tool of the day. Together with developments in printing technology, ink, and paper making, it became to print letterforms of high contrast and delicate hairlines that were increasingly detached from the written letterforms.</p>
<p>This design lends itself to this period, and while it is not a revival of any particular design, it takes influence from the designs of John Baskerville and from ‘Scotch Roman’ designs. Being a Display (large size) design in the transitional genre, functionally and stylistically it can accompany Georgia for body text.</p>
<p><a class="button" href="#">volume button</a></p>
<h2>Color Plan</h2>
<div style="display: flex; flex-wrap: wrap;">
<div style="display: block; flex: 1 0 30%; height: 100px; background-color: #ff1956; color: #fff; border: 2px solid #fff; text-align: center; box-sizing: border-box;">#ff1956</div>
<div style="display: block; flex: 1 0 70%; height: 100px; background-color: #fbfbfb; color: #3a3a3a; border: 2px solid #fff; text-align: center; box-sizing: border-box;">#fbfbfb</div>
<div style="display: block; flex: 1 0 70%; height: 100px; background-color: #f4f6f7; color: #3a3a3a; border: 2px solid #fff; text-align: center; box-sizing: border-box;">#f4f6f7</div>
<div style="display: block; flex: 1 0 30%; height: 100px; background-color: #3a3a3a; color: #fff; border: 2px solid #fff; text-align: center; box-sizing: border-box;">#3a3a3c</div>
</div>
<p>&nbsp;</p>
<p><a class="button" href="#">volume button</a></p>
]]></content:encoded>
										</item>
	</channel>
</rss>
