Widgets for a specific page and funtions - for leftsidebar
4 posts from 2 voices-
Posted 1 year ago #
-
Hey,
go to Corona > Theme Options > Sidebar and select the pages you'd like to add a widget area to. With the plus symbol you can add more pages/widget areas. Then go to Appearance > Widgets and add your widgets into the page widget area.You could create a page specific link list which links to the chapters/text sections on this page.
Posted 1 year ago # -
okay and how do i could create a page specific link list which links to the chapters/text sections on this page??
and what type of widget do you recomend me to use
thanks
Posted 1 year ago # -
I'd use a simple text widget. You can follow the tutorial here: http://www.w3.org/TR/html4/struct/links.html - basically you just need to structure the content like:
<a href="#section1">Introduction</a> <a href="#section2">Some background</a> <a href="#section2.1">On a more personal note</a> ...the rest of the table of contents... ...the document body... <h2 id="section1">Introduction</h2> ...section 1... <h2 id="section2">Some background</h2> ...section 2... <h2 id="section2.1">On a more personal note</h2> ...section 2.1...Posted 1 year ago #
Reply
You must log in to post.














