Forum Replies Created
- 
		AuthorPosts
- 
		
			
				
May 22, 2017 at 12:20 pm in reply to: Product variations image does not change with new update #797580Hello Rikard, I need to solve this, thank you for everything, I attach what you need, I hope your news, thank you! - 
		This reply was modified 8 years, 5 months ago by oncediez. 
 Good morning, I use the product variables with the woo commerce plugin. It has stopped working with the new woocommer update and my enfold theme. I hope your news so I can solve this as soon as possible, thanks - 
		This reply was modified 8 years, 5 months ago by oncediez. 
 Hi, I just updated the theme and I have seen that I stopped working the variables of product images, I make a selection of a variable and it does not change the image I have to go. I use Child theme, I need a solution, thank you very much. I have installed, WooCommerce 3.0.7, Enfold 4.0.7, WordPress 4.7.5. April 24, 2017 at 5:48 pm in reply to: Woocommerce Product Page Sidebar Control not possible. I need your help! #782466And with that I only appear in the widget sidebar pages not in Single Product Pages widget area and not all that I have if they appear on my home page, in the product only some appear me … 
 Thank youThe code that I have put is the one you sent in the previous message with a link 
 functions.php file:// adjust settings on init 
 add_action(‘init’,’ava534345953_init’, 50);
 function ava534345953_init() {
 add_action( ‘woocommerce_after_single_product_summary’, ‘avia_add_sidebar’, 25);
 }function avia_close_image_div() { 
 echo “</div>”;
 }function avia_add_sidebar() { 
 if(is_product()) {
 $avia_config[‘currently_viewing’] = “shop_single”;
 get_sidebar();
 }
 }CSS: 
 .single-product-main-image {
 width: 25%;
 }.single-product-summary { 
 overflow: hidden;
 width: 45%;
 float: left;
 margin-right: 5%;
 }.single-product .sidebar { 
 width: 25%;
 }April 24, 2017 at 5:31 pm in reply to: Woocommerce Product Page Sidebar Control not possible. I need your help! #782461Hi Ismael, I do not know why I do not get on the Single Product page the widget, I appear as in sidebar page, and besides I do not get all the widget that is in that section, is there something I am doing wrong? I have to add some code, thank you very much April 6, 2017 at 1:19 pm in reply to: Woocommerce Product Page Sidebar Control not possible. I need your help! #773163Hello @Yigit I would like to know where is taking the sidebar that appears in the products page when I added the code that I have been given, I do not know how to change or add the widgets that appear, thanks April 6, 2017 at 12:13 pm in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #773126Hello @mensmaximus, after a lot of patience, I have managed to make my child theme and follow your steps, I have succeeded! thank you April 6, 2017 at 9:40 am in reply to: Woocommerce Product Page Sidebar Control not possible. I need your help! #773046Good morning @Yigit @mensmaximus after the solution given in the sidebar that works for me, how can I tell you the widget that has to go, I can not find how to put it in the shop owerview page which is where I have my widget configured, I hope your news, thanks for all. April 5, 2017 at 4:25 pm in reply to: Woocommerce Product Page Sidebar Control not possible. I need your help! #772653Thanks @mensmaximus, but I do not understand well the theme of the child I have my clients a little angry I hope they update the support team of enfold the issue I think we are enough that we need a solution without us having to be editing nothing of the teme to solve the problem Of the images with the new update of woocommerce. April 5, 2017 at 11:30 am in reply to: Woocommerce Product Page Sidebar Control not possible. I need your help! #772417Thanks a lot, everything ok with the sidebar! I am now with the problems of the image of the page of products and the solutions that give there are people that we do not know how to add a theme child, we need a simple solution… 
- 
		This reply was modified 8 years, 5 months ago by 
- 
		AuthorPosts
