Loading...
 

Tracker Item History


Version Date User Field ID Field Difference
7 Sat 13 of Nov, 2021 09:00 GMT chibaguy 39 Bootstrap version compatibility
- Tiki 15 +Bootstrap 3
6 Sun 02 of Oct, 2016 10:13 GMT chibaguy 37 Description (full)
 While Tiki Wiki CMS Groupware is best known as a web application with depth, sometimes a rich-experience easy-scrolling front page can be a good face for the website. The Happy Scroll theme, originally created by the Bootply team as a one-page scroller, is now adapted to Tiki to meet the requests for an easy click-and-scroll """"landing page"""". The original theme has been extended, of course, to cover Tiki's sections and features. The scroll motion used on the front page is also used in the """"autotoc"""" in-page table of contents feature, and of course can be used elsewhere in the site as long as the script (''themes/Happy_Scroll/js/custom.js'') is updated to include the relevant page element id.  While Tiki Wiki CMS Groupware is best known as a web application with depth, sometimes a rich-experience easy-scrolling front page can be a good face for the website. The Happy Scroll theme, originally created by the Bootply team as a one-page scroller, is now adapted to Tiki to meet the requests for an easy click-and-scroll """"landing page"""". The original theme has been extended, of course, to cover Tiki's sections and features. The scroll motion used on the front page is also used in the """"autotoc"""" in-page table of contents feature, and of course can be used elsewhere in the site as long as the script (''themes/Happy_Scroll/js/custom.js'') is updated to include the relevant page element id.
 +!!! Installation
 +When the theme archive is expanded, its files will be in a directory (folder) that contains all the theme files in their necessary subdirectories. Install the theme by transferring this directory to the Tiki site's """"themes"""" directory. After refreshing the site's Look and Feel admin page, the theme name will appear in the theme selector, and can be selected.
 +!!! The Homepage
 About the construction of the Homepage, of course it can be done in various ways including having all the content in one page (and optionally turning on ''section editing'') but, at the demo site, each page section is actually a separate wiki page, fetched by the ''Include'' plugin to complete the page. One section can be edited easily without worrying about breaking the layout or content of the full page. Or replace a section with another completely different one by simply changing the Include plugin's directive. About the construction of the Homepage, of course it can be done in various ways including having all the content in one page (and optionally turning on ''section editing'') but, at the demo site, each page section is actually a separate wiki page, fetched by the ''Include'' plugin to complete the page. One section can be edited easily without worrying about breaking the layout or content of the full page. Or replace a section with another completely different one by simply changing the Include plugin's directive.
5 Sat 27 of Aug, 2016 06:10 GMT chibaguy 37 Description (full)
 While Tiki Wiki CMS Groupware is best known as a web application with depth, sometimes a rich-experience easy-scrolling front page can be a good face for the website. The Happy Scroll theme, originally created by the Bootply team as a one-page scroller, is now adapted to Tiki to meet the requests for an easy click-and-scroll """"landing page"""". The original theme has been extended, of course, to cover Tiki's sections and features. The scroll motion used on the front page is also used in the """"autotoc"""" in-page table of contents feature, and of course can be used elsewhere in the site as long as the script (''themes/Happy_Scroll/js/custom.js'') is updated to include the relevant page element id.  While Tiki Wiki CMS Groupware is best known as a web application with depth, sometimes a rich-experience easy-scrolling front page can be a good face for the website. The Happy Scroll theme, originally created by the Bootply team as a one-page scroller, is now adapted to Tiki to meet the requests for an easy click-and-scroll """"landing page"""". The original theme has been extended, of course, to cover Tiki's sections and features. The scroll motion used on the front page is also used in the """"autotoc"""" in-page table of contents feature, and of course can be used elsewhere in the site as long as the script (''themes/Happy_Scroll/js/custom.js'') is updated to include the relevant page element id.
-About the construction of the Homepage, of course it can be done in various ways but, at the demo site, each page section is actually a separate wiki page, fetched by the ''Include'' plugin to complete the page. One section can be edited easily without worrying about breaking the layout or content of the full page. Or replace a section with another completely different one by simply changing the Include plugin's directive. +About the construction of the Homepage, of course it can be done in various ways including having all the content in one page (and optionally turning on ''section editing'') but, at the demo site, each page section is actually a separate wiki page, fetched by the ''Include'' plugin to complete the page. One section can be edited easily without worrying about breaking the layout or content of the full page. Or replace a section with another completely different one by simply changing the Include plugin's directive.
 {CODE(caption=""""Wiki Source of HomePage"""")} {CODE(caption=""""Wiki Source of HomePage"""")}
-{module module=""""menupage"""" pagemenu=""""Homepage_Section1"""" nobox=""""y""""}{module module=""""menupage"""" pagemenu=""""Homepage_Section2"""" nobox=""""y""""}{module module=""""menupage"""" pagemenu=""""Homepage_Section3"""" nobox=""""y""""}{module module=""""menupage"""" pagemenu=""""Homepage_Section4"""" nobox=""""y""""}{module module=""""menupage"""" pagemenu=""""Homepage_Section5"""" nobox=""""y""""} +{include page=""""Homepage_Section1"""" page_edit_icon=""""n""""}{include page=""""Homepage_Section2"""" page_edit_icon=""""n""""}{include page=""""Homepage_Section3"""" page_edit_icon=""""n""""}{include page=""""Homepage_Section4"""" page_edit_icon=""""n""""}{include page=""""Homepage_Section5"""" page_edit_icon=""""n""""}
 {CODE} {CODE}
4 Thu 18 of Aug, 2016 01:35 GMT Torsten 37 Description (full)
 {CODE} {CODE}
-The wiki pages involved with the configuration of the Happy Scroll theme have been put in a zip archive and included with the theme files (''Happy_Scroll_wiki_pages-xml.zip''). These can be imported at the Tiki site were the theme is being installed. The pages are the ones used at the demo site, which can be a model for setting up your own content. +The wiki pages involved with the configuration of the Happy Scroll theme have been put in a zip archive and included with the theme files (''Happy_Scroll_wiki_pages-xml.zip''). These can be imported at the Tiki site were the theme is being installed by calling """"tiki-import_xml_zip.php"""". The pages are the ones used at the demo site, which can be a model for setting up your own content.
 The wiki pages include a couple that are used with modules to display some elements. The cog icon in the page header opens a menu whose contents are a wiki page - ''HappyScroll_Homepage_links'', which is displayed via a menupage module (which has parameters ''nobox=y'' and ''topclass'' (""""Containing Class"""" under the """"Appearance"""" tab) ''= col-sm-6'' at the demo site).  The wiki pages include a couple that are used with modules to display some elements. The cog icon in the page header opens a menu whose contents are a wiki page - ''HappyScroll_Homepage_links'', which is displayed via a menupage module (which has parameters ''nobox=y'' and ''topclass'' (""""Containing Class"""" under the """"Appearance"""" tab) ''= col-sm-6'' at the demo site).
3 Sat 13 of Aug, 2016 06:13 GMT chibaguy 34 Website
-http://zukathemes.com +https://zukathemes.com
2 Wed 10 of Aug, 2016 16:16 GMT chibaguy 41 Theme file package (Bootstrap 3)
-+ Happy_Scroll.zip

Switch Theme

Layout

Latest Changes

No records to display ...more

Subscribe to Tiki Newsletters!

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other big news!
Contribute to Tiki

Site Config