Magento 1.9.1 Swatches - Image Groups - magento

After upgrading to 1.9.1 I have the colour swatch selection showing the right product image depending on the colour swatch selected on the product page.
Each product has a few alternative views per colour. These are shown below the main image as predicted as "More Views"
My problem is that ALL colours varients are shown in "More Views" when ideally only the alternative images of the colour selected should be shown.
Has anyone found a way to group the main image and it's alternative colour variant to show dependent on the swatch selected? Please see screen shots.

In 1.9.1 there is a filter inside app/design/frontend/rwd/catalog/product/view/media.phtml that excludes any image with a Label matching any of the color options. All other images you upload on the configurable product will be shown.
On the configurable product, go to images tab and check your images:
You need to have one image checked as Base, Small and Thumbnail
(optional) One or more additional images to show below "More Views" (from one color option only). Do not upload all color options.
One image per each color option to be used as a swatch. Label each one with the color name and add the suffix "-swatch" (i.e. Light Green-swatch)
The RWD theme of Magento 1.9.1 will only swap the main image when you click on a swatch color. Images below "More Views" will remain the same.
You can find more info on this article

I was also wondering about this... but I think the media gallery won't change out of the box in 1.9.1. However, you might be able to show and hide some image groups via CSS/JS to only show the associated images of the currently selected option.

Related

How can i add this customization to my Shopify debut theme?

I'm trying to do some customization to my Debut theme in Shopify. On the home page I'm trying to customize my Featured images sizes. Shopify gives you the ability to adjust how many pictures you can put on a row and the sizes adjust accordingly.
Problem 1: I want to have 4 pictures per row but use the same sizing as 3 pictures on a row.
I found this question on the forum and it helped with the sizing.
These photos are the areas where I made the adjustments (may not show sizing adjustments in pictures). It did make the photos larger when done.
(Click images to enlarge)
Problem 2: This increased the picture size, but it puts the 4th picture on a separate row. I"m pretty sure this has to do with the page sizing. I'm struggling to find the page / box width to adjust sizing to keep all the pictures in the same row.
I tried to adjust the div width, but it didn't work.

how to color a particular part of image in photoshop

Hi guys I am new to photoshop I have spirit image here which has multiple images in same images for example I have cart image here alongside of phone call image. I just want to change the color of cart to red.. I have photoshop and went through tutorials but hue/saturation doesn't help enter image description here
can someone help me or provide me steps how to change color.
Your screenshot seems to show that your sprite image is a transparent PNG, so you can click the Lock Transparent Pixels button on the Layers panel on the right. Then you can pick the color red you want in the Color Picker and use the Brush tool to paint only the cart.
You can select just one image, or a specific part of a larger image, by using the 'magic wand' tool.
Click this icon, or the icon most similar to it in Photoshop:
Magic Wand Tool
Then select your shopping cart by clicking on a portion of it which is colored, then you'll be able to change the color with the paint bucket tool, or by using the menu at the top of the screen.
You'd click 'Edit' then 'Fill' to fill your selection with the color chosen in your color picker currently.
For changing a color you have to go to right footer and there you'll see fx (Add a layer style) -> Color Overlay.
From there you can change the color of your cart
For reference I am attaching the images.
Fx Menu
Color Overlay

Magento home page slider full width

I installed the slider extension Auguria Slider but somehow it doesn't work like expected.
How can i make the slider full width?
actually i have installed Auguria Slider first we have to know how we download image
1.first how much pixel you want image
2.consider i want width 1200px height 350px
3.then down load
4.go to magento admin panel select system=>configuration=>right side one option is there that is slider click on
5.it will show slider option
6.how much you want set the value
7.then check your home page magento it will not display do not worry
8. here i have wamp so i go to www=>your folder name=>skin=>frontend=>base=>default=>css=>Auguria=>sliders=>default.css
9.here we have to put some code that is
.auguria-slider-image{
width:1200px;
height:600px;
}
10.i hope it will work good
11.you have change pixel range
conclusion
12.how to know how much pixel we want
13.first go to magento home page cursor put on slider image right click then we will select inspectelement
14.now we see one box left side corner one arrow mark is there click on then go to slider image it will show how much pixel have
15.we have to particular image open paint we can change pixel and size
16.that all
17.i hope it will work finethis image last work good[enter link description here][1]

Parsys on top of an image

There is requirement where parsys should be added on top of an image. It is like a background image with the provision of parsys so that other components can be dragged and dropped on top of it. I am using html5smartimage for image component. But, no clue yet on how I can get the parsys on top of the image. Please help if you find any ideas. Thanks.
is the image authorable? If so, how do you intend to provide click-area for the authors to change the image vs edit items in the parsys.
If the image isn't authorable, just target the CSS for your parsys and set the image.
If the image is authorable, in edit mode you want the image to be distinct from the parsys and have separate clickable areas. Then in preview/disabled modes you would generate the actually desired markup & CSS to position the parsys content over the background image.

Magento: Detailed Image on Mouse-over for Product Attribute

I would like to show a detailed image on mouseover for each of our options.
This is exactly what i am after:
http://www.potterybarn.com.au/textured-solid-pillow-cover
Any idea on how to do that? Or is there a plugin available for that?
Detailed image is usually called product zoom function and it's present in most of magento themes including default ones. It shows original image on zoom function and smaller version of the same image by default.
Images for options function is called color swatch, most of the modules aren't free. But the recent magento 1.9.1 has this feature for free in their new default theme called rwd. There are both color swatch and product image zoom features. You can look how they've done it and extend their solution if you need something more
The easiest way to achieve option image itself on hover would be to use image of resolution you need to have on hover in your configurable product. Then change html of configurable swatch options file. Currently it shows just one image, you can add the same image wrapped in some block. Then change the size of one image to be small, hide block hide big one and show it on hover via css/js.
File with code for swatches: app/design/frontend/rwd/default/template/configurableswatches/catalog/product/view/type/options/configurable/swatches.phtml
/skin/frontend/rwd/default/js/configurableswatches/swatches-list.js
and change line no: 52 "click" to "mouseover"
Then check, if correct please vote me.
Thanks.

Resources