Home › Forums › WoodMart support forum › Lumise Integration
Lumise Integration
- This topic has 10 replies, 2 voices, and was last updated 4 years, 1 month ago by
Artem Temos.
-
AuthorPosts
-
December 27, 2020 at 8:07 pm #253947
Pixelfly-InnovationsParticipantGreetings,
I just added lumise which is a product designer plugin. Everything works fine but the button color and alignment is not right. Please find the screenshot for your reference.
I would like to change the button color of customize to my theme’s default color (Blue) and the alignment on mobile is not correct. Please check the screenshot.I have configured this tool to only one product now for testing purposes.
Product URL: https://printifly.com/product/custom-mugs/Attachments:
You must be logged in to view attached files.December 27, 2020 at 8:25 pm #253953
Pixelfly-InnovationsParticipantI had installed the same customizer on a test site (Local server) where it worked fine. I have attached the screenshot for your reference.
Attachments:
You must be logged in to view attached files.December 28, 2020 at 7:19 am #254008
Artem TemosKeymasterHello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.single-product .lumise-customize-button { color: white; background-color: #00a3ef; border-radius: 35px; } .single-product .lumise-customize-button:hover { color: white; background-color: #36b4e5; box-shadow: none; } .woodmart-sticky-btn .single_add_to_cart_button { display: none; } @media (max-width: 575px) { .woodmart-sticky-btn .lumise-customize-button { border-radius: 0; width: 100%; padding-left: 90px; } }
Regards
December 28, 2020 at 7:36 am #254013
Pixelfly-InnovationsParticipantThank you so much. You guys are awesome:)
Also i had one more requirement. Is there a way to showcase the star rating in the highlighted position (Please check the screen shot for reference).Attachments:
You must be logged in to view attached files.December 28, 2020 at 9:21 am #254047
Artem TemosKeymasterHello,
It is designed to be shown on hover only https://gyazo.com/248a9a2b477d641a4d583c330af489b5
Kind Regards
December 31, 2020 at 8:13 pm #254972
Pixelfly-InnovationsParticipantThere is one more issue. The customize button seems to be working fine on shop pages but on home page (elementor section) it is not getting displayed properly. Please find the screenshot for reference.
Attachments:
You must be logged in to view attached files.January 4, 2021 at 8:32 am #255508
Artem TemosKeymasterHello,
We see that you have added some custom CSS code to style this button on the shop page. So you need to create a code for the home page as well since there are no such styles for the button by default
http://prntscr.com/wfrh7wKind Regards
January 7, 2021 at 3:15 pm #256498
Pixelfly-InnovationsParticipantCan you please send me a CSS for that? It would be of great help
January 8, 2021 at 7:09 am #256668
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.product .lumise-list-button { display: inline-block; transition: all .3s ease; padding: 12px 20px; line-height: 1; }
January 8, 2021 at 8:00 am #256680
Pixelfly-InnovationsParticipantThank you. The issue is fixed:)
January 8, 2021 at 8:12 am #256681
Artem TemosKeymasterGreat, you are welcome!
-
AuthorPosts
The topic ‘Lumise Integration’ is closed to new replies.
- You must be logged in to create new topics. Login / Register