Skip to content

Commit a36c4bc

Browse files
committed
More instructions
1 parent 3f07bb8 commit a36c4bc

10 files changed

+16
-14
lines changed

templates/forms/misc/-homepage-modules.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33

44
<main id="main" aria-label="Main content">
5-
<txp:output_form form="-module--text--heading01" id="null" section="null" category="null" />
5+
<txp:output_form form="-module--text--heading01" id="null" />
66
</main>
77

88
</div>

templates/forms/misc/-module--gallery--grid.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
</div>
3131
</txp:evaluate>
3232
</div>
33-
<txp:if_variable name="gallery-fallback"><txp:output_form form="instructions">To use this module, please create an an image category named <code>gallery</code> and assign one of more images to that category.</txp:output_form></txp:if_variable>
33+
<txp:if_variable name="gallery-fallback"><txp:output_form form="instructions">To use this module, please create an an image category named <code>gallery</code> and assign one of more images to that category. Grid layout options can be adjusted by editing the <code>--variables--gallery</code> form template.</txp:output_form></txp:if_variable>
3434
</section>

templates/forms/misc/-module--gallery--vertical-masonry.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
<img loading="lazy" src="<txp:page_url type="theme_path" />/assets/img/placeholders//img-hd-3.png" alt="Placeholder Image 6" itemprop="image">
1717
</txp:evaluate>
1818
</div>
19-
<txp:if_variable name="gallery-fallback"><txp:output_form form="instructions">To use this module, please create an an image category named <code>gallery</code> and assign one of more images to that category.</txp:output_form></txp:if_variable>
19+
<txp:if_variable name="gallery-fallback"><txp:output_form form="instructions">To use this module, please create an an image category named <code>gallery</code> and assign one of more images to that category. Grid layout options can be adjusted by editing the <code>--variables--gallery</code> form template.</txp:output_form></txp:if_variable>
2020
</section>

templates/forms/misc/-module--logo-wall.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
</div>
2929
</txp:evaluate>
3030
</div>
31-
<txp:if_variable name="logo-wall-fallback"><txp:output_form form="instructions">To use this module, please create an an image category named <code>logo-wall</code> and assign one of more images to that category.</txp:output_form></txp:if_variable>
31+
<txp:if_variable name="logo-wall-fallback"><txp:output_form form="instructions">To use this module, please create an an image category named <code>logo-wall</code> and assign one of more images to that category. Logo wall layout options can be adjusted by editing the <code>--variables--logo-wall</code> form template.</txp:output_form></txp:if_variable>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<div class="align-center py-2">
22
<txp:article_custom limit="1"
3-
id=''
4-
section='<txp:yield name="section" default="null" />'
5-
category='<txp:yield name="category" default="null" />'>
3+
id='<txp:yield name="id" default="" />'
4+
section='<txp:yield name="section" default="" />'
5+
category='<txp:yield name="category" default="" />'>
66
<txp:if_excerpt><h3><txp:excerpt escape="tidy, p, h1, h2, h3, h4, h5, h6" /></h3></txp:if_excerpt>
77
<h1><txp:title /></h1>
88
<txp:if_yield name="call-to-action"><txp:yield name="call-to-action" /></txp:if_yield>
99
<txp:else />
1010
<h3>Preamble heading</h3>
1111
<h1>A main h1 heading about our service offering, and some general statements about how great we are, basically.</h1>
12+
<txp:output_form form="instructions">To use this module, please create an article within a <a target="_blank" rel="noopener" href="https://textpattern.com/weblog/426/feature-focus-live-pageless-sections-for-hidden-content">pageless section</a> and call it from the <code>&lt;txp:output_form /&gt;</code> tag it via its unique article <code>id</code>, or via a combination of <code>section</code> and <code>category</code> attributes.<br>For example, either <code>&lt;txp:output_form form="-module--text--heading01" id="2" /&gt;</code> or <code>&lt;txp:output_form form="-module--text--heading01" section="pageless-content" category="my-intro" /&gt;</code>.</txp:output_form>
1213
</txp:article_custom>
1314
</div>

themes/hive-framework-0.0.5/forms/misc/-homepage-modules.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33

44
<main id="main" aria-label="Main content">
5-
<txp:output_form form="-module--text--heading01" id="null" section="null" category="null" />
5+
<txp:output_form form="-module--text--heading01" id="null" />
66
</main>
77

88
</div>

themes/hive-framework-0.0.5/forms/misc/-module--gallery--grid.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
</div>
3131
</txp:evaluate>
3232
</div>
33-
<txp:if_variable name="gallery-fallback"><txp:output_form form="instructions">To use this module, please create an an image category named <code>gallery</code> and assign one of more images to that category.</txp:output_form></txp:if_variable>
33+
<txp:if_variable name="gallery-fallback"><txp:output_form form="instructions">To use this module, please create an an image category named <code>gallery</code> and assign one of more images to that category. Grid layout options can be adjusted by editing the <code>--variables--gallery</code> form template.</txp:output_form></txp:if_variable>
3434
</section>

themes/hive-framework-0.0.5/forms/misc/-module--gallery--vertical-masonry.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
<img loading="lazy" src="<txp:page_url type="theme_path" />/assets/img/placeholders//img-hd-3.png" alt="Placeholder Image 6" itemprop="image">
1717
</txp:evaluate>
1818
</div>
19-
<txp:if_variable name="gallery-fallback"><txp:output_form form="instructions">To use this module, please create an an image category named <code>gallery</code> and assign one of more images to that category.</txp:output_form></txp:if_variable>
19+
<txp:if_variable name="gallery-fallback"><txp:output_form form="instructions">To use this module, please create an an image category named <code>gallery</code> and assign one of more images to that category. Grid layout options can be adjusted by editing the <code>--variables--gallery</code> form template.</txp:output_form></txp:if_variable>
2020
</section>

themes/hive-framework-0.0.5/forms/misc/-module--logo-wall.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
</div>
2929
</txp:evaluate>
3030
</div>
31-
<txp:if_variable name="logo-wall-fallback"><txp:output_form form="instructions">To use this module, please create an an image category named <code>logo-wall</code> and assign one of more images to that category.</txp:output_form></txp:if_variable>
31+
<txp:if_variable name="logo-wall-fallback"><txp:output_form form="instructions">To use this module, please create an an image category named <code>logo-wall</code> and assign one of more images to that category. Logo wall layout options can be adjusted by editing the <code>--variables--logo-wall</code> form template.</txp:output_form></txp:if_variable>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<div class="align-center py-2">
22
<txp:article_custom limit="1"
3-
id=''
4-
section='<txp:yield name="section" default="null" />'
5-
category='<txp:yield name="category" default="null" />'>
3+
id='<txp:yield name="id" default="" />'
4+
section='<txp:yield name="section" default="" />'
5+
category='<txp:yield name="category" default="" />'>
66
<txp:if_excerpt><h3><txp:excerpt escape="tidy, p, h1, h2, h3, h4, h5, h6" /></h3></txp:if_excerpt>
77
<h1><txp:title /></h1>
88
<txp:if_yield name="call-to-action"><txp:yield name="call-to-action" /></txp:if_yield>
99
<txp:else />
1010
<h3>Preamble heading</h3>
1111
<h1>A main h1 heading about our service offering, and some general statements about how great we are, basically.</h1>
12+
<txp:output_form form="instructions">To use this module, please create an article within a <a target="_blank" rel="noopener" href="https://textpattern.com/weblog/426/feature-focus-live-pageless-sections-for-hidden-content">pageless section</a> and call it from the <code>&lt;txp:output_form /&gt;</code> tag it via its unique article <code>id</code>, or via a combination of <code>section</code> and <code>category</code> attributes.<br>For example, either <code>&lt;txp:output_form form="-module--text--heading01" id="2" /&gt;</code> or <code>&lt;txp:output_form form="-module--text--heading01" section="pageless-content" category="my-intro" /&gt;</code>.</txp:output_form>
1213
</txp:article_custom>
1314
</div>

0 commit comments

Comments
 (0)