Home › Forums › WoodMart support forum › woocomerce product bundle issue
woocomerce product bundle issue
- This topic has 53 replies, 2 voices, and was last updated 3 years, 10 months ago by
Artem Temos.
-
AuthorPosts
-
April 4, 2021 at 1:05 pm #278758
Ayush_TimalsinaParticipanthello there, woocommerce product bundle is not working properly in this woodmart theme.. every thing get so big please help me out. i saw many topic regarding this but i wasnt much clear
woocommerce product bundle is facing so manny issue in woodmartthere are table , grid ,standard layout and none is working for me
i have given you my website link and some detailsApril 5, 2021 at 6:33 am #278849
Artem TemosKeymasterHi,
Please, describe to us your problems in a bit more details. Attach some screenshots and provide us with a list of steps on how to reproduce them on your website.
Thank you in advance.
April 5, 2021 at 9:34 am #278931
Ayush_TimalsinaParticipantokay thank you so much for your concern
i installed woocommerce product bundles plugin (please do check out this plugin once)
but it isn’t working as shown in plugin..
this plugin provides three layout for product (standard, table, grid) and none of them work as shown in plugin demo… standard and grid one just gets so big and huge in size …and table one even does’nt display correctly…..
this plugin works fine in storefront theme and other themes but it has lots of issue in woodmart theme……plugin is working fine but product display is so worse
i am not just good in explaining this please do check it outAttachments:
You must be logged in to view attached files.April 5, 2021 at 9:36 am #278937
Artem TemosKeymasterCould you please install the Storefront theme and disable all extra plugins so we can see how it should work?
Thank you in advance.
April 5, 2021 at 10:12 am #278943
Ayush_TimalsinaParticipantokay i already did it
April 5, 2021 at 10:14 am #278944
Ayush_TimalsinaParticipanthi there i have already deactivated other plugin please check it out fast and resolve it …
April 5, 2021 at 10:18 am #278945
Ayush_TimalsinaParticipantyou can check out woocommerce product bundle for demo
April 5, 2021 at 10:31 am #278946
Ayush_TimalsinaParticipanthello please watch it out i just installed storefront an please check “help xtemos” and now pleaseee dooo solve it and confighure it
April 5, 2021 at 10:43 am #278952
Ayush_TimalsinaParticipanthello please do reply fast
April 5, 2021 at 11:12 am #278963
Artem TemosKeymasterPlease, check how it looks now. There are a few differences only like product title font size. You can adjust it with our Advanced typography settings https://xtemos.com/docs/woodmart/advanced-typography-settings/
April 5, 2021 at 11:23 am #278971
Ayush_TimalsinaParticipantdear xtemos nothing has been changed… grid layout, table layout, standard layout is looking same as before
is this bot replying to me???
“woocommerce bundle product” is a plugin …April 5, 2021 at 12:07 pm #278981
Artem TemosKeymasterWe have compared the table view with WoodMart and Storefront and it looks the same. The only difference is the font size for the title and also our theme’s table looks a bit different (doesn’t have grey backgrounds for rows).
We don’t see that test product now to test it one more time. Also, please, clarify what exactly is wrong with the table layout for example?
April 5, 2021 at 12:24 pm #278986
Ayush_TimalsinaParticipantnothing else i just want my product to look as shown in picture of woocommerce bundle plugin
have you checked out all images i gave above??
when i select grid layout in “woocommerce product bundle plugin” the product layout become soo bigplease check out my every message i replied there with every images
i just want woocommerce bundle plugin to work like in this figure i mentioned below
Attachments:
You must be logged in to view attached files.April 5, 2021 at 12:39 pm #278996
Artem TemosKeymasterThese screenshots are from the Storefront theme and of course, our theme looks a bit different. Please, specify which layout are you interested in and we will provide you with a simple CSS code to make it looks like Storefront. Note that if you want to make it looks 100% exactly, then you will need to perform additional code customization that is out of our theme support scope.
Also, as you can see, our theme is fully compatible with this plugin. But we don’t have any specific CSS styles for that.
April 5, 2021 at 12:41 pm #278998
Ayush_TimalsinaParticipantokay then please provide me css as much you can..and thank you so much for your guidance
April 5, 2021 at 12:42 pm #278999
Artem TemosKeymasterPlease, specify which layout you are interested in. As we can understand, you can’t use them all at the same time.
April 5, 2021 at 12:47 pm #279000
Ayush_TimalsinaParticipanttable one would be so useful for me
April 5, 2021 at 12:48 pm #279001
Ayush_TimalsinaParticipantplease provide me css for table layout
April 5, 2021 at 12:50 pm #279003
Artem TemosKeymasterSend us a link to the product with table bundled products.
April 5, 2021 at 12:55 pm #279007April 5, 2021 at 12:56 pm #279008
Ayush_TimalsinaParticipantit doesnt look like table layout though
April 5, 2021 at 1:00 pm #279011
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings
.summary-inner table:not( .has-background ) th { background-color: #f8f8f8; font-size: 14px } .summary-inner table:not( .has-background ) tbody td { background-color: #fdfdfd; } .summary-inner table:not( .has-background ) tbody tr:nth-child(2n) td, .summary-inner fieldset, .summary-inner fieldset legend { background-color: #fbfbfb; } .summary-inner h4.bundled_product_title { font-weight: 400; font-size: 16px; }
April 5, 2021 at 1:01 pm #279012
Artem TemosKeymasterAnd this part as well
.summary-inner .bundled_item_qty_col div.quantity { font-size: 14px; }
April 5, 2021 at 1:12 pm #279015
Ayush_TimalsinaParticipantdear xtemos i forgot to locate “before tabs” you gave me css for default tab
xtemos i am sending you the link again and please provide me again css for this
please do check it out again i am sorry for inconvenience
check my link again and provide me css
https://pujamandu.com/index.php/product/xtemos/April 5, 2021 at 1:16 pm #279018
Ayush_TimalsinaParticipantif css is needed for mobile then also do provide me
and thank you so much for your support xtemos
April 5, 2021 at 1:23 pm #279020
Artem TemosKeymasterOK, try to replace it with the following one
.single-product-content table:not( .has-background ) th { background-color: #f8f8f8; font-size: 14px } .single-product-content table:not( .has-background ) tbody td { background-color: #fdfdfd; } .single-product-content table:not( .has-background ) tbody tr:nth-child(2n) td, .single-product-content fieldset, .single-product-content fieldset legend { background-color: #fbfbfb; } .single-product-content h4.bundled_product_title { font-weight: 400; font-size: 16px; } .single-product-content .bundled_item_qty_col div.quantity { font-size: 14px; } .single-product-content div.quantity input[type=number] { margin:0 -3px }
April 5, 2021 at 5:06 pm #279067
Ayush_TimalsinaParticipantthank you so much…you are my saviour
but it isnt displaying correctly in my mobile ..please provide me css if needed
April 6, 2021 at 6:20 am #279148
Artem TemosKeymasterCould you please send us a screenshot? Also, we don’t see this table anymore. Please, send us a link where we can see it now.
April 6, 2021 at 7:01 am #279174
Ayush_TimalsinaParticipantcheck it now please can you make same css for mobile as well?? or configure by any method
April 6, 2021 at 7:08 am #279175
Ayush_TimalsinaParticipantand also can you please decrease the size of table i have more than 100 products to bundle..
by the way every thing you configured me is just so awesome…and please provide css for all variant(mobile ,tablet etc etc) if available
-
AuthorPosts
- You must be logged in to create new topics. Login / Register