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 am trying to update the default link colors, visited, hover, etc. I have added some style code to “single.php” thinking this would only alter the changes to the posts themselves. It did, but it also changed parts of the menu “links” but not the hover/active options for some reason.

    Where is the master list of style/formatting options? Are styling elements handled differently for different parts of the website? I am not too familiar with css and couldn’t find a place for it on the style sheet. Thank you.


    • how did you update the default link colors? did you write css commands?


    • I learned a little of how to write css (I previously only new basic html) and have since updated the “style.css” for other things.

      Yes, I did write css commands. I have updated the “body” text and am looking to update: headings, links, menu items. I think that’s it for now.

      Which page in the editor will these items be styled from? I did find the body tags but not any headings in style.css.

      This is all really fun to learn!


  • I’m having a weird problem with the lightbox/menu. Whenever I open an image to view in lightbox and then close it a secondary dropdown menu appears below the main menu. It’s weird and cut off and goes away once I navigate away from the page. Is there any way to get rid of that? Thank you in advance!


    • add this to your stylesheet:

      .tinynav1, .tinynav{ display: none; margin-top: 100px;}


  • Hi there, I have another question.

    Can I add a “footer” to the bottom of each post? I would like to create an opt-in to automatically show up at the end of each post. What sheet will hold/manage that info?

    Thank you!


    • the content of the post footer will be same in all the pages, right?


    • Correct, it will be the same info at the bottom of each post. Your help is amazing.


  • … And, I am also looking to create a full-spanning footer to the bottom of every page. How do I do that?

    I am happy to keep your documentation, but right now it just looks like a segmented footer. Thank you!


    • you want to make the current footer full-span?


    • Yes, I want to make it full-span if possible.


    • can you contact me through the contact page and list all the things you need help with? also mention your website address.


  • Hi! We have done a simple site using your amazing theme. The url is http://www.lutteuses47.com
    We just have some trouble in mobile view.

    1) vimeo’s videos embedded normally (with the string directly taken from vimeo) don’t resize on mobile devices (both apple and android)
    2) on iphone, the last menu index created from dashboard doesn’t really work while seeing the site: it remains the first option in the menu but you can’t click on it and go to the page
    3) is there any particular string to embedd vimeo’s video so that they can be seen directly from the website, also with android phones (I can see videos in vimeo, so I guess there’s a way to do it)?
    4) last one!… when using the mobile orizontally, the theme looks standard dimensioned, not optimized for mobile view, is it ok?

    Thank you so much for your help and sorry for my English!
    Bye.
    Elena


    • 1 and 3) Just add the vimeo link to your post. wordpress will automatically display the video.

      2) showing current menu is not possible but its possible to 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});

      4. Yes. thats how it is.


  • Are the blocks and sliders supposed to connect with each other? What type of content do people typically put into the blocks? Into the sliders?


    • no they are not. you can add whatever you want.


  • Hi – I saw this below and the ‘fix’ recommended does not work – any assistance ???

    “hey… love your theme… but when viewed on a mobile device the mobile drop-down menu has a problem…. it displays the last page in the menu always but that page is not selectable…. so if “contact us” is the last page a user can never select that page on a mobile device (iphone)”

    To fix the mobile menu in the zenon Open up zenon.js and replace this line:
    jQuery(“#topmenu ul.menu”).tinyNav();
    with this:
    jQuery(“#topmenu ul.menu”).tinyNav({active: ‘selected’, header: true});


    • Just checked your site. working fine.


  • Hi Towfiq,

    Love the theme but have two questions:

    How can I only have the first slide displayed in the slider and no text? I selected 1 in the number of slides and saved but 2 are still showing.

    How can I remove date, author at the bottom of a page?

    Thanks


    • 1. Go to Appearance> Zenon Options> Documentation to learn how to setup the slider.

      2. Are you talking about footer credits?


    • Thanks Towfiq.

      I got the slider working.

      As for the Posted Date and Author, I mean on a page or post at the bottom it displays when it was posted and who the author was.

      How can I remove that from a page?

      Thanks


    • remove this line from your single.php:

      On by

    • Great that removed it.

      One more question.

      When I go to my site on my iPhone, why is there a big white box under the slider image? And is there any way to stop it from sliding one image? I just want it stationary.

      Thanks for a great theme and your help.
      I appreciate it.
      Ray


    • Open up mobile.css and replace this line:

      body #slider li{width:300px!important; height: 228px!important;}

      with:

      body #slider li{width:300px!important; height: 128px!important;}

      and open up functions.php and replace this line:

      continuous: true,

      to

      continuous: false,


    • Thanks Towfig

      That worked. Awesome.

      Thanks

Leave a Reply to Xavier Menduiña 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>