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, how can i disable de roll over efect in the home page for the post? i mean, show the images full color


    • you will have to open up triton.js from the “js” folder of the theme and remove these lines:

      //Layout1 Animations
      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);
      });


  • What does Fancy lightbox feature mean exactly ?
    Does it work on wordpress.com hosted site ?


    • when you click and image to see its larger version it opens in a nice pop-up box with animation instead of a new window. The fancybox has been removed from the wordpress.com version. you will have to install the plugi separately.


  • Can’t see the Triton Pro plugin on the themes available for wordpress.com.
    Any idea how I can get it to install ?


  • Hi,
    I have Triton pro theme.
    I try to use the side bar (right column), but the column don’t show up (I put 1-2 widgets)

    Regards,
    René


  • Is it possible to get more than one image on a non pro slider? I have three in the gallery but it only shows one on repeat.


    • Go to Appearance> Triton Lite Options and click the “Slider” tab, then change the number of slides.


  • Hey Towfiq. Congrats for your super theme !
    But i have a problem with the slideshow. It doesn’t function even if i use a post as a Sticky post.
    I searched a lot in the forum (but ijust found the size and others but nothing that can answer my question).
    Thanks !


  • Hi, sorry these are probably a beginners questions… I currently have the lite version but planning to buy the Triton PRO. Will my settings, content, plugins etc. still be available after i upgrade / change to the Pro Theme?
    Secondly, i have two language versions for my homepage, means wordpress times 2, once i buy the Pro can i use it / install it more then once? Thanks a lot!


    • 1. Yes the settings will be there.
      2. Yes you can use it on 3 wordpress installations.


    • Thanks for all your help, we’ll be pro in the next day, we love this theme!


  • Was wondering why my slide images keep tiling? Any help you can give me? Thanks so much for a great theme, we’ll be Pro soon.


    • Tristan Disable the ShareDaddy plugin.


    • I had one last question. I wanted to make my images a static size on the main page, is there a way to do that?


    • You want to display a static image instead of the slider?


    • Nope, just wanted to make the featured images from individual posts reform to a static size on the main page, but I guess that’s probably going to end up being a bad idea anyway.


  • Thanks for your answer! I’d also like to know if it’s possible to change the transition effect of the slider into fading?


    • You will have to open up “triton.js” file from “js” folder and find these lines and remove them:

      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);
      });


  • hi!
    How can i keep one image fixed in the slider. ( I dont want it to work as slide)


    • You will have to open up functions.php file and find this line:

      jQuery(“#slider”).easySlider({
      auto: true,

      and replace “true” with “false”

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