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 – is here a way to display a different menu on the mobile site ?


    • Go to Appearance>Menus and setup your menu properly and you will see mobile friendly menu via mobile.


    • Hi – I set up a new menu – I am still not seeing it. What am I missing ? Do I need to name my menu something ? Where do I select which menu is the mobile friendly menu ?


    • I just checked your site via mobile and the menu is visible.
      try another phone or clear your browser cache.


  • Dear Towfiq,

    really loving the zenon-lite theme, so first of all: thanks for making it available!

    However, I cannot get galleries to be opened with fancybox by default. I have found your suggestion to someone else regarding adjustment of the jQuery function as per below:

    jQuery(function() {

    jQuery(‘.single_post a, .type-attachment a’).has(‘img’).addClass(‘hasimg’);
    jQuery(‘.imgwrap a’).removeClass(‘hasimg’);
    jQuery(“.post_content .gallery .hasimg[href$=’.png’], .post_content .gallery .hasimg[href$=’.jpg’], .post_content .gallery .hasimg[href$=’.gif’]“).addClass(‘grouped_elements’);
    jQuery(‘.post_content .gallery .hasimg’).attr(“rel”,”group1″);
    jQuery(“.hasimg[href$=’.jpg’], .hasimg[href$=’.png’], .hasimg[href$=’.gif’], a.grouped_elements”).fancybox({
    ‘transitionIn’ : ‘elastic’,
    ‘transitionOut’ : ‘elastic’,
    ‘speedIn’ : 400,
    ‘speedOut’ : 200,
    ‘overlayShow’ : true
    });
    });

    Sadly this doesn’t work for the website I am working on. Any chance you could have a look at http://thebatheventscompany.com/gallery/ and see whether theres a way of always having gallery images being opened in fancybox?

    Thank you very much in advance,
    JW


    • the plugin automatically displays gallery items in fancybox properly. its not working because you set your gallery images to link to “Image Attachment” instead of “Image file”.


  • hi

    trying to add text on top off my midrow on my front page, how do i do it im using zenon lite…


    • you mean before the posts on front page?


    • yes, I just want to put a heading saying recent posts. thanks


    • open up index.php and add this:

      Recent Posts

      after this:

      
      

  • Hi, is there code I can add in the header.php to change the blog title based on what page you are veiwing?


    • open up header.php and replace this:

      ">

      with:

      ">

  • How do I turn off the fonts?


    • remove this line from functions.php:

      wp_enqueue_style(‘customfont’,get_template_directory_uri().’/fonts/’.$zn_fonts = of_get_option(‘font_select’, ‘yanone_kaffeesatz’ ).’.css’);


  • Thank you for your help with the header.


    • Thank you once again!


  • Hi!
    Thanks for the wonderful theme!

    1. I’m wandering to switch to the PRO version, but as I made some changes to the PHP files and to the CSS files – these changes we’ll be lost if I upgrade, right?

    2. How to change the opacity of the social icons? I tried to change the opacity in CSS file but nothing happened.
    Thanks!


    • 1. yes.

      2. 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);
      });
      }


  • Hello,
    I am having trouble with my Contact page on my website.

    The form is there however when people fill the form out to send me a message, Where is the message going?
    I am not getting a email on the email address in my WordPress account, and that’s not the email i want these messages going to.

    I need this fix ASAP!
    Thanks


    • the emails will go to your wordpress admin email address.
      if you dont want that try a contact form plugin. eg: contact form7
      wordpress.org/extend/plugins/contact-form-7/


  • Hi, again!

    I figured out how to change the opacity of social icons – with opacity:1!important in the CSS, but still waiting for the answer of my first question.

    And new issue: how to add fancy box to my thumbnails – now when you click on a thumbnail, a box is opening but there’s no NEXT and PREV for going trough all the images-thumbnails in the post.

    Please, help!


    • whats your site address?


  • Hi, I would like to translate the theme in Dutch. Is this possible?

    Thanks!


    • yes. try a translation plugin.

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