Triton LiteFree WordPress Theme
- 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 |
Leave a Reply to ok_pit Cancel reply
-
- Topic
- Voices
- Freshness
So, is there no fix for the alignment issue I’m having?
the comas you put around aligncenter is wrong. try the commas that is wrapped around the soundcloud link.
and send me the page link.
Okay, I followed your suggestion. Unfortunately, it still will not center: http://lospeep.wordpress.com/2012/08/12/joplin/
hmm… Add this to your stylesheet:
.aligncenter object{margin:0 auto!important;}
The version of WordPress I am using does not include CSS editing.
its only possible in wordpress.com premium account. I guess you are out of luck.
I guess so.
I understand that indeed one should only expect so much for something that is free, however, aligncenter is standard function on the themes I’ve used previously. It is also part of the the WordPress editing window, and standard on even the simplest word processing applications. That it is missing from Triton Lite seems like a bug to me, a bug that could be fixed.
you ask the wordpress.com people that since the the version you are using is heavily modified by them. I dont know how they modified it. the bug can only be fixed by editing the template file.
Okay, I will. Thank you for doing what you could.
I really love your theme. Can you please tell me how I can get a Home link to appear on the main navigation? I’d like to remove the site title but if I do that, I lose ability to return to the main page.
Go to Appearance> Menus and setup the menu the right way and you will know how to add “Home” link to your menu:
http://www.expand2web.com/blog/wordpress-30-custom-navigation-menus-video/
Hi I want to increase the font of the texts on my pages and posts, how can i do that? there is no option when i write in the editor.
Thank you.
Go to Appearance> Editor and select “stylesheet” and find this line:
body{background:#edeef0; margin:0; padding:0; font-size:13px; font-family:Arial, Helvetica, sans-serif; color:#7F7F7F;}
and increase the number 13
Hi, your theme is really great and I’m using it for my own webpage. I just have one problem: every first letter of a word in the slide is written big. How can I change it so that the words in the slide appear as I have typed them?
Go to Appearnace> Editor and select “stylesheet” and add this line to the very bottom of your stylesheet:
body #slider .slider-content h2 a, body #slider .slider-content a{text-transform:none!important;}
Thanks for the quick answer 🙂
I have done as you said, but unfortunately nothing has changed. I also created a new slide, but the problem is still there.
press ctrl+f5 for a hard refresh and you will see the change.
I tried, same resul sry.
add this to your stylesheet too:
body .slider-content p{text-transform:none!important;}
Yes, that’s it! Thanks!
Same here: love your theme, thanks for the Lite version! My question:
I’d love to be able to hide blogs from the frontpage – and I have to conclude I can’t find the answer without your help. Perhaps it’s not available for the Lite version, perhaps I have managed to overlook it? It would mean The Difference for me/my site.
So you want to remove all the posts under the slider?
Hi! You’re fast, thank you so much! I’m still finding my way with regards to the layout – right now I’d love to have three posts under the slider only, and the rest to be found via the menu. For example, there are a few posts that I’d like to publish under ‘Portfolio’ only.
Go to Appearance> Editor and select “layout1.php” from right and find this line:
And add this line before it:
change the number 5 with your category id.
Hello Towfiq I.!
That’s really nice theme! I like it!
But I have problem with fonts. I put Lobster font in Appearance>Triton Lite options …. but my font didn’t changed …..
then I go to >Editor …. and check this line:
body{background:#edeef0; margin:0; padding:0; font-size:13px; font-family:Arial, Helvetica, sans-serif; color:#7F7F7F;}
is it ok …. that there is font-family: Arial …. ?? or I need changed it ??
btw … how I can ADD new font into theme ??
Open up lobster.css from “fonts” folder and make all the uppercase
Lobster
to lowercase:
lobster
and no you cant add new font.