Okay
  Public Ticket #2324281
Private Ticket #2302077
Closed

Comments

  •  1
    eddyferg started the conversation

    I update the ticket the extra gallery there is no images in the light box.

    Also is the a way to update the link in the back end for social media

  • [deleted] replied

    Hi eddyferg,

    Thanks for your ticket.

    Could you explain more about your problem and how to reproduce this error. By this way we can check and fix for you easier.

  •  1
    eddyferg replied

    Select any ring and select yellow gold then click on the picture. it does not enlarge with the images

  • [deleted] replied

    Hi eddyferg,

    I got it.

    I'm checking your problem and will response you asap.

  • [deleted] replied

    Hi eddyferg,

    Seem your website has cache server. I tried to edit code but your site didn't apply anything.

    Please disable cache server for me.

  •  1
    eddyferg replied

    I think the that page cache in magento was disable

  • [deleted] replied

    Hi,

    Now we are on weekend and will come back on Monday. We will check and response you on that day.

  • [deleted] replied

    Hi eddyferg,

    Sorry for the late reply.

    I means cache server, not cache magento. Please disable cache server for me because now I can't edit anything.

  •  1
    eddyferg replied

    Ok Done

  • [deleted] replied

    Hi eddyferg,

    Could you check it again?

    I try to edit file: /pub/static/frontend/Mgs/amely/en_US/MGS_ExtraGallery/js/swatch-renderer.js

    but your website didn't apply my changes.

  •  1
    eddyferg replied

    No still not working

  •  1
    eddyferg replied

    It is working now. The only problem is the images smaller in the configurable images

  • [deleted] replied

    Hi,

    You means this images is smaller ?

    1358892004.png

    You can add this code css on admin -> MGS -> Theme Settings -> Custom Style -> Add Custom Style

    .mfp-gallery .mfp-image-holder .mfp-figure img.mfp-img {
        min-width: 475px !important;
        min-height: 475px !important;
    }

    3151198735.png

    Then clear all cache and check on private browser.

  •  1
    eddyferg replied

    Yes then it should be the "Max Width Images (Default 600"

    Should it not be the default size of the Max Width?

  • [deleted] replied

    Hi eddyferg,

    We design this block has size 400x480 (pixels).

    7973173385.png

    However if you want to the image has max width (default 600px), you can add this code css on admin -> MGS -> Theme Settings -> Custom Style -> Add Custom Style

    .mfp-gallery .mfp-image-holder .mfp-figure img.mfp-img {
        min-width: 600px !important;
        min-height: 600px !important;
    }

    Then clear all cache and check on private browser.