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.

  • Hi there,

    I’m trying to use the MailChimp Form by ContactUs.com (it’s a WP plugin) and I’m notified that:

    “Your default theme must have the “wp_footer()” function added.”

    So, question: how do I go about adding the “wp_footer()” function so that I can use this plug in with the Zenon theme?

    Thanks a lot for your help!


    • the wp_footer tag is there in the footer.php where it should be. sounds like your plugin is not detecting it. or did you modify your footer.php? whats your site address?


  • Hello,

    I’ve followed various tutorials on how to copy and paste your RSS feed (to display it as a social button on my blog, and to upload my blog to “Bloglovin.com”) but it doesn’t work. I also received this message as an “incoming link”: “RSS Error: A feed could not be found at http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://helloyoubeauty.com/. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed.”

    Could you tell me what I’m doing wrong?

    Thanks x


  • Hi there! Awesome them!

    How do I add those sociale share buttons I see on this website? The ones that slide along as you scroll down?

    Another question: why can’t iPad/Phone users see my image?

    Thanks in advance!


  • Hi there! Awesome theme!

    How do I add those sociale share buttons I see on this website? The ones that slide along as you scroll down?

    Another question: why can’t iPad/Phone users see my image?

    Thanks in advance!


  • Hello~

    There are widgets on right side in post pages but they are bottom in shop pages.
    I use Woo Commerce for shop.
    How can I move widgets on right side in shop pages?

    Please check this image. (http://leejaeyeon.com/leledoll/leledoll.jpg)

    Thanks in advance~


    • // WOOCOMMERCE
      
      function zenon_lite_open_woocommerce_content_wrappers()
      {
          echo '
      '; } function zenon_lite_close_woocommerce_content_wrappers() { echo '
      '; } 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:

      //Post Thumbnail

  • Hello,

    The social buttons on my Zenon Pro theme aren’t working – can you help, please? 🙂 I can click the LinkedIn button, but the others all seem to be disabled. My website is http://www.helloyoubeauty.com

    Thanks in advance!

    Laura


    • Add this to your stylesheet:

      .social_wrap{top:290px!important;}


  • I have the zenon pro theme and need to make the text boxes on the front page larger. Can you please let me know how I can achieve this? thanks!

    Avery


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

      .midrow_blocks{height:380px!important;}
      .midrow_block{height:350px!important;}
      .mid_block_content{height:365px!important;}


  • Hi (again),
    I’m finally starting to get together the page…2 questions:

    1. Is it possible to get rid off the date in posts and text “off” when you hovering over the pictures at homepage?

    2. Is it possible to have postpages without right sidebar? Now I don´t have any widgets there?

    Thanks,
    Milla


    • 1. Add this to your stylesheet:

      .lay1 .block_comm, .lay2 .block_comm, .lay3 .block_comm{display:none;}

      2. Add this to your stylesheet:

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


  • Thanks! Love this theme!!!


  • Hi,

    1. How can I change better resolution to Featured Image in posts? Now it’s only 199×300

    and

    2. Can I get “Comments are closed” -text off from posts?

    and

    3. Can I get date off from posts?

    Thanks


    • looks like you fixed all 3 issues by yourself.

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