Digital experiences for all disciplines
New Landing › How can we help? › Atelier › Variable Products Variations not showing up since update last night
New Landing › How can we help? › Atelier › Variable Products Variations not showing up since update last night
- This topic has 33 replies, 6 voices, and was last updated 9 years by Rui Guerreiro – SUPPORT.
-
Posted in: Atelier
-
August 27, 2015 at 12:16 am #207903
Regarding the dropdbox links it works fine, just tried it now.
Will attach it here.You really should use the child theme to don’t be stuck in the updates.
You can use the one in the below, is the same that is inside our big zip file in Themeforest.
http://d.pr/f/1g3vO/BidKOX65-Rui
Attachments:
You must be logged in to view attached files.August 27, 2015 at 12:21 am #207908Thanks i didnt realize that symbol meant image upload. Got it!
thanks for the link for a child theme – i have absolutely no idea how to install or use or even begin, so might have to find someone to teach me this part. I’ll save for future reference.
August 27, 2015 at 12:25 am #207909Just install it like any other theme, activate it and it’s done.
Inside the directory wp-content/themes/atelier-child you will have only 2 files1) functions.php or you should paste the code I provided
2) style.css that can also be used for css modifications.just simple as that, will save you time($$) in the future.
-Rui
August 27, 2015 at 12:28 am #207910oh! thats pretty simple. if i activate it now though, will it overwrite any of the stuff i’ve done so far? not code.. i’ve only added one thing to the CSS files.. but in terms of products and swift page build elements on pages and menus and such?
August 27, 2015 at 12:37 am #207912It won’t change anything, the only thing that it’s necessary to do is to assign the menus and chose again the initial page(Front page) because this information is stored for each theme or child theme.
You can always activate the parent theme.
-Rui
August 27, 2015 at 12:47 am #207917This reply has been marked as private.August 27, 2015 at 6:59 am #207949Hi,
Please remove the code from functions.php of child theme as you just inserted. You can remove the code through FTP software only. Let me know to check further.
Thanks
MohammadAugust 27, 2015 at 7:29 am #207951hi Mohammed, i was able to delete the child theme completely and that has restored it for me to be able to get back into the site. I am willing to install the child theme again, but not sure what to do with the snippet of code that Rui gave me? I have it installed in the Theme custom CSS area.. should i delete it from there prior to adding it to the child function php? and is there a specific area of the function php it needs to be added to? on a scale of 1-10 in terms of knowing about coding i’m about a 3.5 🙂 i can follow instructions but i dont know the ins and outs.
August 27, 2015 at 7:40 am #207953one more thing.. I’ve been shown how to add images to each of the variations and on the product page it works great. but on the product category page, it is overlapping both images in one .. here: http://nightmaircreations.com/product-category/guys/stone-bead-bracelets-bracelets/ its the turquoise and stone bracelet third from the left.
thx
August 27, 2015 at 8:03 am #207961Hi,
Please paste this code at functions.php of child theme.add_filter('woocommerce_variable_price_html', 'sf_custom_variation_price', 10, 2); function sf_custom_variation_price( $price, $product ) { $price = 'From '; $price .= woocommerce_price($product->get_price()); return $price; }
2- Please make the image settings according this image:-
Thanks
MohammadAugust 27, 2015 at 8:10 am #207968changed the product image sizes to what you showed.. didnt do anything.
August 27, 2015 at 8:13 am #207970Hi,
Have you regenerated the thumbnail through regenerate plugin?
Thanks
MohammadAugust 27, 2015 at 8:43 am #207985yes just did that. no difference. still showing half of each image together.
August 27, 2015 at 8:48 am #207988Hi
Here’s your issue, the image settings you are using are bigger than some of the images you’re uploading, for e.g. here: http://d.pr/i/1jleW/5zjg6Ra7 the front image is only 350px x 350px therefore they are not resized using the woocommerce settings because it’s not big enough, so it keep the original image size. You either need to upload bigger images or reduce your image size settings
– Kyle
August 27, 2015 at 5:52 pm #208228Okay Kyle i’m totally confused now. I had my image settings set smaller, and was told by Mohammed to increase the sizes to 700x940px. Now you are saying that the problem is that my images that I’ve uploaded are too small for that large image box.. I understand that. That is partly why i had the image sizes set for smaller.. my images are all 350x350px upon uploading.. and thats what i had my settings set at. But i was still having issues on just that one product.
I am putting my image settings back to what they were before Mohammed told me to increase them, and then we can figure why that one product isnt working.
-
Posted in: Atelier
You must be logged in and have valid license to reply to this topic.