Zenon LiteFree WordPress Theme

Zenon Lite is an all in one wordpress theme with 3 awesome fonts, slider, background image easy to use theme option panel. The Theme also includes 3 built-in widgets and 5 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 Lite is suitable for any business or personal website.

  • Hi, I have a bug with IE 8 with a dropdown sub-menu.
    This is the error:

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; Tablet PC 2.0)
    Timestamp: Tue, 19 Feb 2013 09:18:56 UTC

    Message: Object doesn’t support this property or method
    Line: 11
    Char: 3309
    Code: 0
    URI: http://localhost/sitoWP1/wp-content/themes/zenon-lite/js/jquery.transform.min.js?ver=3.5

    In Chrome the menu work properly.
    Can I fix this?

    THX


    • open up zenon.js and remove this line:

      jQuery(‘.skew_bottom_big’).transform({rotate: ‘1deg’});
      jQuery(‘.skew_bottom_right’).transform({rotate: ’51deg’});

      jQuery(‘.skew_top_big’).transform({rotate: ‘1deg’});
      jQuery(‘.skew_top_right’).transform({rotate: ‘-35deg’});

      And open up functions.php and remove this:

      wp_enqueue_script(‘znn_transform’,get_template_directory_uri().’/js/jquery.transform.min.js’);


  • Hi!

    Thanks for the beautiful theme! I have two questions.

    1. Could I embed a soundcloud file in one of the blocks on the homepage?
    2. What size should I make the logo that’s to be added to the header be?

    Thanks!


    • 1. Yes you can by adding your soundcloud embed code in index.php file after this line:


  • hello

    I use shared host and limited resorce .

    how can I disable popular post that don’t use resorce. I don’t use it but I see it work behind log.


    • what popular post are you talking about?


    • “popular posts widget” :A Zenon widget that displays the most popular posts of the site, Based on the comments count

      I don’t use this widget but after one month I test this widget and saw that it worked last work and so use ram and CPU . is it possible that I remove it from theme?
      please help me I really like this theme. but I use shared host and limited resorce


    • remove this line from functions.php:

      include(TEMPLATEPATH . ‘/lib/includes/widgets.php’);


  • Hi. This is my first time using WordPress or a theme. So far I’m really loving the theme.

    Here’s my problem:
    I created two images that are 1000x360px for the slider. I want the slider to be on the home page with no side bar. I followed the directions by going to Slider > Add new > Add title > Set feature image. They are now listed under sliders.
    How do I get the slider (with my two images) onto my home page? I do not intend to have posts, rather I’m using the theme as a landing page for a website.

    Thanks for your help!


    • Hi there, I too would love to hear how this is done, as I have spent 3 hours today trying to find the areas for this.
      I also need to get rid of the Comment Box.
      Thank you for asking the big question…..


    • Jessica Go to Settings> Reading and select “your latest posts” as your homepage.


    • @Diane
      what do you mean by areas of this? can you elaborate?

      and to remove the comment box, open up single.php, page.php and page-full_width.php and remove this:


  • Hello. How do you change the font size of the main menu?


    • Add this to your stylesheet:

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


  • hi I have the lite, unable to figure out where to upload the logo instead of the text default on top.
    Thanks


    • Its only possible in the PRO version.


  • Hi,
    How do I change the size of the text menu on the navigational bar? I also need to changed it to white text.
    Thank you,
    Maggie


    • add this to your stylesheet:

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


  • Thanks a lot for your great work!
    I am using the Zenon lite and made the slider update to my latest posts.
    Is it possible to make the title and picture link to the actual post/page…it brings me back to homepage.

    Thanks once again. Great work and great feedback/support!


  • One more, how can I make the slider only update from the “latest posts” of a “specific CATEGORY”?
    Thanks once again!


    • Open up easyslider.php and replace this:

       'slider', 'posts_per_page' => ''.$zn_fonts = of_get_option('number_select', '3').'' ) ); ?>
      

      with this:

       'post', 'cat' => '5', 'posts_per_page' => ''.$zn_fonts = of_get_option('number_select', '3').'' ) ); ?>
      

      change the number 5 with your category id.

      and replace this:

      ', '' ); ?>

      with:

      ', '' ); ?>
      

      and this:

      with this:

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