Tutorials
Last Updated on Friday, 27 April 2012 02:59 Written by Jakub Baran Monday, 10 August 2009 02:42
Control the template settings from the SolarSentinel Setting page in the dashboard, access instructions below:
- Login into the WordPress administrator at http://www.yoursite.com/wp-admin/
- Select the Appearance tab on the left of the dashboard
- Select SolarSentinel Settings from within the tab
FrontPage Post Thumbnails
If you would like to see a thumbnail next to your post on frontpage you have to :
- Enter into edit mode of post next to which you’d like to display your thumbnail
- In the section “Custom Fields” from the dropdown menu please choose “thumb” – if it doesn’t exist you have to press “Enter new” to create it
- In the field “Value” next to “thumb” please enter URL to your thumbnail ie. http://www.yoursite.com/wp-content/uploads/2009/08/thumb.jpg
To check path to an image please go to the Media page in your administration dashboard, click Edit under the image you wish to use, and copy the path from the File URL field.
IE6 PNG Fix
The template has an integrated PNG fix for IE6 that allows transparent PNG32 images to show, as intended, in the IE6 browser. All you need to do is add class=”png” to the element such as the change in the following examples:-
<img src="images/sample1.jpg" alt="sample" />
Change to
<img src="images/sample1.jpg" alt="sample" class="png" />