You do not have permission to view this forum.
Triton PROPremium WordPress Theme
- Unlimited Skins- Ability to change the color of any elements
- 12 Awesome fonts.
- 2 sliders
- 3 Layouts
- 8 Patterns.
- 8 custom widgets:
- 1-Flickr Photos
- 2-Popular Posts
- 3-Featured Posts
- 4-Random Posts
- 5-Twitter Feeds
- 6-160×600 Skyscrapper Ad
- 7-250 x 250 AD
- 8-125 x125 ADs
- 20 easy to use shortcodes.(Hard-coded in Post Editor)
- WordPress 3.0 Menus.
- Mult-Level Dropdown Menu.
- Social buttons to submit posts to Facebook, Twitter,
- Stumble upon, Digg, Google Buzz!
- Easy to use theme options.
- Option for image logo
- Custom Background Color/ Image
- Related Posts
- Gravatar Support.
- 3 custom page template
- Fancy lightbox
- Easy Google Analytics Integration
- 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. 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
3. 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
4. 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;}
5. 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;}
6. How does one disable the ‘Leave a reply’ from all posts?
A: Open up single.php and page.php and remove this line:
7. how can i remove the number below the slider?
A: Add this to the very bottom of your stylesheet:
ol#controls{display:none;}
8. 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’
9. How can i make the slider become image clickable?
A: Open up easyslider.php and replace this line:
with:
10. 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.
hi Towfiq,
i cant seem to figure out how to add more than 3 slides. Could you give me some tips on this?
You can set the number of the slides from Appearance> Triton Options> Slider
Hey,
How can I change the number of slides to be more than 10? I’m not worried about slow loading times.
Thanks!
Open up control_panel.php file from “lib/includes” folder of your Triton directory. Then add 11, 12 and so on… at the end of this line:
$items = array(“1”, “2”, “3”, “4”, “5”, “6”, “7”, “8”, “9”, “10”);
Hi, is there a way to disable the fading effect of image thumbnails in the homepage? I’d like the images to stay bright rather than brighten up only when my mouse scrolls over them
What I meant was, the hovering effect of images on the homepage? I disabled fancybox but that doesn’t seem to help
You have to open up triton.js file from the folder “js” of your Triton theme 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);
});
How can I decrease the amount of space after the underline in a widget title. In other words bring the content in the widget closer to the underline.
Hey! I’ve written this php that links to my users inbox and shows a count for if they have any new messages. When I put it in the site it works just fine but I would like to add it to my main menu? Do you know if this is possible? This is the link within my site
<a href="inbox_page_id); ?>”>
Can you please send description of the issue along with the code through this page?
http://www.towfiqi.com/contact
Hi Towfiq, I’ve recently bought Triton Pro and whilst changing the fonts listed I’ve had difficulty viewing the font Pacifico, all other fonts are working fine. I’m currently running your theme on a local mamp server.
Thanks again for the great theme.
Can you elaborate the problem you are having?
I’ve used the font Pacifico as displayed on your preview and it works fine on your demo site, however it doesn’t work on the version I’ve received from you once I have it selected. When I view the site on the local server it comes up as a default web font even after changing it to Pacifico on the appearance options.
Apologies if I wasn’t clear earlier.
I wish I could help, but without taking a look at the site I may not be able to help. Can you select the Pacifico font from back-end and then load the site and click right button and click “View page Source” and copy all the code to pastebin.com and post the link here?
I had bought the Pro version.
How and where can I change the slider heights size?
thx in adv!
What size do you want it to have? What slider are you using? Can you send me this question though this page:
http://www.towfiqi.com/contact
Hi again!
Did you get my mail? I try again,how can I change the height in the slider (easyslider, in the frontpage) to 950×450 instead 950×300?
Thx in advance!
I already emailed you 11 hours ago. here:
Go to Appearance> Editor and select “Stylesheet” from right and add this line to the bottom of the editor:
#slider li{height:450px!important;}
Hello! I’m very happy with the Triton Pro Theme. I do however have a small questions. Somehow the titles of posts are links. If you click them, they bring you to the same page again. Do you know how to make sure the titles are not linkable anymore?
Go to settings> Permalinks and use the default permalinks option and see if it works.
No, then it still doesn’t work. And i’d like to use pretty permalinks. Any other suggestions?
What’s your site address? Did you change the theme and check whether the theme is causing this issue or not?