Triton PROPremium WordPress Theme

Triton PRO is a all in one wordpress theme with unlimited skins, fonts, sliders, layouts & easy to use theme option panel. The Theme also includes 8 built-in widgets and 20 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.

  • Hi!

    Can I have more than 10 sliders?

    /daniel


    • Yes you can, but this will slow down the loading of your site. which will irritate the viewers.


  • Is there a way to limit the amount of posts that show up on the homepage? Like a max #?


    • Go to Settings> Reading and set the number of posts shown per page.


  • I am using the lite version and looking to show a set of posts from a single category on the home page, but having trouble finding how to do so. I was able to get pull posts to show, but not using the Layout 1 ‘blurb’ format. Any ideas? Do I need to upgrade to full to “turn on” that feature? Thanks!


    • Open up layout1.php file and find this line:

      and replace it with:

       'The Category Name' ) ); while ( have_posts() ) : the_post() ?>
      

      and then remove this line:


  • Having trouble with the contact us page – does not seem to email to the admin alias.


    • it is sent to the admin email(the wordpress email that you used for setup).


    • I understand, but it isn’t working. Is there a troubleshooting guide or something?


    • maybe it is your host’s problem. this could happen when the php sendmail is turned off. Ask your host..


  • How do you move the content on a page up? So move the header up more and all the content up just a couple pixels?


  • And is there a way to decrease the width of the sidebar with the widgets. to something like 250px?


    • Add this line to your stylesheet:

      #sidebar {width:250px!important;}


  • Thank you! and is there a way to move the content up on the page?


    • Never mind i figured it out


  • Is there a way to limit the amount of posts on the homepage? I only want six posts! Thank you


    • Go to Settings> Reading, you can set it there.


  • Thank you! That did it. How do I edit the character length of summaries? Is that possible?


    • Open up functions.php and find this line:

      function trt_excerptlength_teaser($length) {
      return 33;
      }

      and change the number 33


  • Thank you for the tip. This doesen’t seem to line them up well b/c of the fact that it is centered. I still have some articles at 3 lines and some at 4. This is probably too far fetched but is there a way to limit the lines instead of character length so my posts line up nicely?


    • You can do one thing, while writing/editing each post, in the post editor page you will notice there is a box called “Excerpt” under the editor. You can write you custom summary there.

Leave a Reply to Andrés Rosenberg 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>