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.

  • Can anyone tell me that Does WooCommerce work with Zenon Pro theme? If don’t support can I use it any other way with Zenon Pro theme?

    Thanks.


    • Try adding this to your functions.php:

      // 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' );

  • A lot ofThanks, for your quick answer 🙂


  • where/how can i edit the favicon with the pro edition?


  • I would like to purchase zenon Pro but my client would like the slider to fade between pictures instead of slide or break apart. Does the other slider do this? Thank you.


    • Yes. The Nivo slider that comes with the Pro version have ability to do that.


  • Hi,

    How can desactivate the mobile responsive function, so that it looks the same as on the desktop?

    Regards,
    Arnaud


    • Remove this line from header.php:


  • Thank you!!!


  • Please look at mo-rep.com

    When you see it on a ipad, iphone, etc. the menu doesn’t let you choose the home screen and or the contact us page. What do i need to do to make this change? thank you!


    • Please read FAQ number 12 from the FAQ tab.


  • where can i find the zenon.js page to edit?


  • Hi,

    I’ve a blog by zenon theme and inside my blog I also want to add shop in my website. So I added woo-commerce in my website to lunch my shop and Everything is Ok now.

    This is blog : http://preteenministry.net/ and
    This is my shop: http://preteenministry.net/shop/

    At this moment the blog sidebar staying in all of my woo-commerce pages, please take a look here http://preteenministry.net/cart/ but I don’t want the blog sidebar in my shop pages, like.. cart, checkout, pay, order-received, my-account and others pages related with woo-commerce.

    I want a individual sidebar for my shop instead of my blog sidebar. How can I do it? Please help me.

    Regards,
    Azad


    • Please add this to your functions.php:

      // 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' );

  • it still doesn’t work…it says it is an illegal token?

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