About

Hello! I am Towfiqul Islam, a freelancer web designer/developer from Bangladesh, working for 3 years now. Designing is my passion. Most of my design skills are self taught.

Other than web, print design, I design websites from scratch with XHTML, CSS, jQuery. I find website designing very challenging and interesting. I also build wordpress, Joomla and other popular CMS Templates.

Zenon Lite: Free 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.

Features

  • 3 Fonts
  • 1 slider
  • 1 Layout
  • Ajaxed Pagination
  • 3 custom widgets.
  • 5 easy to use shortcodes.(Hard-coded in Post Editor)
  • 2 WordPress 3.0 Menu Position.
  • Mult-Level Dropdown Menu.
  • Social buttons to submit posts to Facebook, Twitter,
    Stumble upon, Digg, Delicious, Google plus
  • 3 Awesome fonts.
  • Sticky Top Menu.
  • Optimized for Iphone, Ipad and Android Mobile Devices.
  • Easy to use theme options.
  • Gravatar Support.
  • 3 custom page templates
  • Fancy lightbox
  • 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+

2,001 Responses to “Zenon Lite: Free WordPress Theme”

  • on April 1, 2013 at 12:48 pm

    Hi,

    I’m using Justified Image Grid with NextGen Gallery to show the photos on my website. Justified Image Grid has a shortcode to show the latest images. Is there a way to add this shortcode in the Front Page Blocks?

    Also, is there a way to change the number of blocks that appear?

    Thanks.

    • Towfiq I.
      on April 2, 2013 at 8:33 pm

      1. what shortcode are you using?write the shortcode tag here.

      2. You can edit blocks from Zenon Options> Front page> Blocks

  • on April 1, 2013 at 6:26 pm

    Hi Towfiq,

    What’s the point of the featured image if, when you click on the blog/story link, the image doesn’t show up at the top of the post (or anywhere in it)? I’d like to have the featured image automatically show up in the post. I guess I could insert the image into the post (“insert media”) but it would be nice for this to be an automatic function and I don’t understand why a post would have a “featured image” that you can’t actually see when you click the post link!

    Just wondering. Thanks!

    • Towfiq I.
      on April 2, 2013 at 8:31 pm

      add this to your single.php:

      < ?php the_post_thumbnail('large'); ?>

      before this:

      1
      
       <div class="zn_post_wrap"><?php the_content(); ?> </div>
  • on April 3, 2013 at 6:17 pm

    Hi, I’m using Zenon lite for a temporary website to rent my office. The design and features are awesome, thank you very much! I especially like the compatibility for mobile browsers. But I failed to place a phone link (example: +43 (0)699 17448624) in one of the block contents. The “tel:” tag is not being saved. What can I do to make a phone number clickable for mobile browsers? Best regards, Jens

    • Towfiq I.
      on April 4, 2013 at 5:52 am

      open up index.php and add the line after this:

      < ?php echo of_get_option('block4_textarea'); ?>

  • on April 4, 2013 at 7:08 pm

    First of all: great theme! It is still my favourite one! Got to two small questions:

    1) how to change the order of the sildes at the front page? – It orders with reference to the date of publication…
    2) when i open the page with the mobile phone some pages with more pictures in one row do not appear / not the whole width can be seen..

    Thanks for your feedback

  • pabs73
    on April 5, 2013 at 7:41 pm

    hey

    I am trying to get the social tabs on the side to like to the site instead of linking back to my website and a 404 error message!

    I have seen other people struggle with this with earlier version but I am running version 1.9

    any suggestions very very welcome :)

  • Wordpress user
    on April 7, 2013 at 4:20 am

    How do I integrate the woocommerce with zenon lite? is it possible at all?

    • Towfiq I.
      on April 7, 2013 at 8:25 pm

      it should work just fine.

    • pat
      on May 17, 2013 at 6:31 pm

      When i try to activate woocommerce, I get ‘Your theme does not declare WooCommerce support-if you encounter layout issues please read our integration guide or choose a WooCommerce theme’. I want to keep Zenon lite. You know it will work?

    • Towfiq I.
      on May 17, 2013 at 6:34 pm

      Open up functions.php and add this:

      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      17
      18
      19
      20
      21
      22
      23
      24
      
      // WOOCOMMERCE
       
      function zenon_lite_open_woocommerce_content_wrappers()
      {
          echo '<div id="content"><div class="single_wrap"><div class="single_post">';
      }
       
      function zenon_lite_close_woocommerce_content_wrappers()
      {
          echo '</div></div></div>';
      }
       
      function zenon_lite_prepare_woocommerce_wrappers()
      {
          remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10 );
          remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10);
       
          add_action( 'woocommerce_before_main_content', 'zenon_lite_open_woocommerce_content_wrappers', 10 );
          add_action( 'woocommerce_after_main_content', 'zenon_lite_close_woocommerce_content_wrappers', 10 );
      }
       
      add_action( 'wp_head', 'zenon_lite_prepare_woocommerce_wrappers' );
       
      //woo_end

      before this:

      1
      
      //Post Thumbnail
  • mat
    on April 8, 2013 at 8:40 am

    2 problems with translations:

    1. poedit can’t find any phrases to translate (i’m using UTF -8 and __ , _e

    2. slider always links to this same language version.

    any ideas?

  • on April 8, 2013 at 2:00 pm

    Is there a way of changing the number of Blog posts displayed on the home page?

    At the moment I have a 10 displaying and it looks very cluttered, I was wandering if I could change it to three and have more pages to scroll through?

  • on April 8, 2013 at 9:21 pm

    Hi Towfiq,

    Not sure if this is wordpress or theme related – currently having an issue with any images uploaded. I’m resizing the images to 640×427 for posts, in edit mode they look fine – however, once they’re posted the images have a slight blur on them, any thoughts (sounds like quite a common issue but I can’t seem to find a solution)?

  • eunji
    on April 9, 2013 at 12:50 am

    I got one problem of using this theme.. :’( help
    I just wonder slider image size.
    could you know me slider size ?

  • on April 11, 2013 at 5:04 pm

    Hi, love the theme! What aspect ratio should I make my pictures for the slider so that they’ll fill the entire slider without looking stretched? Thanks!

  • on April 12, 2013 at 9:11 am

    I too am having the same problem as tyler, the theme doesn’t seem to fit when looking on an ipad or iphone in portrait, any ideas?

    Thank you for any assistance.

  • on April 13, 2013 at 3:24 pm

    Superb blog! Do you have any helpful hints for aspiring writers? I”m hoping to start my own site soon but I”m a little lost on everything. Would you recommend starting with a free platform like WordPress or go for a paid option? There are so many options out there that I”m completely confused .. Any tips? Kudos!

  • on April 15, 2013 at 1:12 pm

    Hey Towfiq, I’d like to put our logo as the header for the blog but am not sure how to do it. I’ve put it as a background image but you still can’t see it because the other areas of the layout sit too high. Can you help?
    Many thanks indeed,
    Kim.

    • Towfiq I.
      on April 16, 2013 at 4:55 am

      add this to your stylesheet:

      #menu_wrap{margin-top:285px;}

      and you can only add logo in the PRO version.

  • on April 16, 2013 at 9:49 am

    Hello,

    I love this theme, the way I can modify the design and how it looks like!
    I just have 1 problem: On the home page, I have the latest blog posts, with the possibility to search for older ones. But it only works to slide 7 pages of blog posts – the others cannot be available for users.
    Is there a way to solve this?
    Have a look here: http://neurorelay.com/
    Regards,
    Monica

  • Mona
    on April 17, 2013 at 12:53 am

    Hi. I have a problem with this theme, but I really want to use it. Ever since I changed the blog name, the menu would always appear at the top even if I’m already at the bottom of the page. Can you please help me? Thank you.

  • Lorna
    on April 18, 2013 at 11:23 am

    Hi , apologies for the extremely stupid question I am about to ask but I am a complete novice who is picking her way though setting up a site using your theme.

    I cant work out how I go about changing the pictures in the slide show and updating the text that shows over it.

    Can some one tell me what I should be doing , thanks

  • Spino
    on April 18, 2013 at 1:18 pm

    Hi. When inserting images using the Gallery Settings option (so you have thumbnails in a row), is there anyway to change the dimensions of the thumbnail box? (currently its 150 x 150). I have lots of portrait pictures, so would like to have the thumbnail boxes in portrait shape. Thanks.

  • on April 19, 2013 at 1:34 pm

    Hi Towfiq,

    Love the theme. Manage to sort the blurry image issue. However, I do have another question. is it possible to hide/remove the numbers underneath the slider?

    Also, is it possible to increase the size of the title font?

    Thanks in advance.

    • Towfiq I.
      on April 20, 2013 at 8:41 am

      1. Add this to your stylesheet:

      ol#controls{display:none;}

      2. What title are you talking about? the site title?

  • on April 20, 2013 at 9:04 am

    Cheers Towfiqi,

    Where does this code need to be added in the style sheet?

    The site title where is says right at the top BEXSONN…

    Also noticed one other thing recently – I’ve started using Disqus and I’m not sure whether you’ve tested it but when you rollover the article where is says comment in the top left hand corner once the Disqus plugin was installed instead of it being at an angle it is now completely vertical – any ideas?

    • Pixelated
      on April 21, 2013 at 11:54 pm

      you can put it anywhere, but to keep it organized (good practice) it is best to try to find the #controls rules in the stylesheet and put it in with them.

    • Pixelated
      on April 22, 2013 at 12:07 am

      To change the font size on the title, you have to go into “your website URL”/wp-content/themes/zenon-lite/fonts/lobster.css?ver=3.5.1. lobster.css?ver=3.5.1 might be different depending on what font family you chose when setting up the theme options, and the version obviously might be different. You have to manually open it in an html editor, I cant find where that file is in the editor in the back end. The selector you are looking for is “.logo h1 a”. Just change the font size accordingly.

    • Towfiq I.
      on April 22, 2013 at 5:41 am

      Add these to the very bottom of your stylesheet:

      body.logo h1 a{font-0size:30px!important;}
      .lay1 .block_comm span, .lay2 .block_comm span, .lay3 .block_comm span{padding-top:0px!important;}

  • Pixelated
    on April 20, 2013 at 10:12 am

    I have a couple issues with this latest version.

    #1 – When I publish the page, it just sits on a blank screen and I have to hit back to get to back end again.

    #2 – When I attempt to pull images out of my media library, there is never anything there to choose from, so I have to upload it. If I am using the same image more than once it has to be uploaded every time I want to use it, leaving multiple duplicates in my library.

    #3 – I can not post an image in a post area, it always defaults to being the featured image for the comments for that post.

    Can you please help me with these…?

    • Pixelated
      on April 21, 2013 at 4:03 am

      I figured out the imagery in the post issue. I just have to insert it in an image tag to a specified file on the server. The other 2 are still giving me problems. :(

    • Towfiq I.
      on April 22, 2013 at 5:37 am

      these issues are very odd. did you try disabling all the plugins? and also switch to the default theme and see if its causing by zenon lite theme or not.

    • Pixelated
      on April 23, 2013 at 2:30 am

      it was the KOFT Post Hits Counter plugin that caused both of those problems.

  • on April 22, 2013 at 8:23 am

    Thanks for that Towfiqi,

    Not sure what the last bit of code was supposed to do? I’ve inserted it into the stylesheet and nothing has changed….

    Did you manage to look at the Disqus problem?

    • Towfiq I.
      on April 22, 2013 at 8:27 am

      load your site and press ctrl+f5 couple of times to see the change. add this to your stylesheet too:

      .lay1 .block_comm span, .lay2 .block_comm span, .lay3 .block_comm spann{-webkit-transform: rotate(-25deg);-moz-transform: rotate(-25deg);-ms-transform: rotate(-25deg);-o-transform: rotate(-25deg);}

  • DBinks
    on April 23, 2013 at 7:09 am

    Hello.
    I have a problem with the browser “Safari”, the problem is that the “SLIDE” does not move, it stays in the first image. With the other browsers I have no problem.
    thanks

    • Pixelated
      on April 23, 2013 at 2:38 pm

      Try disabling your plugins one-by-one. My hit counter made some pretty weird things happen with my site. I am running the same theme and mine works fine in Safari.

    • DBinks
      on April 24, 2013 at 7:32 am

      It’s weird because I’ve installed a few plug, one of them if it was “google analytics”. I tried as you tell me (uninstalling all plugins) and the same thing keeps happening. Comparing the template code with mine if I changed something and stopped working, although other browsers work perfectly.
      Thanks anyway for the help

    • Towfiq I.
      on April 27, 2013 at 5:20 am

      whats your site address?

  • Pixelated
    on April 24, 2013 at 4:39 pm

    Towfiq, I am trying to put a sitemap page link only in my footer. The only way I can make it so it does not display in the navigation bar is to set it private. But when I pull up the sitemap page it says Private: Sitemap. Is there a way to get rid of the “private” I have gone through all of the code, but I can not find where the command to insert private originate from. Is there a setting I am missing to accomplish this, or could you maybe shed some light on where that code originates so I can remove the insertion code? Thank you for all of your help on this beautiful theme!

    • Towfiq I.
      on April 27, 2013 at 5:23 am

      why dont you just the footer navigation menu and add a custom link to that?

    • Pixelated
      on April 30, 2013 at 1:21 am

      That’s what I did, but I have to have a page created to be able to link to it. The only way I can find to create a page that will not show up on the global navigation bar is to make it private, and I don’t want the private in the header of the page.

  • on April 26, 2013 at 11:51 am

    Hi Towfiqi

    Is there a way to increase the size of the slider picture in height or width?

  • Toks
    on April 29, 2013 at 11:11 am

    Hello,

    Am using Zenon Theme and i uploaded some images on the slider section but the images are not appearing on the home page at all.

    Please can you assist in fixing this.

    Thanks

  • on April 29, 2013 at 5:35 pm

    Hi Towfiq,
    many thanks for this superb theme.
    Please tell me, how can I change the width of the articles?
    I want to show pictures in 1000px width in the articles but it seems to be resized.
    BR
    Peter

    • Towfiq I.
      on April 30, 2013 at 5:51 pm

      Add these lines to 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;}

    • on May 1, 2013 at 7:05 am

      Hi Towfiy,
      thank you. Unfortunately it doesn´t work. Please have a look at http://www.peterheidl.com/?p=816
      The navigation (Home and Kontakt/Impressum) is 1000px but not the article itself. The pictures are still scaled to approx. 630px.
      Can you help me?

  • Conny T
    on April 29, 2013 at 9:35 pm

    I am trying out your beautiful Zenon Lite theme and wonder if there is a way to avoid having every word of the excerpts in the slider begin with a capital letter?

    Thanks!

    • Towfiq I.
      on April 30, 2013 at 5:56 pm

      Add this to the very bottom of your stylesheet:

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

  • Chris
    on May 2, 2013 at 3:19 pm

    Heya! First of all, well done creating such a cool theme!

    1. How do I create a page with all posts on, from every category? I would like to have it like normal blog page, so you can view all posts.

    2. How do I remove the text from the slide? I have disabled the Show Text in the settings but it still appears.

    • Towfiq I.
      on May 2, 2013 at 7:04 pm

      1. create a new category named “blog” and mark all your posts with it and then add this category to your menu.

      2. Are you sure about this?

  • Render
    on May 3, 2013 at 5:50 am

    Hey There! Fantastic theme you’ve developped! Thanks a lot for that!

    One thing I tried to do and failed was to adapt the font-size of the topmenu in the css. I just can not find the right place to adapt the text-size or the color.

    Thank you for your help!

  • on May 4, 2013 at 2:48 am

    Can’t wait to use this theme. I installed & activated but had to deactivate until I can figure out what I’m doing wrong- help! All my blog posts appear under the boxes. I DO NOT want blog posts to appear but can’t figure out where to turn that option off. Thanks!!

    • Towfiq I.
      on May 4, 2013 at 4:40 am

      Go to Appearance> Zenon Theme Options> Frontpage and disable “latest posts on frontpage” option.

  • on May 4, 2013 at 1:04 pm

    hi, i’ m using zenon theme with wpml plugin, but i don’t now why thumbnail images not showing in other languages.
    in italian i have no problem, but if i change lenguage i don’t have any immages on the thumbnails of the post on the rigth side.
    can you help me?thank you.

  • on May 5, 2013 at 10:05 pm

    Love the Theme and thankful you have commented the CSS file as well as you have. I’ll have Qs on the CSS next time. Is there a way to change what email address the Contact Form message is sent to?

  • Victoria
    on May 6, 2013 at 11:57 pm

    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.

    • Towfiq I.
      on May 9, 2013 at 7:53 am

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

    • Victoria
      on May 16, 2013 at 8:47 pm

      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!

  • on May 7, 2013 at 2:52 pm

    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!

  • Victoria
    on May 7, 2013 at 7:19 pm

    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!

  • Victoria
    on May 7, 2013 at 8:54 pm

    … 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!

  • on May 8, 2013 at 6:38 pm

    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

    • Towfiq I.
      on May 9, 2013 at 11:47 am

      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.

  • on May 8, 2013 at 9:01 pm

    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?

  • on May 14, 2013 at 12:54 am

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

  • Ray
    on May 14, 2013 at 1:23 pm

    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

    • Towfiq I.
      on May 14, 2013 at 7:39 pm

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

      2. Are you talking about footer credits?

    • Ray
      on May 15, 2013 at 6:27 pm

      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

    • Towfiq I.
      on May 15, 2013 at 9:34 pm

      remove this line from your single.php:

      1
      
      <div class="single_metainfo">On <?php the_time( get_option('date_format') ); ?><?php if(of_get_option('dissauth_checkbox') == "0"){ ?> by <?php the_author(); ?><?php } ?></div>
    • Ray
      on May 17, 2013 at 5:30 pm

      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

    • Towfiq I.
      on May 17, 2013 at 6:27 pm

      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,

    • Ray
      on May 21, 2013 at 7:15 pm

      Thanks Towfig

      That worked. Awesome.

      Thanks

  • on May 19, 2013 at 8:29 am

    Hi – is here a way to display a different menu on the mobile site ?

    • Towfiq I.
      on May 19, 2013 at 6:21 pm

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

  • JW
    on May 19, 2013 at 6:02 pm

    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

    • Towfiq I.
      on May 19, 2013 at 6:30 pm

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

  • on May 19, 2013 at 7:36 pm

    hi

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

  • Justin Andrews
    on May 21, 2013 at 12:25 am

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

    • Towfiq I.
      on May 21, 2013 at 3:58 am

      open up header.php and replace this:

      1
      
      <a href="<?php echo esc_url( home_url( '/' ) ); ? rel="nofollow">"><?php bloginfo('name') ;?></a>

      with:

      1
      
      <a href="<?php the_permalink(); ? rel="nofollow">"><?php wp_title(); ?></a>
  • Justin Andrews
    on May 22, 2013 at 3:13 am

    How do I turn off the fonts?

    • Towfiq I.
      on May 22, 2013 at 4:11 am

      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’);

  • Justin Andrews
    on May 22, 2013 at 3:14 am

    Thank you for your help with the header.

Trackbacks & Pings

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>