Home Forums WoodMart support forum Upgrade from 2.10.1 to 3.3

Upgrade from 2.10.1 to 3.3

Viewing 22 posts - 31 through 52 (of 52 total)
  • Author
    Posts
  • #93748

    leonidas
    Participant

    done

    #93898

    leonidas
    Participant

    Hello
    Check the first image: http://prntscr.com/lqqx7p
    Can you please tell me if it is possible to enable the vertical slider from 768 to 1024 resolution?
    Now it is activated from 1025 and above.

    #93944

    Artem Temos
    Keymaster

    Sorry, but there is no such kind of layout in our theme and it is not possible to do with custom CSS.

    #93954

    Artem Temos
    Keymaster

    And we see that you return your code changes again and it doesn’t work as expected.

    #93959

    leonidas
    Participant

    I understand.I made a few experiments.Reverting back.
    I just try to find an alternate way to solve the issue with the minified thumbnail between 768 and 1024 resolutions.
    I know there is an issue from my side but I can’t figure out which part of my code.
    Lets summarrize:
    1. I enabled this product layout (image 1) and the problem with minified thumbnails solved.
    2. But above 1024 resolution I don’t like to see a huge photo.
    The perfect layout is the second image
    First af all Is it possible to combine them both?
    Waiting for your reply.

    #93962

    Artem Temos
    Keymaster

    Sorry, but there is no such option in our theme to combine them both.

    #93966

    leonidas
    Participant

    So I enable this product layout necessarily. (image 1)
    And we revert back to our previous problem.
    What do you suggest to solve the issue (minified thumbnails between 768 and 1024) image 2

    #93997

    Artem Temos
    Keymaster

    Try to reload the page after resizing the browser.

    #94001

    leonidas
    Participant

    I have done something more convincing.
    I cleared the browser’s cache (from my two tablets) and checked the product layout in landscape mode.
    And here it is the image,.Check it to any tablet to confirm.

    #94031

    Artem Temos
    Keymaster

    But you still have a wrong markup so it can’t work correctly now.

    #94033

    leonidas
    Participant

    So what should be my next move?

    #94071

    Artem Temos
    Keymaster

    Remove all your code modifications as we already suggested. Otherwise, you will not able to reproduce similar layouts as on our demo.

    #94113

    leonidas
    Participant

    Ok .
    I will come back to this issue whenever I have any news to share.
    I want to ask something else though.
    Is it possible using CSS to make the quick view horizontal (http://prntscr.com/lr3yba) on tablet vertical mode?
    Now under 768 is vertical.
    Regards

    #94248

    Bogdan Donovan
    Keymaster

    Hi,

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

    @media (min-width: 768px) {
    
    	.quick-view-horizontal .col-12 {
    		-ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    			
    	}
    }

    Regards

    #94289

    leonidas
    Participant

    Perfect .
    I also want to keep the same layout (first image) until 768 res.
    Now is changing under 1025 (second image)

    #94396

    Bogdan Donovan
    Keymaster

    Hi,

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

    @media (min-width: 768px) {
    	
    body p.form-row-first {
    	float: left;
    }
    	
    body p.form-row-last {
    	float: right;
    }
    
    body p.form-row-first, 
    body p.form-row-last {
     width: 48%;
    }
    
    }

    Regards

    #94401

    leonidas
    Participant

    Thank you!
    1. Check the first video
    Is this behavior normal or there is an issue here?

    2 The same applies to the second video.
    (A second image is loading below the first one)

    3. Although I have set the countdown timer in the variable product I am not able to see it below the product in the shop page or the product page.
    Did I miss anything?

    4. As you can see in the last image I have set two extra photos in the gallery for the second variation.
    Why I can’t see those photos inside the quick view gallery

    Regards

    #94517

    Bogdan Donovan
    Keymaster

    Hi,

    1. Try to disable your child theme with custom code to check if it affects this behaviour.

    2. Try to disable product gallery auto-height option to fix this. We also will fix this issue in our next theme update.

    3. Turn on Countdown for variable products option first.

    4. By default Variation Image Gallery function does not apply to quick view.

    Regards

    #94524

    leonidas
    Participant

    1. It seems that the problem is somewhere inside the code I have added.
    2. Can you please share the code?
    3. Where can I find this option?
    4. Thank you

    #94551

    Artem Temos
    Keymaster

    2. Sorry, but it is not possible to fix this with code snippet before the update.

    3. You can find it in Theme Settings -> Product page -> Show hide elements.

    #94943

    leonidas
    Participant

    Hello
    Where do we change this font size?
    Regards Leonidas

    #95033

    Hello,

    Navigate to the Theme Setting > Typography > Advanced typography and you can configure the fonts. More details are here: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

Viewing 22 posts - 31 through 52 (of 52 total)

The topic ‘Upgrade from 2.10.1 to 3.3’ is closed to new replies.