source: extensions/greydragon/admin/help.inc.tpl @ 31979

Last change on this file since 31979 was 31979, checked in by SergeD, 5 years ago

version 1.3.1 - see changelog for details

File size: 4.2 KB
RevLine 
[30643]1  <fieldset>
2  <legend>{'Help'|@translate}</legend>
3  <ul>
4    <li><h3>{'Prerequisites'|@translate}</h3>
[30900]5      <p><b>{'REQUIREMENTS NEED TO BE MET FOR THE THEME TO FUNCTION PROPERLY.'|@translate}</b><br>
6        {'Please refer to information on the left.'|@translate}
[30643]7      </p></li>
[30900]8
[31979]9    <li><h3>{'Suggested Modules'|@translate}</h3>
[30900]10      <p>{'Optional plugins found to be usefull in everyday usage.'|@translate}</p>
11    </li>
12
[30643]13    <li><h3>{'General Settings'|@translate}</h3>
[31979]14      <p><b>{'Logo Image'|@translate}</b> - {'optional'|@translate} - {'Path to image used as gallery logo. Recommended logo height is 80px. If you need bigger space for your logo, CSS adjustments would have to be made'|@translate}<br>
15      <b>{'Header Text'|@translate}</b> - {'optional'|@translate} - {'Text to be added in header area next to Logo'|@translate}<br>
[31043]16      {'Supported macros'|@translate}:
[30900]17        <ul><li>%gallery_title% - {'Gallery title'|@translate}</li>
18        </ul>
[31043]19      <p>{'If neither Logo Image or Header Text are set, header region would collapse'|@translate}<br>
[31979]20      <b>{'Footer Text'|@translate}</b> {'allows adding content in the footer below menu links and Site\'s credits.'|@translate}</p>
21      <p><b>{'Color Pack'|@translate}</b> - {'Select color pack to be used with the theme. It allows changing colors, styles, theme for the pages. By default theme includes 4 color packs: blackhawk, greydragon, slateblue, and whitehawk, but you could extend the list by creating copy of one of the existing colorpack folders and adjusting managed styles.'|@translate}</p>
[30900]22    </li>
23
[30643]24    <li><h3>{'Advanced Options - Custom CSS'|@translate}</h3>
[30900]25      <p>{'This option allows fine tune Theme\'s styles to better suit your personal taste.'|@translate}</p>
26      <p>{'Few examples:'|@translate}</p>
[30643]27      <ul>
[31979]28        <li>{'Remove fixed width'|@translate}:<br>&nbsp;&nbsp;&nbsp;body { width: auto; }</li>
29        <li>{'Remove fixed width but keep min-width'|@translate}:<br>&nbsp;&nbsp;&nbsp;body { width: auto; min-width: 1270px; }</li>
30        <li>{'Add Thumb shadow for gdThumb: Set margin between thumbs to 10-14px. Modify shadow color to match your theme'|@translate}:<br>&nbsp;&nbsp;&nbsp;.gdthumb { box-shadow: 6px 6px 3px #888888; }</li>
31        <li>{'Remove Root link in page\'s breadcrumbs: set $conf[\'level_separator\'] = \'\'; and apply CSS'|@translate}:<br>&nbsp;&nbsp;&nbsp;.browsePath a:first-child { display: none; }<br>&nbsp;&nbsp;&nbsp;.browsePath a:after { content: " :: "; }</li>
32        <li>{'Change height of the footer to accomodate larger content of'|@translate} <b>{'Footer Text'|@translate}</b>:<br>&nbsp;&nbsp;&nbsp;#g-footer { min-height: 5em !important; }</li>
33        <li>{'Center'|@translate} <b>{'Footer Text'|@translate}</b>:<br>&nbsp;&nbsp;&nbsp;.g-footer-bottomleft { text-align: center; }</li>
[30643]34      </ul></li>
[30900]35
36    <li><h3>{'Favicon Tips'|@translate}</h3>
37      <p>{'For URLs please use absolute or relative path including filename'|@translate}</p>
38      <p>{'Additional Information'|@translate}</p>
39      <table>
[31979]40        <tr><th>{'Favicon Wiki'|@translate}</th><td><a href="http://en.wikipedia.org/wiki/Favicon" target="_blank">{'Wikipedia'|@translate}</a> - {'read more about Favicon types and sizes'|@translate}</td></tr>
41        <tr><th>{'Favicon Generator'|@translate}</th><td><a href="http://www.html-kit.com/favicon/" target="_blank">{'HTML Kit'|@translate}</a> - {'Favicon Generator'|@translate}</td></tr>
42        <tr><th>{'Favicon CC editor'|@translate}</th><td><a href="http://www.favicon.cc/" target="_blank">{'Favicon CC'|@translate}</a> - {'Simple Favicon editor'|@translate}</td></tr>
43        <tr><th>{'Favicon validator'|@translate}</th><td><a href="http://www.html-kit.com/favicon/validator" target="_blank">{'HTML Kit'|@translate}</a> - {'Validate Favicon for browser compatiblity'|@translate}</td></tr>
44        <tr><th>{'Apple Touch Icon HowTo'|@translate}</th><td><a href="http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html" target="_blank">{'Apple'|@translate}</a> - {'How-to on how to create a PNG to use as an Apple Touch Icon'|@translate}</td></tr>
[30900]45      </table>
46    </li>
[30643]47  </ul>
[30900]48  </fieldset>
Note: See TracBrowser for help on using the repository browser.