Home Forums WoodMart support forum Size guide

Size guide

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #28243

    leonidas
    Participant

    Hi,
    Can you tell me how I disable the size guide table?I need only the image.Nothing else.
    Thank you

    #28245

    leonidas
    Participant

    Also look at the video.Where is the close button after the zoom in?

    #28277

    Artem Temos
    Keymaster

    Hi,

    You can edit the size guide in Dashboard -> Size Guides and remove the table there https://gyazo.com/68d9b08c0434b33d1ad875351b880d05 simply clear it.
    Your size guide content has a simple link to the image and you open it in a new window.

    Regards

    #28293

    leonidas
    Participant

    1.I did but I can’t get rid of this.
    2. Yes I know, but as you can clearly see in the video if you zoom in the photo you don’t have a way to close it and go back to the product page again,because simply there is no close button.The only way is to use the back button of chrome browser.
    3. How do we move this button to the left?

    Regards

    #28294

    Artem Temos
    Keymaster

    1. Use this snippet to remove it

    .woodmart-sizeguide .responsive-table {
    	display:none;
    }

    2. But you open the image in a new window, there is no way to put a close button there.

    3. Here is a code to move the button

    #cboxClose, .full-screen-close-icon, .popup-added_to_cart .mfp-close, button.mfp-close {
        left: 0!important;
        right: auto!important;
    }

    Regards

    #28304

    leonidas
    Participant

    1. 3. Perfect

    2. The solution I believe is by taping the image (low res devices) or by clicking on it (large devices) so it will return to its previous state.

    #28310

    Artem Temos
    Keymaster

    2. Sorry, but we don’t understand what do you mean. You need to understand that when you click the image you don’t zoom it. Actually, you simply click on a regular page and you are redirected to the direct page for this image. It is the same as open any other page for example this one https://wood.r.worldssl.net/wp-content/uploads/2016/07/blog-grid-9.jpg

    Regards

    #28319

    leonidas
    Participant

    Maybe I didn’t express it correctly.Ok how do we go back from this page http://prntscr.com/hlw6y2
    to the regular page http://prntscr.com/hlw6gy without using chrome to achieve this.

    #28321

    leonidas
    Participant

    If there is no other way can we disable this function ( http://prntscr.com/hlw6y2) and keep only the first http://prntscr.com/hlw6gy. I am fine with that

    #28350

    Artem Temos
    Keymaster

    How did you add this image to the size guide popup? Just edit it in the place you added this image and remove the link tag – <a href="....

    Regards

    #28365

    leonidas
    Participant

    This is how I did it.Do you know another way?
    So where do I find the link tag <a href=”…. to remove it?
    Regards

    #28382

    Artem Temos
    Keymaster

    Be sure that you didn’t set any link for it when you added it as you show on the video. https://gyazo.com/a18fde00ca75124842d4ad892969357b

    #28451

    leonidas
    Participant

    PERFECT.close the ticket then

Viewing 13 posts - 1 through 13 (of 13 total)

The topic ‘Size guide’ is closed to new replies.