New Landing How can we help? Atelier Variable Products Variations not showing up since update last night

Viewing 15 posts - 16 through 30 (of 34 total)
  • Posted in: Atelier
  • #207903
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    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.
    #207908
    dm13
    Member
    Post count: 248

    Thanks 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.

    #207909
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Just 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 files

    1) 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

    #207910
    dm13
    Member
    Post count: 248

    oh! 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?

    #207912
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    It 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

    #207917
    dm13
    Member
    Post count: 248
    This reply has been marked as private.
    #207949
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    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
    Mohammad

    #207951
    dm13
    Member
    Post count: 248

    hi 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.

    #207953
    dm13
    Member
    Post count: 248

    one 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

    #207961
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    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
    Mohammad

    #207968
    dm13
    Member
    Post count: 248

    changed the product image sizes to what you showed.. didnt do anything.

    #207970
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Have you regenerated the thumbnail through regenerate plugin?
    Thanks
    Mohammad

    #207985
    dm13
    Member
    Post count: 248

    yes just did that. no difference. still showing half of each image together.

    #207988
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    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

    #208228
    dm13
    Member
    Post count: 248

    Okay 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.

Viewing 15 posts - 16 through 30 (of 34 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register