Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the edd-paypal-pro-express domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/nikeo/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the updraftplus domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/nikeo/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rocket domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/nikeo/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the help-scout-desk domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/nikeo/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the customizr-pro domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/nikeo/public_html/wp-includes/functions.php on line 6114

Warning: Cannot modify header information - headers already sent by (output started at /home/nikeo/public_html/wp-includes/functions.php:6114) in /home/nikeo/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/nikeo/public_html/wp-includes/functions.php:6114) in /home/nikeo/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/nikeo/public_html/wp-includes/functions.php:6114) in /home/nikeo/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/nikeo/public_html/wp-includes/functions.php:6114) in /home/nikeo/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/nikeo/public_html/wp-includes/functions.php:6114) in /home/nikeo/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/nikeo/public_html/wp-includes/functions.php:6114) in /home/nikeo/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/nikeo/public_html/wp-includes/functions.php:6114) in /home/nikeo/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home/nikeo/public_html/wp-includes/functions.php:6114) in /home/nikeo/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893
{"id":16217,"date":"2014-03-31T08:58:55","date_gmt":"2014-03-31T07:58:55","guid":{"rendered":"http:\/\/www.presscustomizr.com\/?p=16217"},"modified":"2021-04-14T15:24:04","modified_gmt":"2021-04-14T14:24:04","slug":"customizr-v3-1-9-fix-woocommerce-issue","status":"publish","type":"post","link":"https:\/\/presscustomizr.com\/customizr-v3-1-9-fix-woocommerce-issue\/","title":{"rendered":"Customizr v3.1.9 : fix for WooCommerce issue"},"content":{"rendered":"

Hi,<\/p>\n

If you are using WooCommerce, you might have an issue after updating Customizr theme with v3.1.9 \u00a0: products page dissapearing or displays issues in your single product page if you have one or two sidebars.<\/p>\n

This issue can be fixed by installing the next and safe version available here :
http:\/\/wordpress.org\/themes\/download\/customizr.3.1.10.zip<\/a><\/p>\n

or<\/strong> with the following code snippet\u00a0before the next update:<\/p>\n

add_action ('after_setup_theme' , 'tc_woocommerce_fix', 30);\r\n\r\nfunction tc_woocommerce_fix() {\r\n    remove_action('woocommerce_before_main_content', 'tc_woocommerce_wrappers', 10);\r\n    add_action('woocommerce_before_main_content', 'tc_woocommerce_wrappers_fix', 10);\r\n\r\n    function tc_woocommerce_wrappers_fix() {\r\n        ?>\r\n          <div id=\"main-wrapper\" class=\"<?php echo tc__f( 'tc_main_wrapper_classes' , 'container' ) ?>\">\r\n\r\n          <?php do_action( '__before_main_container' ); ##hook of the featured page (priority 10) and breadcrumb (priority 20)...and whatever you need! ?>\r\n          \r\n          <div class=\"container\" role=\"main\">\r\n              <div class=\"<?php echo tc__f( 'tc_column_content_wrapper_classes' , 'row column-content-wrapper' ) ?>\">\r\n\r\n                  <?php do_action( '__before_article_container'); ##hook of left sidebar?>\r\n                      \r\n                      <div id=\"content\" class=\"<?php echo tc__f( '__screen_layout' , tc__f ( '__ID' ) , 'class' ) ?> article-container\">\r\n                          \r\n                          <?php do_action ('__before_loop');##hooks the header of the list of post : archive, search... ?>\r\n        <?php\r\n\r\n    }\r\n}<\/pre>\n

 <\/p>\n

Visit this link to learn more about how and where to copy this :
http:\/\/www.presscustomizr.com\/customizr\/how-to-customize-customizr-wordpress-theme\/<\/p>\n

Please apologize for the inconvenience, the next update will fix this. It will be set to live as soon as possible.<\/strong>
Best regards,
Nicolas.<\/p>\n","protected":false},"excerpt":{"rendered":"

Hi, If you are using WooCommerce, you might have an issue after updating Customizr theme with v3.1.9 \u00a0: products page dissapearing or displays issues in your single product page if you have one or two sidebars. This issue can be fixed by installing the next and safe version available here : http:\/\/wordpress.org\/themes\/download\/customizr.3.1.10.zip or with the […]<\/p>\n","protected":false},"author":29918,"featured_media":16218,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[117,137],"tags":[],"class_list":{"0":"post-16217","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-code-snippets","8":"category-customizr-releases","9":"czr-hentry"},"_links":{"self":[{"href":"https:\/\/presscustomizr.com\/wp-json\/wp\/v2\/posts\/16217","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/presscustomizr.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/presscustomizr.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/presscustomizr.com\/wp-json\/wp\/v2\/users\/29918"}],"replies":[{"embeddable":true,"href":"https:\/\/presscustomizr.com\/wp-json\/wp\/v2\/comments?post=16217"}],"version-history":[{"count":3,"href":"https:\/\/presscustomizr.com\/wp-json\/wp\/v2\/posts\/16217\/revisions"}],"predecessor-version":[{"id":16227,"href":"https:\/\/presscustomizr.com\/wp-json\/wp\/v2\/posts\/16217\/revisions\/16227"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/presscustomizr.com\/wp-json\/wp\/v2\/media\/16218"}],"wp:attachment":[{"href":"https:\/\/presscustomizr.com\/wp-json\/wp\/v2\/media?parent=16217"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/presscustomizr.com\/wp-json\/wp\/v2\/categories?post=16217"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/presscustomizr.com\/wp-json\/wp\/v2\/tags?post=16217"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}