Theron PROPremium WordPress Theme

Theron PRO is a fully responsive all in one wordpress theme with ability to change theme elements color, 15 fonts, 3 slider, 4 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 Full-width page, Left Sidebar Page, Home page template and a Contact page Template which doesn't require any setup. Theron PRO is suitable for any business or personal website.
  • Unlimited Skins- Ability to change the color of any elements
  • 15 Awesome fonts.
  • Ability to load fonts.
  • 3 sliders
  • 5 Layouts
  • 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.
  • 4 header Types(change the look of the header)
  • Social buttons to submit posts to Facebook, Twitter,
  • Stumble upon, Digg, Delicious, Google Plus & Pinterest
  • Easy to use theme options.
  • Sticky Top Menu
  • Optimized for Iphone, Ipad and Android Mobile Devices.
  • Option for image logo
  • Custom Background Color/ Image
  • Related Posts
  • Video Thumbnails
  • Gravatar Support.
  • 6 custom page template
  • Fancy lightbox
  • Easy Google Analytics Integration
  • IE6-7 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 8+
  • Firefox 3+
  • Safari 5
  • Opera 9+
  • Netscape 6+

Version 2.0
=======================================
Bug Fixes
———————
1. theme Options page fix.
2. You can now add images, links in blocks and welcome text area.
3. Fixed Slider images border in Internet Explorer
4. Fixed Slider transition looked streched
5. Reduced thesize of other.js file for faster load time
6. Fixed the share_this.php typo which broke the google plus share
7. Fixed Related Posts bug.
8. Google Analytics option fixed
9. Blocks are now clickable in mobile.
10. Minor SEO Updates- h1 tag used in post titles.

 

New Features
————————–
1. The theme is now fully Responsive.
1. Contact form email is now choosable from theme options page.
2. Added More social badges (vimeo, instagram, tumblr)
3. New Home page layout template.

 

version 1.4
==========
+ Fixed the mobile menu
+ Fixed the contact page displaying content twice.

version 1.3

============
+ Initial Release

1. How do I setup the slider?
A: Go to Appearance> Theron Options> Documentation to learn how to setup the slider.

2. My slider and blocks are not showing up. why?
A: Go to Settings> Reading and select “Your latest posts” as your front page.

3. How do I change the number posts appear on the fron page?
A: Go to Settings> Reading to change the number of posts per page.

4. How can I remove the comment box from my website?
A: open up single.php, page.php and page-full_width.php and remove this:

<div><?php comments_template(”,true); ?></div>

5. How to change the order of the sildes at the front page?

A: Try editing the dates of the slides. The slide with latest date is displayed first.

 

6. The social links on the left redirects to 404 error page. why?

A: You forgot to add your http:// at the start of your links. eg:
http://www.facebook.com/pages/Towfiq-I/180981878579536
7. What should be the size of slider images?

A: width- 1000px & Height- 400px

 

8. When a message is sent from the contact page Where do the emails go to? How do I change the email address?
A: The emails go to your wordpress admin email address. And you cannot change the contact page’s degfault email address. Try a wordpress contact form plugin if you want those emails to go to another email address.

 

9. In Interent Explorer the slider appears with a gray border. how to fix that?
A: Add this to the very bottom of your stylesheet:

#slider li img{border:none!important;}

 

10. How do I delete the category names that appear on the post blocks on the home page?
A: Add this to your stylesheet:

.catmeta{display:none;}

 

11. How do I increase the height of the front page blocks?

A: Add this to your stylesheet:

.midrow_blocks{height:230px!important;}
.midrow_block, .mid_block_content{height:215px!important;}

 

12. How can I Remove Author, Post and Category-related Text from posts?

A: Open up single.php and replace this line:
<div><a><?php the_time( get_option(‘date_format’) ); ?></a><?php if(of_get_option(‘dissauth_checkbox’) == “0”){ ?> <a><?php the_author(); ?></a><?php } ?>
<?php edit_post_link(); ?>
</div>
with:

<div><?php edit_post_link(); ?></div>
13. How do I add images to my blocks?
A: Lets say you want to add an image to block 4. Open up index.php and add this line:

<img src=”your image url” />

after this:

<?php echo of_get_option(‘block4_textarea’); ?>

 

14. 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:

//Load Mobile CSS

 

The theme is released under GNU General Public License, version 2.


  • hi Towfiq
    Where can I change the background color of the widget area ?
    thanks a lot


    • what color do you want the widgets to change to?


    • sorry, it didn’t give more explanations…
      it is the footer widgets area 🙂
      Thanks a lot


    • you can do that from Theron Options> Style.


  • in the options > style, I only see the widget title color that can be changed, but not the backgroud color of the footer widget area…


    • There is an option that says “Footer Widgets Background Color’ try changing the value of that.


  • Hello, I recently downloaded the pro version and now I cant get the page back to full size. I have tried to replace the full page code on the style sheet as indicated in another post, changed the setting for removing right side bar in the theme options, and changed the template for the pages to “page with no sidebar”. None of these seem to work. Help! thank you in advance!


    • Add this to your Stylesheet:

      #content .single_wrap{width:100%!important;}


    • Awesome! Thank you for the quick reply!


  • Hi,
    I’ve recently bought TheronPro theme.
    Can i make a custom single article template without sidebars? (like the fullwidth page?)


    • yes its possible with css. post the page link here.


  • Hello. I’m using Theron PRO theme and I want to change background of the header area (the one with logo and description). I think I’ve managed to do that in Lite version but cannot in pro. I’m trying to change the code in css stylesheet. In the /*Header*/ section I’m changing image url in “#header{ background:#302f2f url(images/pattern.png) repeat…”. But if I change it to any other png file or if I delete this section, or if I change bacground color – nothing changes on the website. It’s still default, the same as in demo. Of course I’ve uploaded file (pattern2.png) to [images] catalogue and tried to change url to url(images/pattern2.png). But no effect.
    I’m pretty sure that I’ve done it in lite version and it worked. How can I do it in pro?


  • If anyone know how to customize frontpage of Theron Pro.

    Detail is as follows;
    – Environment
    WordPress 3.8.3
    Theron Pro 1.2
    Layout selected: Layout 4
    – LatestPosts of frontpage have 4 posts and same category by default,
    and I’d like to change category of one post on frontpage.

    Is it possible to change category for one of latest posts?
    I’m happy to give any advice.

    Thank you.


    • You can select category of frontpage posts from Theron Options> Frontpage


  • Thank you for your reply about latest posts on front page issue.

    I’m sorry that it has misunderstanding by my explanation.

    – I understand it can change category of latest posts on front page. The category of all four latest posts can change category (on layout 4), and I’d like to set two different category for four latest posts. (e.g., one latest post for category “A”, other three latest posts for category “B”)

    I think it may need to edit any php files but I’m not sure how to edit it.

    Thank you for your help,


    • sorry thats not possible with wordpress.


  • Hi, I purchased Theron Pro in January 2013, but realize I don’t have any of the updated version. Still running on Version 1.2. How do I access the latest version?
    Thank you!


    • Jess,
      Try logging in with your username and password and go to “Your Downloads” section to download the theme. If you have forgotten the password, click the “Forgot Password” button to reset your password and then try logging in.

      Thanks


  • Hi Towfiq! Absolutely love this theme and the ease of working with it.. However, I’ve scrolled around through the comments and questions on this, and there are tons, so I hope I’m not being repetitive. I just purchased the Theron Pro theme and had a few questions with working on the header.

    a) I would like to have our company logo to the left or right on the header
    b) The company title in the middle in a big font, with maybe a smaller font below where I can write a brief phrase
    c) I’d also like to add a call to action button in the header

    Is any of this possible? Again, I have the Theron Pro Theme

    Thank you in advance


    • Tara send me a message and let me know the site address through this page:
      http://www.towfiqi.com/contact


    • I did.. As you can see I’m in the verrrry beginning stages. Thank you again for your help, Towfiq 🙂


    • Hope you are well.. I’ve tried to send you a couple messages and there are message failures coming up in my email. Still waiting to hear from you on the header 🙂


    • Just sent you an email.. check your inbox.. 🙂


  • hey i m using ur free theron theme and i will be purchasing ur pro theme within 15 days just the day m getting my salary ..can u please let me know why the layout of my theme is not stable u can also check its unstable like the pages width from right side are getting extended please help me out sir

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

Private

You do not have permission to view this forum.