Zenon PROPremium WordPress Theme

Zenon PRO is a 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 and a Contact page Template which doesn’t require any setup. Zenon PRO is suitable for any business or personal website.
  • Unlimited Skins- Ability to change the color of any elements
  • 15 Awesome fonts.
  • 3 sliders
  • 4 Layouts
  • Ajaxed pagination
  • 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, Delicious, Google Plus
  • 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+
  • Google Chrome

version 1.4
—————–
2. Fixed few Bugs in the Mobile version.
3. 3.4 Compatible.

version 1.3
—————–
Bug Fixes
===========
The 404 page was looking weird
The Lobster font was not loading properly.
The Post share buttons were inaccessible for flawed css
Slider link wasn’t working when the “Slider Text” was disabled from the theme options.

New Features
============
Mobile Friendly version of the theme added for Iphone, Ipad and Android Devices.

version 1.1
—————–
+ Initial Release

 

1. How do I setup the slider?

A: Go to Appearance> Zenon 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 can I change the colour of the blog title?

A: Go to Appearance> Editor and select “stylesheet” from right and add this to the very bottom:

.logo h1 a{color:#fff!important;}

 

6. 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.

 

7. 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
8. What should be the size of slider images?

A: width- 1000px & Height- 360px
9. The post navigation button only works upto 7 pages. Then it doesnt load anything.

A: Go to Appearance> Zenon Options and disable “Ajax pagination” option.

 

10. how can i remove the number below the slider?

A:  Add this to the very bottom of your stylesheet:

ol#controls{display:none;}

 

11. How do I increase the size of the Menu Text?

A:  Add this to the very bottom of your stylesheet:

body #topmenu ul li a{font-size:18px!important; color:#333!important;}

 

12. The Mobile menu is always displaying the Last Menu item. How to fix that?

A: You could display the word “Menu” instead of always displaying the last menu item. to achive this, open up zenon.js and replace this:

jQuery(“#topmenu ul.menu”).tinyNav();

with this:

jQuery(“#topmenu ul.menu”).tinyNav({active: ‘selected’, header: true});

 

13. I can’t see the menu in mobile. why?

A: Because you did not setup the menu correctly. Go to Appearance> Menus and setup your menu.
To learn how to setup your menu watch this tutorial:
http://www.expand2web.com/blog/wordpress-30-custom-navigation-menus-video/

 

14. How to change the opacity of the social icons?

A: You will have to edit the zenon.js file. open it up and remove this:

//SHARE
if (jQuery.support.opacity) {
jQuery(‘.social li’).css({‘opacity’: ‘0.3’});
jQuery(‘.social li’).hoverIntent(function(){
jQuery(this).animate({ ‘opacity’: ‘1’}, 200);
}, function(){
jQuery(this).animate({‘opacity’: ‘0.3’}, 100);
});
}
15. 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.

 

16. 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;}

 

17. The Excerp text in the Slider shows all the first letter of each word of the text in capital letter. I dont want that.

A: #slider .slider-content h2 a, #slider .slider-content a, .slider-content p{text-transform:none!important;}

 

18. How do I delete the “Off” symbol that appears when the cursor is waved over the post blocks on the home page?

A: Add this to your stylesheet:

.block_comm{display:none;}

 

19. I dont want any sidebars in any of my pages. I want my site to be full width:

A: Add these lines to the very bottom of your stylesheet:
/*FULL WIDTH PAGE*/
body .single_post, .error404 .single_wrap, .error404 .single_post{ width:970px;}
body .single_skew_comm{width: 962px;}
body .single_skew_comm .skew_top_big{width: 968px;}
body .single_skew_comm .skew_top_right{ margin-top:-71px;}
body .single_skew .skew_bottom_big{width: 968px;}
body .single_skew{ width:1000px;}
body #commentform{ width:970px;}
body .comment-form-comment textarea{width: 570px;}
body .comment-form-comment{width: 600px;}
body .field_wrap{width: 340px;}
body .comment-form-author input, body .comment-form-email input, body .comment-form-url input{width: 263px;}
20. how can I change the link color inside the post? its grey.

A: Add this to the very bottom of your stylesheet:

body .single_post .post_content a{color:#D73A36!important;}
21. 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;}

 

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

A: Open up single.php and remove these lines:
<div>On <?php the_time( get_option(‘date_format’) ); ?><?php if(of_get_option(‘dissauth_checkbox’) == “0”){ ?> by <?php the_author(); ?><?php } ?></div>

and you can disable the category names from the theme options.
23. 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’); ?>

 

24. 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

 

 

 

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


  • Hi,

    How do I change the font colour of post and pages including the preview summary lines on the blog page under title and featured image? I know I can individually change the font colour whilst posting but how to change the preview text on blogroll is the tricky part, want it black as grey is too light for my readers.

    Thanks


    • Open up stylesheet from Appearance> Editor and replace this line:

      body{ background:#f7f7f7; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#888;}

      with this:

      body{ background:#f7f7f7; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:333;}


  • Is there a place to upload or change the 16 x 16 flavicon?
    Thank you


  • I dont want the site title displayed at the top of the website, but I do still want the SEO and tab display to show the site title. So when I change the site title in settings to Naturally Elevated, I don’t want it displayed at the top of the page, I do however want it displayed in the tab of a website browser. What do I change in the editor??


    • Add this to your stylesheet:

      .logo h1{display:none;}

      This will hide your logo but it will be there… hidden.


  • Is there a place to upload or change the 16 x 16 flavicon?


  • I asked on the Lite page, then bought the Pro right after and figured the same code might not apply, so I’ll ask again here. lol.

    1. On the easyslider, how can I create a rectangular shadow box, make the box a light color with black text, and can I reposition it so it is lower left corner?

    2. How can I remove the numbers beneath the slider. I tried using the code you gave me when I was fiddling with the lite version, but it didn’t work.

    3. How can I remove the copyright Nicole Hanna and center the footer?

    4. Is there a way to left-justify the titles of all the sidebar widgets? Like on my blog page, in the “Archives” widget for example, I would like the word “Archives” to be towards the left to align with the month.

    5. With the menu, how would I: make the font larger, left-align, change the font type and capitalization of parent and sub pages. And is there a way to remove the little arrows next to the parent menus that have drop downs?

    6. Are there font options for posts and pages as well? I could only find options to change colors, but I’ve been staring at the computer for thirteen hours so I’ve probably missed it. lol

    7. Is there documentation to learn how to use the new column options when creating a post or page? I just can’t seem to figure out how to implement it for some reason. Again, probably the thirteen-hour thing.

    Okay, that was a lot of questions so I’ll shut up now (well, FOR now, I should say HA!). Thanks for a wonderful theme! I’ll be playing with this thing for weeks now!


    • Oh I figured out how to remove the copyright thing in the footer, but haven’t figured out how to center. And I figured out how to change the size of the font of the main menu, but I’d like to make the font and font type different in the sub-men than on the main menu, so was wondering how I’d go about doing it. I found some code here in your responses to others but none of them seemed to work for me. Thanks!


    • Good Lord! can you send me the queries through this page:
      http://www.towfiqi.com/contact

      I will reply via email.


  • I have a question, how to remove thumbnails from Nivo Slider


    • Add this to your stylesheet:

      .nivo-controlNav{display:none;}


  • Hi! Thank you for great theme. I have a question about free version. I can’t see my footer widget. Tried on 4 different browsers. When loading it’s visible, after loading complete footer widget disappears. Haven’t seen in free features list in Zenon Options menu -> Upgrade. Is footer widget not free? Bug is still available on my website (automedia . kz).


    • it is a bug. to fix it, you will have to open up zenon.js file and remove this line:

      jQuery(‘#footer:has(.widgets ul:empty)’).hide();


  • THANK YOU VERY MUCH! I can’t believe, you’ve answered me almost instantly!


  • so I deleted the mobile.css file to get the same layout seen on most desktops on mobile phones as more than 90 percent of my visitors get on the site through mobile browsers, i came across a problem which needs fixing, due to the fact I deleted the mobile.css file each page opens up zoomed into each picture. is there a way to make the site automatically fit onto each screen size being used without having to reinstall the theme.


    • try removing this line from header.php:


  • thanks a lot man its fixed the problem. one more thing how do I set the number of post shown on a page at a time. currently showing 10 but i want 9 per page if possible


    • You can do that from Settings> Reading

Leave a 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.