Home › Forums › WoodMart support forum › Upgrade from 2.10.1 to 3.3
Upgrade from 2.10.1 to 3.3
- This topic has 51 replies, 4 voices, and was last updated 6 years, 1 month ago by Elise Noromit.
-
AuthorPosts
-
December 4, 2018 at 2:02 pm #93748
leonidasParticipantdone
December 4, 2018 at 8:49 pm #93898
leonidasParticipantHello
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.December 5, 2018 at 7:08 am #93944
Artem TemosKeymasterSorry, but there is no such kind of layout in our theme and it is not possible to do with custom CSS.
December 5, 2018 at 7:24 am #93954
Artem TemosKeymasterAnd we see that you return your code changes again and it doesn’t work as expected.
December 5, 2018 at 7:48 am #93959
leonidasParticipantI 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.December 5, 2018 at 7:56 am #93962
Artem TemosKeymasterSorry, but there is no such option in our theme to combine them both.
December 5, 2018 at 8:02 am #93966
leonidasParticipantSo 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 2December 5, 2018 at 9:22 am #93997
Artem TemosKeymasterTry to reload the page after resizing the browser.
December 5, 2018 at 9:37 am #94001
leonidasParticipantI 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.December 5, 2018 at 12:07 pm #94031
Artem TemosKeymasterBut you still have a wrong markup so it can’t work correctly now.
December 5, 2018 at 12:08 pm #94033
leonidasParticipantSo what should be my next move?
December 5, 2018 at 2:08 pm #94071
Artem TemosKeymasterRemove all your code modifications as we already suggested. Otherwise, you will not able to reproduce similar layouts as on our demo.
December 5, 2018 at 3:58 pm #94113
leonidasParticipantOk .
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.
RegardsDecember 6, 2018 at 7:14 am #94248
Bogdan DonovanKeymasterHi,
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
December 6, 2018 at 8:39 am #94289
leonidasParticipantPerfect .
I also want to keep the same layout (first image) until 768 res.
Now is changing under 1025 (second image)December 6, 2018 at 3:55 pm #94396
Bogdan DonovanKeymasterHi,
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
December 6, 2018 at 5:18 pm #94401
leonidasParticipantThank 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 galleryRegards
December 7, 2018 at 8:36 am #94517
Bogdan DonovanKeymasterHi,
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
December 7, 2018 at 8:56 am #94524
leonidasParticipant1. 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 youDecember 7, 2018 at 12:08 pm #94551
Artem TemosKeymaster2. 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.
December 9, 2018 at 12:40 pm #94943
leonidasParticipantHello
Where do we change this font size?
Regards LeonidasDecember 10, 2018 at 7:16 am #95033
Elise NoromitMemberHello,
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
-
AuthorPosts
The topic ‘Upgrade from 2.10.1 to 3.3’ is closed to new replies.
- You must be logged in to create new topics. Login / Register