Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #864256

    Hello,
    I was wondering what would be the best option to display 3 different views of one product on a site, like the way it is done on this site..

    http://www.canalisystem.com/en/r14957?sNodeFragFilter=15337

    Thanks in advance for your help. -Perry

    #864295

    Hey Perry,
    How about using the Gallery element with the style set to: “Big image with thumbnails below”
    2017-10-14_104019

    Best regards,
    Mike

    #865509

    That would work great but transparent images display with a black back ground with the gallery. Any other ideas?

    #865685

    Hi,

    That shouldn’t happen, could you post a link to where we can see the problem please?

    Best regards,
    Rikard

    #865828

    Hi Rikard,

    Thanks for looking into this. You can see it on this page.
    http://www.lovewordpress.com/canali-chest-press/

    The gallery image on the right is using the same image as the image on the left.

    Thanks again for the help! – Perry

    • This reply was modified 7 years, 1 month ago by PerryG.
    #866263

    Hi,

    This CSS in your child theme is causing that, please remove it:

    .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big {
        background-color: #333333;
    }

    Best regards,
    Rikard

    #866286

    Thanks Rikard,

    I just checked and I don’t have anything in the following:

    Appearance > Editor > Enfold Child > Style CSS

    or in:

    Theme Options > General Styling > Quick CSS.

    No entries at all, not just the code you posted. Do you have any other ideas? Thanks again! – Perry

    #866287
    This reply has been marked as private.
    #866497

    I found where it is getting the color from, Theme Options > General Styling > Alternate Content > Default Background color. I changed it to blue, #0029f5, and now the gallery background on transparent images are blue. I am changing it back to #333333.

    Can you provide me some CSS to make the gallery background transparent? This didn’t work for me:

    .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big {
    background-color: transparent;
    }

    Thanks! – Perry

    • This reply was modified 7 years, 1 month ago by PerryG.
    #867048

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .page-id-1346 .alternate_color .avia-gallery-big,.page-id-1346 .alternate_color .avia-gallery img {
        background-color: transparent !important;}

    I added the page-id so it will only work on that page, but you can remove it if you wish.

    Best regards,
    Mike

    #868366

    This worked. Thanks Mike! I really appreciate it.

    #868625

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #868873

    Thanks again, Rikard. This topic can be closed. – Perry

    #869408

    Hi Perry,

    Thanks for the feedback, I’ll close this thread for now.

    Best regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Display different views of a product’ is closed to new replies.