Triton LiteFree WordPress Theme

Triton is a all in one Free wordpress theme with awesome 3 fonts, 1 slider, 1 layout & easy to use theme option panel. The Theme also includes 3 built-in widgets and 5 useful shortcodes. The theme is SEO Friendly and has plenty of user-friendly options. The theme also comes with a Contact page Template which doesn’t require any setup.
  • 3 Fonts
  • 1 slider
  • 1 Layout
  • 2 Patterns.
  • 3 custom widgets.
  • 5 easy to use shortcodes.(Hard-coded in Post Editor)
  • 1 WordPress 3.0 Menu Position.
  • Mult-Level Dropdown Menu.
  • Social buttons to submit posts to Facebook, Twitter,
  • Stumble upon, Digg, Google Buzz!
  • 3 Awesome fonts.
  • Easy to use theme options.
  • Gravatar Support.
  • 3 custom page templates
  • Fancy lightbox
  • IE6 Browser Upgrade Alert!
  • Separation of Comments and Trackbacks
  • Threaded comments support.
  • Valid XHTML/CSS3.
  • Well-written documentation
  • One Click Install. No plugin required.

Compatibility:

  • Internet Explorer 7+
  • Firefox 3+
  • Safari 5
  • Opera 9+
  • Netscape 6+

version 1.1
—————–
+ Initial Release

1. The slider is not showing up on my frontpage.
A: Go to Settings> Reading and select “your latest posts” as your homepage.
2. How can i change the image header for this theme?
A: The header image/logo upload option is only available in the PRO version.

 

3. The Picture quality on the frontpage posts are not good.
A: Open up functions.php and add this:

add_filter(‘jpeg_quality’, function($arg){return 100;});
Before this:

//Post Thumbnail

 

4. I added 3 -4 slides but my slider is showing 10+ blank slides.
A: The sharing feature of Jetpack plugin is causing this. to fix this, add this to your functions.php:

if ( function_exists( ‘sharing_display’ ) ) remove_filter( ‘the_excerpt’, ‘sharing_display’, 19 );

Before this:

//Post Thumbnail

 

5. Is it possible to disable the fade effect on the images at front page ?

A: Add this to your stylesheet:

.lay1 > div .imgwrap{opacity:1!important;}

 

6. How do I hide the post date and comment counter from the front page posts?

A: Add this to the very bottom of your stylesheet:

.block_comm, .date_meta{display:none;}

 

7. How does one disable the ‘Leave a reply’ from all posts?

A: Open up single.php and page.php and remove this line:
<div><?php comments_template(”,true); ?></div>
8. how can i remove the number below the slider?
A: Add this to the very bottom of your stylesheet:

ol#controls{display:none;}
9. Any way to increase the number of slides beyond 10?
A: open up easyslider.php and replace this line:

$option[‘trt_num_sld’]

with:

’15’
10. How can i make the slider become image clickable?
A: Open up easyslider.php and replace this line:

<?php the_post_thumbnail(); ?>
with:
<a href=”<?php echo $trtdata; ?>”><?php the_post_thumbnail(); ?></a>

 

11. Why is the slider texts “Uppercased”? How do I make them normal?

A: Add this line to the very bottom of your stylesheet:

body #slider .slider-content h2 a, body #slider .slider-content a, body .slider-content p{text-transform:none!important;}

 

The theme is released under GNU General Public License, version 2.

Triton Lite Triton PRO
Free
For Life
$40
One time payment
Skins 1 Unlimited
(Ability to change the color of almost all the elements)
Fonts 3 12
Layouts 1 3
Slider 1 2
Background Color/image

No

YES

Background patterns 2 8
Shortcodes 5 20
Widgets 3 8
Widget Areas 3 3
Menu 2 Menu Positions/ 3 Level Drop-down Menu 2 Menu Positions/ 3 Level Drop-down Menu
Page Templates 3 3
Upload LOGO

NO

YES

Social Share buttons/Numbered Page Navigation

YES

YES

Related Posts

NO

YES

Google Analytics
Integration

NO

YES

Threaded comments/Separated Comments & Trackbacks

YES

YES

IE6/ IE7 Browser Upgrade Alert!

NO

YES

Fancy lightbox

YES

YES

Full Email support

NO

YES

Forum support

NO

YES

Upgrade to PRO


  • Hi

    Just starting to go through and review your Triton theme. So far, unable to the slider to appear. Is there a way to make it appear on a particular page?

    I have done the following so far:

    1. Prepared all images as 960×270 px
    2. Created a slide for each image

    What’s next?

    I have created default pages, contact page, no sidebar and left sidebar pages. This does not appear to have affect.

    Any assistance you provide, will be appreciated.

    Bill


    • It is maybe because the slides are saved as “draft”. Go to Slider>Slides and hover your mouse over each post and click the “Quick Edit” button and set the status to “Published”.


    • Just looked at your site. looks like you are using a custom page as homepage. Go to Settings>General and set the homepage option to latest posts.


    • Hi, Thank you very much! I am getting there! New to WP.

      Just as an FYI to your readers. This was found on Settings>Reading and I switched it from “a static page” to “your lastest posts”.

      As an aside, any chance you will put a hook into this theme such that the slider will stop after some predefined amount of time?

      Thanks again.


  • Thanks! Is there a way to make the comment box disappear from the bottom of my pages? It still shows up, even though I unchecked the box.

    Also, under the “social” tab of the triton lite options, there is no option to add my tumblr URL – I would love a “follow my tumblr” box to appear in the upper right corner, like there is for RSS, twitter, etc. Is there a way I can get one up there?


    • Go to Appearance> Editor and select “single.php” file from right and find this line and remove it:

      And no, Currently no tumblr button is possible to add, maybe in later version.


  • Woow.. Mantap !


  • Hi Towfiq I.
    I love the theme. Is it possible to have it so that on the home page under the slider, you could have pages rather than latest posts?

    If not, can you do it on the PRO version?
    Thanks!


    • Sorry Matt, Not possible in either version.


  • Ok, deleting the line was easy, but it won’t let me save it. It says,

    “You need to make this file writable before you can save your changes. See the Codex for more information.”

    I read through “the Codex” file, and have absolutely no idea what I need to do. Help?


    • You have to change the permission of “single.php” file with a ftp program. use and FTP application to do this. If you are unsure, Google it and ask for your host’s help.


  • Hi this is a great theme just have 2 quick questions.

    I wanted to know if there is anyway to remove the dashed line that separates the main section for the side bar on the right? I used the No Sidebar template for my pages but the dashed line still shows.

    Also when viewing a page, the page title shows in the top left corner. Is there a way to hide the title?


    • Go to Appearance> Editor and select “stylesheet” from right and add these lines:

      #posts{background:none!important;}
      .page .postitle{display:none;}


  • Hi Towfiq I. !! Nice to meet you!! I am using Triton Lite (free version) and I would like the home page have only 6 posts. That is possible? Thakyou.


    • You can change the number of posts shown on homepages from Settings> Reading page.


  • Ok, so I downloaded Filezilla to change the file from there, but problem is I can’t FIND “single.php” amid the various folders, etc, for example:

    img 7/26/2011 1:05:00 PM rwxr-xr-x [Rename directory]
    images 9/3/2011 6:16:00 PM rwxr-xr-x [Rename directory]
    data 9/3/2011 6:16:00 PM rwxr-xr-x [Rename directory]
    css 9/3/2011 6:16:00 PM rwxr-xr-x [Rename directory]
    attachments 9/3/2011 6:16:00 PM rwxr-xr-x [Rename directory]
    publication_list.xml 2 K 9/23/2011 9:52:00 PM rw-r–r– [Rename file]
    page7.html 8 K 9/23/2011 9:52:00 PM rw-r–r– [Rename file]
    page6.html 7 K 9/23/2011 9:52:00 PM rw-r–r– [Rename file]
    page4.html 8 K 9/23/2011 9:52:00 PM rw-r–r– [Rename file]
    page3.html 16 K 9/23/2011 9:52:00 PM rw-r–r– [Rename file]
    page2.html 8 K 9/23/2011 9:52:00 PM rw-r–r– [Rename file]
    page1.html 9 K 9/23/2011 9:52:00 PM rw-r–r– [Rename file]
    menu.xml 1 K 9/23/2011 9:52:00 PM rw-r–r– [Rename file]
    init.php 5 K 9/23/2011 9:52:00 PM rw-r–r– [Rename file]
    index.wml 1 K 7/26/2011 1:05:00 PM rw-r–r– [Rename file]
    index.html 9 K 9/23/2011 9:52:00 PM rw-r–r– [Rename file]
    at.html

    I’ve searched and searched but can’t find it amid various folders and subfolders.

    Also, how do I make my email address live? So when you click on it, it brings up an blank compose email page with my email address already in it.


    • this is weird. are you sure you are browsing the right directory. You should go to wp-content/themes/tritonlite/


    • Someone also mentioned that the size and color of the font/writing for the header page headings (Contact, About, etc) is very small and hard to read. How do I make that font bigger and change the color?


  • When I log into Filezilla using the log in info supplied by my hosting service, the main directory options are “log” “tmp” and “webspace” – when I go to “webspace”, my options are “certs” cgi-bin” “conf” “error docs” “httpdocs” “httpsdocts” “pd” “sideapps” “webapps” “webstat” and “webstatssl” – I really can’t find the Triton theme stuff.


    • Ask your web host, how to access the wordpress directory from ftp.


  • How can I customize the Contact Page?

Leave a Reply to wózki dziecięce białołęka Cancel reply

Your email address will not be published. Required fields are marked *

+ Insert website address to ensure quick efficient support
+ To post your code, wrap your code with this <pre lang="LANGUAGE" line="1"></pre>