Home Forums WoodMart support forum Display

Display

Viewing 30 posts - 1 through 30 (of 32 total)
  • Author
    Posts
  • #41631

    gra
    Participant

    I do not have Display, so how can I change sizes images?

    #41647

    Artem Temos
    Keymaster

    Hi,

    If you run the latest version of the WooCommerce plugin you can manage your product images size via Appearance -> Customize -> WooCommerce -> Product images.

    Regards

    #41661

    gra
    Participant

    I did as you asked and nothing

    Attachments:
    You must be logged in to view attached files.
    #41663

    gra
    Participant

    .

    Attachments:
    You must be logged in to view attached files.
    #41667

    Artem Temos
    Keymaster

    Try to regenerate all thumbnails with this plugin https://wordpress.org/plugins/regenerate-thumbnails/

    #41809

    gra
    Participant

    I did the same as you wrote be but id didn’t help. When I tried to set 150×150, pictures quality is really bad and that size cut the picture. I have also problem with gallery. I set one more picture to item, but I cant see it. I enclose the picture.

    Attachments:
    You must be logged in to view attached files.
    #41811

    gra
    Participant

    ….

    Attachments:
    You must be logged in to view attached files.
    #41830

    Artem Temos
    Keymaster

    Since this functionality is a part of WooCommerce plugin, could you please check how it works with default wordpress theme to see if it is our theme issue or not?

    #41875

    gra
    Participant

    everything works without any problem

    Attachments:
    You must be logged in to view attached files.
    #41883

    Artem Temos
    Keymaster

    Hello,

    Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?

    Thank you in advance

    #41895

    gra
    Participant

    How can I give yo access?

    #41896

    Artem Temos
    Keymaster

    You can post it via the Private Content field.

    #41898

    gra
    Participant

    ok, i sent

    #41899

    Artem Temos
    Keymaster

    And send us a direct link to the product where we should test it.

    #41901

    gra
    Participant

    ok

    #41902

    Artem Temos
    Keymaster
    #41903

    gra
    Participant

    I made that product on home hosting, but its the same problem. I can make it also here but its not about it

    #41904

    gra
    Participant

    when I close plugin ‘Redux Framework’ then pictures shows but in normal size

    #41907

    Eric Watson
    Participant

    Hello,

    Please, update the theme to the latest version first.

    Kind Regards
    XTemos Studio

    #41920

    gra
    Participant

    I did it, but it doesn’t work

    #41947

    Artem Temos
    Keymaster

    We can’t access your website now.

    #41954

    gra
    Participant

    #41986

    Artem Temos
    Keymaster

    Please, provide us your FTP access as well since we can’t find any problems in the configuration.

    #41999

    gra
    Participant

    …..

    #42033

    gra
    Participant

    Did you found a problem?

    #42064

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body .product-grid-item .hover-img img, 
    body .product-grid-item .product-image-link img {
        width:auto;
    }
    #42098

    gra
    Participant

    it works, but I have a question. Is it possible to make pictures in smaller size? all picture is in a standard or very big size

    Attachments:
    You must be logged in to view attached files.
    #42101

    gra
    Participant

    not all but only the long pictures, which I had problem with, which you resolved

    #42102

    gra
    Participant

    …..0

    Attachments:
    You must be logged in to view attached files.
    #42110

    Artem Temos
    Keymaster

    Try to add this code too

    body .woocommerce-product-gallery .product-image-thumbnail img, 
    body .woocommerce-product-gallery .woocommerce-product-gallery__image img {
        width:auto;
    		margin: 0 auto;
    		display: block;
    }
    
    .woocommerce-product-gallery__image a {
    	display: block;
    }
Viewing 30 posts - 1 through 30 (of 32 total)