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.

  • What should be the resolution of image for sliding image so that it can be fit there?


    • 960px x 300px


  • Hi, is it possible to disable the “mouse over” effect on the images at front page ? and also to resize the image of the thumbnails ? Thank you.


    • Open up triton.js file from the “js” folder and remove this line:
      jQuery(‘.lay1 .post .imgwrap’).css({‘opacity’:’0.7′});
      jQuery(‘.lay1 .post ‘).hover(function(){
      jQuery(this).find(‘.imgwrap’).stop().animate({‘opacity’:’1′}, 300);
      }, function(){
      jQuery(this).find(‘.imgwrap’).stop().animate({‘opacity’:’0.7′}, 300);
      });

      and use the “featured image” option to add your custom thumbnail picture to each post.


  • Can I choose which picture from my posts shows up on the home page?


  • Can I choose my thumbnail for each post that appears on the homepage?


  • How do I change the height of the slider to 390px ?


    • Add this to your stylesheet:

      #slider ul li{height:390px!important;}


    • Thank you! That was fast!


  • May I know how I can switch the default sidebar on a page, from the “right-side” to the “left”?


    • Add this to the very bottom of your stylesheet:

      #posts{margin-left:20px!important; float:right!important;}
      #sidebar{float:left!important;}


  • How do I include a slider directly below my header and above the recent posts? Thanks!


    • the slider is already in this position by default.


  • Hi, I am new to blogging and I have looked for tutorials on how to do this and I have had no such luck with getting my post images to appear on the home page. When I make a new post, all that appears on the home page is the text (no image). Is there something I am missing? I tried with other images and different sizes and still nothing.
    Thank you.


    • try adding featured images to your posts. if you still dont see the images try asking this in wordpress.com theme forum.


  • Nevermind. Figured it out! haha thank you!

Leave a Reply to Niza 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>