SlideShare a Scribd company logo
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
PO Box 271
Alexandria, VA USA
Phone: (800) TICK-126
International: +1 703 879 6355
| | www.SimpleTick.com
Support.SimpleTick.com
Theme Marketplace
Selling your Templates on SimpleTick
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Convert any Template to a SimpleTick theme in 5 minutes!
• Name your price
• You keep 75% of the revenue
• It only takes 5-10 minutes to convert
• Super Simple!
• A great way to showcase your talent
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
A Few Easy Steps
1. Create the home page file, name it index.html
1. Add this tag where the content area is: <CONTENT-AREA />
1. Create the inside page file, name it insidepage.html
1. Add this tag where the content area is: <CONTENT-AREA />
2. Optional if the event / product photo should appear in a different part of the
page, add a tag for that too: <EVENT-PRODUCT-PHOTO />
2. Put the CSS file in the same folder, name it: Style.css
3. Put all images in a folder, name it: /images/
4. Zip it up!
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Let’s say you created this template:
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
This is how it looks when you add the tags to: Index.html
We will cover these
tags on slide #15
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
This is how it looks when you add the tags to: InsidePage.html
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Here’s how the InsidePage.html will appear on a live site:
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
What size should the event image be?
In this template the image
Is 250px wide. You will
Need to specify this when
You submit your theme.
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Optional: The Calendar Widget
You can add an interactive calendar to
your template:
Just add this tag where the calendar
should appear:
<MINI-CALENDAR />
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Example
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Will appear like:
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Pick a Skin That Matches Well
Skins are applied to elements like: tables,
calendars, site maps, and dropdown lists
on a SimpleTick site.
There are 14 skins to choose from. See
samples on the next 2 slides.
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
What Skin Looks best? (Tables)
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
What Skin Looks best? (Calendars)
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Would you like to display … Details
Event Slider A JavaScript slider will appear, displaying top 5 featured events.
Event List A list of events (titles + links) will appear.
Event Category List A list of all categories (titles + links) will appear in alphabetical
order. The links will go to the category page.
Blog / Article Category List A list of all categories (titles + links) will appear in alphabetical
order. The links will go to the category page.
Top # Blogs/Articles A list of articles (titles + links) will appear .
Top # Blogs/Articles That are Featured A list of articles (titles + links) that are flagged as featured will
appear in alphabetical order.
Top # Events With Image & Teaser A list of events (titles + links) will appear.
Top # Events That are Featured A list of events (titles + links) that are flagged as featured will appear
in alphabetical order.
Top Navigation/Menu Bar Primary pages, plus other CMS pages that have been selected to
appear
Footer Navigation/Menu Bar Primary pages, plus other CMS pages that have been selected to
appear
Other Code Bits (See Appendix for HTML & CSS output samples)
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
To get started head over to
www.SimpleTick.com/MarketPlace/ today.
From there you can:
1. See current themes
2. Download Sample Themes – “starter kits”
3. View “How To” videos
4. Submit your themes
Now it’s your turn!
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Appendix
The next 12 slides will cover additional tags you can use in your themes
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
A JavaScript slider will appear, displaying top 5 featured events.
Specify the width of the slider using the attribute “width”.
<!--EVENT-SLIDER WIDTH=500 -->
Tag to use:
Event Slider
Sample Output:
<div id="slider">
<img src="images/Shows/500/DaveTrio.jpg" alt="" title="#htmlcaption1" />
<img src="images/Shows/500/ComedyNight.jpg" alt="" title="#htmlcaption2" />
<img src="images/Shows/500/LiveOpera.jpg" alt="" title="#htmlcaption3" />
</div>
<div id="htmlcaption1" class="nivo-html-caption"> <strong>The Dave Trio</strong> at
<em>Venue Title</em> <a href=“/Events/DaveTrio.aspx">buy tickets</a>. </div>
<div id="htmlcaption2" class="nivo-html-caption"> <strong>Comedy Night with
Mike</strong> at <em>Venue Title</em> <a href=“/Events/ComedyNight.aspx">buy
tickets</a>. </div>
<div id="htmlcaption3" class="nivo-html-caption"> <strong>Live Italian Opera</strong> at
<em>Venue Title</em> <a href=“/Events/LiveOpera.aspx">buy tickets</a>. </div>
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Sample on a live site:Event Slider
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Event List
A list of events (titles + links) will appear. Specify the maximum number of links with
the Max attribute. The default is 20.
<!--EVENT-LIST MAX=3 -->
Tag to use:
Sample Output:
<ul class=“widget-event-list”>
<li><a href=“/Events/ComedyNight.aspx">Comedy Night with Mike</a></li>
<li><a href=“/Events/LiveOpera.aspx">Live Opera</a></li>
<li><a href=“/Events/DaveTrio.aspx">The Dave Trio</a></li>
</ul>
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Top # Events That are Featured
A list of events (titles + links) will appear. Specify the maximum number of links with the
Max attribute. The default is 5.
<!—TOP-EVENT-FEATURED MAX=3 -->
Tag to use:
Sample Output:
<ul class=“widget-event-featured-list”>
<li><a href=“/Events/ComedyNight.aspx">Comedy Night with Mike</a></li>
<li><a href=“/Events/LiveOpera.aspx">Live Opera</a></li>
<li><a href=“/Events/DaveTrio.aspx">The Dave Trio</a></li>
</ul>
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Event Category List
A list of events (titles + links) will appear.
<!-- EVENT-CATEGORY-LIST -->
Tag to use:
Sample Output:
<ul class="widget-event-category-list">
<li><a href=“/Category/Health-Workshops.aspx">Health Workshops</a></li>
<li><a href=“/Category/Comedy-Nights.aspx">Comedy Nights</a></li>
<li><a href="/Category/Live-Music.aspx">Live Music</a></li>
</ul>
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Top # Events With Image & Teaser
A list of events (titles + links) will appear. Specify the maximum number of links with the
Max attribute. The default is 5. The image width is set by the webmaster in the site’s
layout settings.
<!—TOP-EVENT-IMAGE-TEASER-LIST MAX=2 -->Tag to use:
Sample Output:
<div class="widget-top-events">
<div class="item">
<div class="photo">
<a href="/Events/ComedyNight.aspx"><img src="images/Shows/500/DaveTrio.jpg" /></a>
</div >
<div class="teaser">
<h5>Comedy Night with Mike</h5>
<p>Teaser Text Appears Here, this should be 1-2 sentences</p>
</div >
</div >
<div class="item">
<div class="photo">
<a href="/Events/LiveOpera.aspx"><img src="images/Shows/500/LiveOpera.jpg" /></a>
</div >
<div class="teaser">
<h5>Live Opera</h5>
<p>Teaser Text Appears Here, this should be 1-2 sentences</p>
</div >
</div >
</div >
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Top # Events With
Image & Teaser
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Blogs/Articles List
A list of events (titles + links) will appear. Specify the maximum number of links with the
Max attribute. The default is 20.
<!– BLOG-LIST MAX=3 -->
Tag to use:
Sample Output:
<ul class="widget-blog-list">
<li><a href="/Events/Sample-Article-1.aspx">Sample Article 1</a></li>
<li><a href="/Events/Sample-Article-2.aspx">Sample Article 2</a></li>
<li><a href="/Events/Sample-Article-3.aspx">Sample Article 3</a></li>
</ul>
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Top # Blogs/Articles That are Featured
A list of events (titles + links) will appear. Specify the maximum number of links with the
Max attribute. The default is 20.
<!– TOP-BLOG-FEATURED-LIST MAX=3 -->
Tag to use:
Sample Output:
<ul class="widget-blog-list-featured">
<li><a href="/Events/Sample-Article-1.aspx">Sample Article 1</a></li>
<li><a href="/Events/Sample-Article-2.aspx">Sample Article 2</a></li>
<li><a href="/Events/Sample-Article-3.aspx">Sample Article 3</a></li>
</ul>
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Blog / Article Category List
A list of events (titles + links) will appear.
<!-- BLOG-CATEGORY-LIST -->
Tag to use:
Sample Output:
<ul class="widget-blog-category-list">
<li><a href="/News/Category/Health-News.aspx">Health News</a></li>
<li><a href="/News/Category/Sports-Advise.aspx">Sports Advise</a></li>
<li><a href="/News/Category/Theater-News.aspx">Theater News</a></li>
</ul>
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Top # Articles With Image & Teaser
A list of events (titles + links) will appear. Specify the maximum number of links with the
Max attribute. The default is 5. The image width is set by the webmaster in the site’s
layout settings.
<!-- TOP-ARTICLE-IMAGE-TEASER-LIST MAX=2 -->Tag to use:
Sample Output:
<div class="widget-top-articles">
<div class="item">
<div class="photo">
<a href="/Events/Sample-Article-1.aspx“><img src="images/blog/500/LiveOpera.jpg" /></a>
</div >
<div class="teaser">
<h5>Comedy Night with Mike</h5>
<p>Teaser Text Appears Here, this should be 1-2 sentences</p>
</div >
</div >
<div class="item">
<div class="photo">
<a href="/Events/LiveOpera.aspx"><img src="images/Shows/500/LiveOpera.jpg" /></a>
</div >
<div class="teaser">
<h5>Live Opera</h5>
<p>Teaser Text Appears Here, this should be 1-2 sentences</p>
</div >
</div >
</div >
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Top # Articles With Image & Teaser
Sample on a live site:
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Top Navigation/Menu Bar
<!—TOP-NAV-BAR MAX=6 -->
Tag to use:
Sample Output:
<ul class="widget-header-nav-bar">
<li><a href="/">Home</a></li>
<li><a href="/Events-List.aspx">Events</a></li>
<li><a href="/Pages/News.aspx">News</a></li>
<li><a href="/Pages/About-Us.aspx">About Us</a></li>
<li><a href="/Events/History.aspx">History</a></li>
<li><a href="/Events/Club-Info.aspx">Club Info</a></li>
</ul>
Home & Events will always appear. News will only appear if it’s set to displayed by the
site’s display settings. After this the next pages from the CMS where “display on header” is
checked. They will be in Ascending order based on “Sort Order"
A list of content pages (titles + links) will appear. Specify the maximum number of links
with the Max attribute. The default is 5.
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
Footer Navigation/Menu Bar
<!—FOOTER-NAV-BAR MAX=6 -->
Tag to use:
Sample Output:
<ul class="widget-footer-nav-bar">
<li><a href="/">Home</a></li>
<li><a href="/Events-List.aspx">Events</a></li>
<li><a href="/Pages/News.aspx">News</a></li>
<li><a href="/Pages/About-Us.aspx">About Us</a></li>
<li><a href="/Events/History.aspx">History</a></li>
<li><a href="/Events/Club-Info.aspx">Club Info</a></li>
</ul>
In this case Home & Events will always appear. News will only appear
if it’s set to displayed by the site’s display settings.
After this the next pages from the CMS where “display on footer” is checked. They will
be in Ascending order based on “Sort Order"
A list of content pages (titles + links) will appear. Specify the maximum number of links
with the Max attribute. The default is 5.
Phone: (800) TICK-126
International: +1 703 879 6355
PO Box 271
Alexandria, VA 22313 USA
www.SimpleTick.com
___________________________________
__________
CMS Content Page View
<!-- CMS-PAGE PAGE-NAME=ABOUT-US -->
Tag to use:
Sample Output:
<div class="WidgetPageContent">
// all of the HTML for that page will appear here
</div>
In this case the HTML for the “About Us” page will appear here. The “About Us” page
must exist or nothing will appear. You can simply change “About Us” to any other page
name. Note this is the “page name” field and not the “page title” field.
Displays a page from the CMS. This is ideal for themes that use a 1 page with sliding
content Ajax Effect. This will allow you to specify the content for each part of the page.

More Related Content

Similar to SimpleTick Theme Marketplace

SQL for JSON: Rich, Declarative Querying for NoSQL Databases and Applications 
SQL for JSON: Rich, Declarative Querying for NoSQL Databases and Applications SQL for JSON: Rich, Declarative Querying for NoSQL Databases and Applications 
SQL for JSON: Rich, Declarative Querying for NoSQL Databases and Applications 
Keshav Murthy
 
Kevin Bengtson Portfolio
Kevin Bengtson PortfolioKevin Bengtson Portfolio
Kevin Bengtson Portfolio
Kbengt521
 
Relational Database to Apache Spark (and sometimes back again)
Relational Database to Apache Spark (and sometimes back again)Relational Database to Apache Spark (and sometimes back again)
Relational Database to Apache Spark (and sometimes back again)
Ed Thewlis
 
Being a tweaker modern web performance techniques
Being a tweaker   modern web performance techniquesBeing a tweaker   modern web performance techniques
Being a tweaker modern web performance techniques
Chris Love
 
Snowflake Data Governance
Snowflake Data GovernanceSnowflake Data Governance
Snowflake Data Governance
ssuser538b022
 
AppForum 2014 Boost Hybrid App Performance
AppForum 2014 Boost Hybrid App PerformanceAppForum 2014 Boost Hybrid App Performance
AppForum 2014 Boost Hybrid App Performance
robgalvinjr
 
Oracle Database features every developer should know about
Oracle Database features every developer should know aboutOracle Database features every developer should know about
Oracle Database features every developer should know about
gvenzl
 
Facebook Ads Benchmark Report
Facebook Ads Benchmark ReportFacebook Ads Benchmark Report
Facebook Ads Benchmark Report
João Caetano
 
Expanding Your Sales Funnel with SAS
Expanding Your Sales Funnel with SASExpanding Your Sales Funnel with SAS
Expanding Your Sales Funnel with SAS
Michael Mina
 
SQL Server 2008 Portfolio for Saumya Bhatnagar
SQL Server 2008 Portfolio for Saumya BhatnagarSQL Server 2008 Portfolio for Saumya Bhatnagar
SQL Server 2008 Portfolio for Saumya Bhatnagar
sammykb
 
What's new in ASP.NET 4
What's new in ASP.NET 4What's new in ASP.NET 4
What's new in ASP.NET 4
Robert MacLean
 
Catalogmakr teaser
Catalogmakr teaserCatalogmakr teaser
Catalogmakr teaser
catalogmakr
 
Organic Gardens SQL Database Schema By Christopher Kaczor
Organic Gardens SQL Database Schema By Christopher KaczorOrganic Gardens SQL Database Schema By Christopher Kaczor
Organic Gardens SQL Database Schema By Christopher Kaczor
Christopher Kaczor
 
Portfolio_OneSheet_RP
Portfolio_OneSheet_RPPortfolio_OneSheet_RP
Portfolio_OneSheet_RP
Robert Pagan
 
Bem methodology
Bem methodologyBem methodology
Bem methodology
Andrew Rota
 
Awesome SQL Tips and Tricks - Voxxed Days Cluj - 2019
 Awesome SQL Tips and Tricks - Voxxed Days Cluj - 2019 Awesome SQL Tips and Tricks - Voxxed Days Cluj - 2019
Awesome SQL Tips and Tricks - Voxxed Days Cluj - 2019
Vlad Mihalcea
 
Superstore Data Analysis using R
Superstore Data Analysis using RSuperstore Data Analysis using R
Superstore Data Analysis using R
Monika Mishra
 
DEF CON 27 - workshop - JOSH REYNOLDS - from ek to dek slides
DEF CON 27 - workshop - JOSH REYNOLDS - from ek to dek slidesDEF CON 27 - workshop - JOSH REYNOLDS - from ek to dek slides
DEF CON 27 - workshop - JOSH REYNOLDS - from ek to dek slides
Felipe Prado
 
IBM Insight 2015 - 1824 - Using Bluemix and dashDB for Twitter Analysis
IBM Insight 2015 - 1824 - Using Bluemix and dashDB for Twitter AnalysisIBM Insight 2015 - 1824 - Using Bluemix and dashDB for Twitter Analysis
IBM Insight 2015 - 1824 - Using Bluemix and dashDB for Twitter Analysis
Torsten Steinbach
 
5 Cool Things About SQL
5 Cool Things About SQL5 Cool Things About SQL
5 Cool Things About SQL
Connor McDonald
 

Similar to SimpleTick Theme Marketplace (20)

SQL for JSON: Rich, Declarative Querying for NoSQL Databases and Applications 
SQL for JSON: Rich, Declarative Querying for NoSQL Databases and Applications SQL for JSON: Rich, Declarative Querying for NoSQL Databases and Applications 
SQL for JSON: Rich, Declarative Querying for NoSQL Databases and Applications 
 
Kevin Bengtson Portfolio
Kevin Bengtson PortfolioKevin Bengtson Portfolio
Kevin Bengtson Portfolio
 
Relational Database to Apache Spark (and sometimes back again)
Relational Database to Apache Spark (and sometimes back again)Relational Database to Apache Spark (and sometimes back again)
Relational Database to Apache Spark (and sometimes back again)
 
Being a tweaker modern web performance techniques
Being a tweaker   modern web performance techniquesBeing a tweaker   modern web performance techniques
Being a tweaker modern web performance techniques
 
Snowflake Data Governance
Snowflake Data GovernanceSnowflake Data Governance
Snowflake Data Governance
 
AppForum 2014 Boost Hybrid App Performance
AppForum 2014 Boost Hybrid App PerformanceAppForum 2014 Boost Hybrid App Performance
AppForum 2014 Boost Hybrid App Performance
 
Oracle Database features every developer should know about
Oracle Database features every developer should know aboutOracle Database features every developer should know about
Oracle Database features every developer should know about
 
Facebook Ads Benchmark Report
Facebook Ads Benchmark ReportFacebook Ads Benchmark Report
Facebook Ads Benchmark Report
 
Expanding Your Sales Funnel with SAS
Expanding Your Sales Funnel with SASExpanding Your Sales Funnel with SAS
Expanding Your Sales Funnel with SAS
 
SQL Server 2008 Portfolio for Saumya Bhatnagar
SQL Server 2008 Portfolio for Saumya BhatnagarSQL Server 2008 Portfolio for Saumya Bhatnagar
SQL Server 2008 Portfolio for Saumya Bhatnagar
 
What's new in ASP.NET 4
What's new in ASP.NET 4What's new in ASP.NET 4
What's new in ASP.NET 4
 
Catalogmakr teaser
Catalogmakr teaserCatalogmakr teaser
Catalogmakr teaser
 
Organic Gardens SQL Database Schema By Christopher Kaczor
Organic Gardens SQL Database Schema By Christopher KaczorOrganic Gardens SQL Database Schema By Christopher Kaczor
Organic Gardens SQL Database Schema By Christopher Kaczor
 
Portfolio_OneSheet_RP
Portfolio_OneSheet_RPPortfolio_OneSheet_RP
Portfolio_OneSheet_RP
 
Bem methodology
Bem methodologyBem methodology
Bem methodology
 
Awesome SQL Tips and Tricks - Voxxed Days Cluj - 2019
 Awesome SQL Tips and Tricks - Voxxed Days Cluj - 2019 Awesome SQL Tips and Tricks - Voxxed Days Cluj - 2019
Awesome SQL Tips and Tricks - Voxxed Days Cluj - 2019
 
Superstore Data Analysis using R
Superstore Data Analysis using RSuperstore Data Analysis using R
Superstore Data Analysis using R
 
DEF CON 27 - workshop - JOSH REYNOLDS - from ek to dek slides
DEF CON 27 - workshop - JOSH REYNOLDS - from ek to dek slidesDEF CON 27 - workshop - JOSH REYNOLDS - from ek to dek slides
DEF CON 27 - workshop - JOSH REYNOLDS - from ek to dek slides
 
IBM Insight 2015 - 1824 - Using Bluemix and dashDB for Twitter Analysis
IBM Insight 2015 - 1824 - Using Bluemix and dashDB for Twitter AnalysisIBM Insight 2015 - 1824 - Using Bluemix and dashDB for Twitter Analysis
IBM Insight 2015 - 1824 - Using Bluemix and dashDB for Twitter Analysis
 
5 Cool Things About SQL
5 Cool Things About SQL5 Cool Things About SQL
5 Cool Things About SQL
 

Recently uploaded

一比一原版(UW毕业证)西雅图华盛顿大学毕业证如何办理
一比一原版(UW毕业证)西雅图华盛顿大学毕业证如何办理一比一原版(UW毕业证)西雅图华盛顿大学毕业证如何办理
一比一原版(UW毕业证)西雅图华盛顿大学毕业证如何办理
kecekev
 
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
asuzyq
 
PDF SubmissionDigital Marketing Institute in Noida
PDF SubmissionDigital Marketing Institute in NoidaPDF SubmissionDigital Marketing Institute in Noida
PDF SubmissionDigital Marketing Institute in Noida
PoojaSaini954651
 
Practical eLearning Makeovers for Everyone
Practical eLearning Makeovers for EveryonePractical eLearning Makeovers for Everyone
Practical eLearning Makeovers for Everyone
Bianca Woods
 
Branding de la empresa de Bolt- 2024.pdf
Branding de la empresa de Bolt- 2024.pdfBranding de la empresa de Bolt- 2024.pdf
Branding de la empresa de Bolt- 2024.pdf
PabloMartelLpez
 
Mohannad Abdullah portfolio _ V2 _22-24
Mohannad Abdullah  portfolio _ V2 _22-24Mohannad Abdullah  portfolio _ V2 _22-24
Mohannad Abdullah portfolio _ V2 _22-24
M. A. Architect
 
Graphic Design Tools and Software .pptx
Graphic Design Tools and Software   .pptxGraphic Design Tools and Software   .pptx
Graphic Design Tools and Software .pptx
Virtual Real Design
 
Revolutionizing the Digital Landscape: Web Development Companies in India
Revolutionizing the Digital Landscape: Web Development Companies in IndiaRevolutionizing the Digital Landscape: Web Development Companies in India
Revolutionizing the Digital Landscape: Web Development Companies in India
amrsoftec1
 
Maximize Your Content with Beautiful Assets : Content & Asset for Landing Page
Maximize Your Content with Beautiful Assets : Content & Asset for Landing Page Maximize Your Content with Beautiful Assets : Content & Asset for Landing Page
Maximize Your Content with Beautiful Assets : Content & Asset for Landing Page
pmgdscunsri
 
Divertidamente SLIDE.pptxufururururuhrurid8dj
Divertidamente SLIDE.pptxufururururuhrurid8djDivertidamente SLIDE.pptxufururururuhrurid8dj
Divertidamente SLIDE.pptxufururururuhrurid8dj
lunaemel03
 
Timeless Principles of Good Design
Timeless Principles of Good DesignTimeless Principles of Good Design
Timeless Principles of Good Design
Carolina de Bartolo
 
ARENA - Young adults in the workplace (Knight Moves).pdf
ARENA - Young adults in the workplace (Knight Moves).pdfARENA - Young adults in the workplace (Knight Moves).pdf
ARENA - Young adults in the workplace (Knight Moves).pdf
Knight Moves
 
Top Interior Designers in Bangalore.pdf1
Top Interior Designers in Bangalore.pdf1Top Interior Designers in Bangalore.pdf1
Top Interior Designers in Bangalore.pdf1
Decomart Studio
 
Heuristics Evaluation - How to Guide.pdf
Heuristics Evaluation - How to Guide.pdfHeuristics Evaluation - How to Guide.pdf
Heuristics Evaluation - How to Guide.pdf
Jaime Brown
 
EASY TUTORIAL OF HOW TO USE CAPCUT BY: FEBLESS HERNANE
EASY TUTORIAL OF HOW TO USE CAPCUT BY: FEBLESS HERNANEEASY TUTORIAL OF HOW TO USE CAPCUT BY: FEBLESS HERNANE
EASY TUTORIAL OF HOW TO USE CAPCUT BY: FEBLESS HERNANE
Febless Hernane
 
哪里办理美国中央华盛顿大学毕业证双学位证书原版一模一样
哪里办理美国中央华盛顿大学毕业证双学位证书原版一模一样哪里办理美国中央华盛顿大学毕业证双学位证书原版一模一样
哪里办理美国中央华盛顿大学毕业证双学位证书原版一模一样
qo1as76n
 
Impact of Fonts: in Web and Apps Design
Impact of Fonts:  in Web and Apps DesignImpact of Fonts:  in Web and Apps Design
Impact of Fonts: in Web and Apps Design
contactproperweb2014
 
SECURING BUILDING PERMIT CITY OF CALOOCAN.pdf
SECURING BUILDING PERMIT CITY OF CALOOCAN.pdfSECURING BUILDING PERMIT CITY OF CALOOCAN.pdf
SECURING BUILDING PERMIT CITY OF CALOOCAN.pdf
eloprejohn333
 
NHR Engineers Portfolio 2023 2024 NISHANT RATHI
NHR Engineers Portfolio 2023 2024 NISHANT RATHINHR Engineers Portfolio 2023 2024 NISHANT RATHI
NHR Engineers Portfolio 2023 2024 NISHANT RATHI
NishantRathi18
 
AHMED TALAAT ARCHITECTURE PORTFOLIO .pdf
AHMED TALAAT ARCHITECTURE PORTFOLIO .pdfAHMED TALAAT ARCHITECTURE PORTFOLIO .pdf
AHMED TALAAT ARCHITECTURE PORTFOLIO .pdf
talaatahm
 

Recently uploaded (20)

一比一原版(UW毕业证)西雅图华盛顿大学毕业证如何办理
一比一原版(UW毕业证)西雅图华盛顿大学毕业证如何办理一比一原版(UW毕业证)西雅图华盛顿大学毕业证如何办理
一比一原版(UW毕业证)西雅图华盛顿大学毕业证如何办理
 
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
 
PDF SubmissionDigital Marketing Institute in Noida
PDF SubmissionDigital Marketing Institute in NoidaPDF SubmissionDigital Marketing Institute in Noida
PDF SubmissionDigital Marketing Institute in Noida
 
Practical eLearning Makeovers for Everyone
Practical eLearning Makeovers for EveryonePractical eLearning Makeovers for Everyone
Practical eLearning Makeovers for Everyone
 
Branding de la empresa de Bolt- 2024.pdf
Branding de la empresa de Bolt- 2024.pdfBranding de la empresa de Bolt- 2024.pdf
Branding de la empresa de Bolt- 2024.pdf
 
Mohannad Abdullah portfolio _ V2 _22-24
Mohannad Abdullah  portfolio _ V2 _22-24Mohannad Abdullah  portfolio _ V2 _22-24
Mohannad Abdullah portfolio _ V2 _22-24
 
Graphic Design Tools and Software .pptx
Graphic Design Tools and Software   .pptxGraphic Design Tools and Software   .pptx
Graphic Design Tools and Software .pptx
 
Revolutionizing the Digital Landscape: Web Development Companies in India
Revolutionizing the Digital Landscape: Web Development Companies in IndiaRevolutionizing the Digital Landscape: Web Development Companies in India
Revolutionizing the Digital Landscape: Web Development Companies in India
 
Maximize Your Content with Beautiful Assets : Content & Asset for Landing Page
Maximize Your Content with Beautiful Assets : Content & Asset for Landing Page Maximize Your Content with Beautiful Assets : Content & Asset for Landing Page
Maximize Your Content with Beautiful Assets : Content & Asset for Landing Page
 
Divertidamente SLIDE.pptxufururururuhrurid8dj
Divertidamente SLIDE.pptxufururururuhrurid8djDivertidamente SLIDE.pptxufururururuhrurid8dj
Divertidamente SLIDE.pptxufururururuhrurid8dj
 
Timeless Principles of Good Design
Timeless Principles of Good DesignTimeless Principles of Good Design
Timeless Principles of Good Design
 
ARENA - Young adults in the workplace (Knight Moves).pdf
ARENA - Young adults in the workplace (Knight Moves).pdfARENA - Young adults in the workplace (Knight Moves).pdf
ARENA - Young adults in the workplace (Knight Moves).pdf
 
Top Interior Designers in Bangalore.pdf1
Top Interior Designers in Bangalore.pdf1Top Interior Designers in Bangalore.pdf1
Top Interior Designers in Bangalore.pdf1
 
Heuristics Evaluation - How to Guide.pdf
Heuristics Evaluation - How to Guide.pdfHeuristics Evaluation - How to Guide.pdf
Heuristics Evaluation - How to Guide.pdf
 
EASY TUTORIAL OF HOW TO USE CAPCUT BY: FEBLESS HERNANE
EASY TUTORIAL OF HOW TO USE CAPCUT BY: FEBLESS HERNANEEASY TUTORIAL OF HOW TO USE CAPCUT BY: FEBLESS HERNANE
EASY TUTORIAL OF HOW TO USE CAPCUT BY: FEBLESS HERNANE
 
哪里办理美国中央华盛顿大学毕业证双学位证书原版一模一样
哪里办理美国中央华盛顿大学毕业证双学位证书原版一模一样哪里办理美国中央华盛顿大学毕业证双学位证书原版一模一样
哪里办理美国中央华盛顿大学毕业证双学位证书原版一模一样
 
Impact of Fonts: in Web and Apps Design
Impact of Fonts:  in Web and Apps DesignImpact of Fonts:  in Web and Apps Design
Impact of Fonts: in Web and Apps Design
 
SECURING BUILDING PERMIT CITY OF CALOOCAN.pdf
SECURING BUILDING PERMIT CITY OF CALOOCAN.pdfSECURING BUILDING PERMIT CITY OF CALOOCAN.pdf
SECURING BUILDING PERMIT CITY OF CALOOCAN.pdf
 
NHR Engineers Portfolio 2023 2024 NISHANT RATHI
NHR Engineers Portfolio 2023 2024 NISHANT RATHINHR Engineers Portfolio 2023 2024 NISHANT RATHI
NHR Engineers Portfolio 2023 2024 NISHANT RATHI
 
AHMED TALAAT ARCHITECTURE PORTFOLIO .pdf
AHMED TALAAT ARCHITECTURE PORTFOLIO .pdfAHMED TALAAT ARCHITECTURE PORTFOLIO .pdf
AHMED TALAAT ARCHITECTURE PORTFOLIO .pdf
 

SimpleTick Theme Marketplace

  • 1. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ PO Box 271 Alexandria, VA USA Phone: (800) TICK-126 International: +1 703 879 6355 | | www.SimpleTick.com Support.SimpleTick.com Theme Marketplace Selling your Templates on SimpleTick
  • 2. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Convert any Template to a SimpleTick theme in 5 minutes! • Name your price • You keep 75% of the revenue • It only takes 5-10 minutes to convert • Super Simple! • A great way to showcase your talent
  • 3. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ A Few Easy Steps 1. Create the home page file, name it index.html 1. Add this tag where the content area is: <CONTENT-AREA /> 1. Create the inside page file, name it insidepage.html 1. Add this tag where the content area is: <CONTENT-AREA /> 2. Optional if the event / product photo should appear in a different part of the page, add a tag for that too: <EVENT-PRODUCT-PHOTO /> 2. Put the CSS file in the same folder, name it: Style.css 3. Put all images in a folder, name it: /images/ 4. Zip it up!
  • 4. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Let’s say you created this template:
  • 5. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ This is how it looks when you add the tags to: Index.html We will cover these tags on slide #15
  • 6. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ This is how it looks when you add the tags to: InsidePage.html
  • 7. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Here’s how the InsidePage.html will appear on a live site:
  • 8. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ What size should the event image be? In this template the image Is 250px wide. You will Need to specify this when You submit your theme.
  • 9. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Optional: The Calendar Widget You can add an interactive calendar to your template: Just add this tag where the calendar should appear: <MINI-CALENDAR />
  • 10. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Example
  • 11. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Will appear like:
  • 12. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Pick a Skin That Matches Well Skins are applied to elements like: tables, calendars, site maps, and dropdown lists on a SimpleTick site. There are 14 skins to choose from. See samples on the next 2 slides.
  • 13. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ What Skin Looks best? (Tables)
  • 14. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ What Skin Looks best? (Calendars)
  • 15. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Would you like to display … Details Event Slider A JavaScript slider will appear, displaying top 5 featured events. Event List A list of events (titles + links) will appear. Event Category List A list of all categories (titles + links) will appear in alphabetical order. The links will go to the category page. Blog / Article Category List A list of all categories (titles + links) will appear in alphabetical order. The links will go to the category page. Top # Blogs/Articles A list of articles (titles + links) will appear . Top # Blogs/Articles That are Featured A list of articles (titles + links) that are flagged as featured will appear in alphabetical order. Top # Events With Image & Teaser A list of events (titles + links) will appear. Top # Events That are Featured A list of events (titles + links) that are flagged as featured will appear in alphabetical order. Top Navigation/Menu Bar Primary pages, plus other CMS pages that have been selected to appear Footer Navigation/Menu Bar Primary pages, plus other CMS pages that have been selected to appear Other Code Bits (See Appendix for HTML & CSS output samples)
  • 16. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ To get started head over to www.SimpleTick.com/MarketPlace/ today. From there you can: 1. See current themes 2. Download Sample Themes – “starter kits” 3. View “How To” videos 4. Submit your themes Now it’s your turn!
  • 17. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Appendix The next 12 slides will cover additional tags you can use in your themes
  • 18. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ A JavaScript slider will appear, displaying top 5 featured events. Specify the width of the slider using the attribute “width”. <!--EVENT-SLIDER WIDTH=500 --> Tag to use: Event Slider Sample Output: <div id="slider"> <img src="images/Shows/500/DaveTrio.jpg" alt="" title="#htmlcaption1" /> <img src="images/Shows/500/ComedyNight.jpg" alt="" title="#htmlcaption2" /> <img src="images/Shows/500/LiveOpera.jpg" alt="" title="#htmlcaption3" /> </div> <div id="htmlcaption1" class="nivo-html-caption"> <strong>The Dave Trio</strong> at <em>Venue Title</em> <a href=“/Events/DaveTrio.aspx">buy tickets</a>. </div> <div id="htmlcaption2" class="nivo-html-caption"> <strong>Comedy Night with Mike</strong> at <em>Venue Title</em> <a href=“/Events/ComedyNight.aspx">buy tickets</a>. </div> <div id="htmlcaption3" class="nivo-html-caption"> <strong>Live Italian Opera</strong> at <em>Venue Title</em> <a href=“/Events/LiveOpera.aspx">buy tickets</a>. </div>
  • 19. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Sample on a live site:Event Slider
  • 20. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Event List A list of events (titles + links) will appear. Specify the maximum number of links with the Max attribute. The default is 20. <!--EVENT-LIST MAX=3 --> Tag to use: Sample Output: <ul class=“widget-event-list”> <li><a href=“/Events/ComedyNight.aspx">Comedy Night with Mike</a></li> <li><a href=“/Events/LiveOpera.aspx">Live Opera</a></li> <li><a href=“/Events/DaveTrio.aspx">The Dave Trio</a></li> </ul>
  • 21. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Top # Events That are Featured A list of events (titles + links) will appear. Specify the maximum number of links with the Max attribute. The default is 5. <!—TOP-EVENT-FEATURED MAX=3 --> Tag to use: Sample Output: <ul class=“widget-event-featured-list”> <li><a href=“/Events/ComedyNight.aspx">Comedy Night with Mike</a></li> <li><a href=“/Events/LiveOpera.aspx">Live Opera</a></li> <li><a href=“/Events/DaveTrio.aspx">The Dave Trio</a></li> </ul>
  • 22. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Event Category List A list of events (titles + links) will appear. <!-- EVENT-CATEGORY-LIST --> Tag to use: Sample Output: <ul class="widget-event-category-list"> <li><a href=“/Category/Health-Workshops.aspx">Health Workshops</a></li> <li><a href=“/Category/Comedy-Nights.aspx">Comedy Nights</a></li> <li><a href="/Category/Live-Music.aspx">Live Music</a></li> </ul>
  • 23. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Top # Events With Image & Teaser A list of events (titles + links) will appear. Specify the maximum number of links with the Max attribute. The default is 5. The image width is set by the webmaster in the site’s layout settings. <!—TOP-EVENT-IMAGE-TEASER-LIST MAX=2 -->Tag to use: Sample Output: <div class="widget-top-events"> <div class="item"> <div class="photo"> <a href="/Events/ComedyNight.aspx"><img src="images/Shows/500/DaveTrio.jpg" /></a> </div > <div class="teaser"> <h5>Comedy Night with Mike</h5> <p>Teaser Text Appears Here, this should be 1-2 sentences</p> </div > </div > <div class="item"> <div class="photo"> <a href="/Events/LiveOpera.aspx"><img src="images/Shows/500/LiveOpera.jpg" /></a> </div > <div class="teaser"> <h5>Live Opera</h5> <p>Teaser Text Appears Here, this should be 1-2 sentences</p> </div > </div > </div >
  • 24. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Top # Events With Image & Teaser
  • 25. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Blogs/Articles List A list of events (titles + links) will appear. Specify the maximum number of links with the Max attribute. The default is 20. <!– BLOG-LIST MAX=3 --> Tag to use: Sample Output: <ul class="widget-blog-list"> <li><a href="/Events/Sample-Article-1.aspx">Sample Article 1</a></li> <li><a href="/Events/Sample-Article-2.aspx">Sample Article 2</a></li> <li><a href="/Events/Sample-Article-3.aspx">Sample Article 3</a></li> </ul>
  • 26. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Top # Blogs/Articles That are Featured A list of events (titles + links) will appear. Specify the maximum number of links with the Max attribute. The default is 20. <!– TOP-BLOG-FEATURED-LIST MAX=3 --> Tag to use: Sample Output: <ul class="widget-blog-list-featured"> <li><a href="/Events/Sample-Article-1.aspx">Sample Article 1</a></li> <li><a href="/Events/Sample-Article-2.aspx">Sample Article 2</a></li> <li><a href="/Events/Sample-Article-3.aspx">Sample Article 3</a></li> </ul>
  • 27. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Blog / Article Category List A list of events (titles + links) will appear. <!-- BLOG-CATEGORY-LIST --> Tag to use: Sample Output: <ul class="widget-blog-category-list"> <li><a href="/News/Category/Health-News.aspx">Health News</a></li> <li><a href="/News/Category/Sports-Advise.aspx">Sports Advise</a></li> <li><a href="/News/Category/Theater-News.aspx">Theater News</a></li> </ul>
  • 28. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Top # Articles With Image & Teaser A list of events (titles + links) will appear. Specify the maximum number of links with the Max attribute. The default is 5. The image width is set by the webmaster in the site’s layout settings. <!-- TOP-ARTICLE-IMAGE-TEASER-LIST MAX=2 -->Tag to use: Sample Output: <div class="widget-top-articles"> <div class="item"> <div class="photo"> <a href="/Events/Sample-Article-1.aspx“><img src="images/blog/500/LiveOpera.jpg" /></a> </div > <div class="teaser"> <h5>Comedy Night with Mike</h5> <p>Teaser Text Appears Here, this should be 1-2 sentences</p> </div > </div > <div class="item"> <div class="photo"> <a href="/Events/LiveOpera.aspx"><img src="images/Shows/500/LiveOpera.jpg" /></a> </div > <div class="teaser"> <h5>Live Opera</h5> <p>Teaser Text Appears Here, this should be 1-2 sentences</p> </div > </div > </div >
  • 29. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Top # Articles With Image & Teaser Sample on a live site:
  • 30. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Top Navigation/Menu Bar <!—TOP-NAV-BAR MAX=6 --> Tag to use: Sample Output: <ul class="widget-header-nav-bar"> <li><a href="/">Home</a></li> <li><a href="/Events-List.aspx">Events</a></li> <li><a href="/Pages/News.aspx">News</a></li> <li><a href="/Pages/About-Us.aspx">About Us</a></li> <li><a href="/Events/History.aspx">History</a></li> <li><a href="/Events/Club-Info.aspx">Club Info</a></li> </ul> Home & Events will always appear. News will only appear if it’s set to displayed by the site’s display settings. After this the next pages from the CMS where “display on header” is checked. They will be in Ascending order based on “Sort Order" A list of content pages (titles + links) will appear. Specify the maximum number of links with the Max attribute. The default is 5.
  • 31. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ Footer Navigation/Menu Bar <!—FOOTER-NAV-BAR MAX=6 --> Tag to use: Sample Output: <ul class="widget-footer-nav-bar"> <li><a href="/">Home</a></li> <li><a href="/Events-List.aspx">Events</a></li> <li><a href="/Pages/News.aspx">News</a></li> <li><a href="/Pages/About-Us.aspx">About Us</a></li> <li><a href="/Events/History.aspx">History</a></li> <li><a href="/Events/Club-Info.aspx">Club Info</a></li> </ul> In this case Home & Events will always appear. News will only appear if it’s set to displayed by the site’s display settings. After this the next pages from the CMS where “display on footer” is checked. They will be in Ascending order based on “Sort Order" A list of content pages (titles + links) will appear. Specify the maximum number of links with the Max attribute. The default is 5.
  • 32. Phone: (800) TICK-126 International: +1 703 879 6355 PO Box 271 Alexandria, VA 22313 USA www.SimpleTick.com ___________________________________ __________ CMS Content Page View <!-- CMS-PAGE PAGE-NAME=ABOUT-US --> Tag to use: Sample Output: <div class="WidgetPageContent"> // all of the HTML for that page will appear here </div> In this case the HTML for the “About Us” page will appear here. The “About Us” page must exist or nothing will appear. You can simply change “About Us” to any other page name. Note this is the “page name” field and not the “page title” field. Displays a page from the CMS. This is ideal for themes that use a 1 page with sliding content Ajax Effect. This will allow you to specify the content for each part of the page.