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.

  • thank you for your reply.
    As i do not know almost anything about using functions.php file, is there anyway you can help me with this.


    • Just go to Appearance> Editor and select “functions,php” from right and make the edit I mentioned above.


  • Thanks! I’ve managed to find it!


  • I have few more questions;

    1)how can i change the color of “Read More→” text and surroundings below the post, on top page.

    2)how can i change the color of the space under the slider image(next to the slide number).


    • 1. Add this to your stylesheet:

      body .lay1 .read_mor{background:#FFFFFF; color:#111111; }

      2. Add this to your stylesheet:
      body #slides{background: #222222;}


  • Thanks! no.2 worked but as for

    1. Add this to your stylesheet:

    body .lay1 .read_mor{background:#FFFFFF; color:#111111; }

    thought it was white before,when i put my mouse over the readmore area, the area gets grey and stays grey even though i move away my mouse.


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

      jQuery(this).find(‘.read_mor’).css({‘background’:’#ccc’}, 300);

      and

      jQuery(this).find(‘.read_mor’).css({‘background’:’#dfdfdf’}, 300);


  • I am using Triton Lite, and I saw this question above:

    “Hello, how can I make the image in the slider a clickable link, the same as the text in the slider?”

    Is there any way to make a slider image a clickable link in Triton Lite? Or does your answer only apply to the Triton Pro theme? I have tried it in Triton Lite but it keeps coming back as a Syntax Error every time I view the page.


    • Go to Appearance> Editor and select “easyslider.php” and find this line:

      and replace this with:

      ">

  • Thanks for the quick reply!

    When I made the change, this is what my browser came back with:

    “Parse error: syntax error, unexpected ‘?’ in /home/content/28/8556428/html/wp-content/themes/triton-lite/easyslider.php on line 12”


    • oh Shoot! I forgot you are using the PRO version in that case use this line:

      ID, 'slide_link', TRUE); ?>">

    • Th code is not displayed properly. Try the code you find in this page:
      http://codepad.org/E7Mu8Ds7


  • Actually I am using the Lite version.

    When I put in the PRO version line this is the result that my browser is showing:

    “Parse error: syntax error, unexpected ‘=’ in /home/content/28/8556428/html/wp-content/themes/triton-lite/easyslider.php on line 12”


  • It worked!! With the code on the link you provided. Thank you very much for all of your help – very much appreciated!


  • Wait a second, can you place the LITE version code on Codepad? Using the code above it makes a link for each of the slider images, but they all just link to the homepage. I was hoping that I could make each slide link to a separate link.


    • Can you copy the whole code of your easyslider.php file and send it to me through this page, I will reply to your email promptly
      http://www.towfiqi.com/contact


  • Hi, i had asked you a few days ago how to change the slider effect into fading. Now i’ve just tried to find triton.js / js folder… unfortunately without success, could you help me with this?


    • Use this plugin to access that file:
      http://wordpress.org/extend/plugins/wp-filemanager/

      First install that plugin and then go to plugins settings page and make sure you enable editing, opening, saving etc.

      Then navigate to wp-content/themes/triton_lite/js/ folder and open up triton.js file from there.

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