Home › Forums › WoodMart support forum › Bug Product Archive in Mobile View
Bug Product Archive in Mobile View
- This topic has 15 replies, 3 voices, and was last updated 1 year, 11 months ago by Elise Noromit.
-
AuthorPosts
-
October 25, 2022 at 10:48 am #416343
bauerParticipantOctober 25, 2022 at 3:56 pm #416447
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the WP admin login details of your site so I will check and solve the issue.
Best Regards.
November 29, 2022 at 11:53 am #424655
bauerParticipantYes sure. See attached.
November 29, 2022 at 4:20 pm #424760
Aizaz Imtiaz AwanKeymasterHello,
Sorry to say but your WoodMart Theme and WoodMart Core plugin aren’t updated to the latest version. The latest version of the Theme running is 7.0.4 and the Core version running is 1.0.35.
Can you please once try to update your WoodMart theme and Core plugin to the latest version by following the given Theme’s Documentation link: https://xtemos.com/docs-topic/update-the-theme/ and then check back the issue again on your Site?
Best Regards
December 1, 2022 at 1:51 pm #425373
bauerParticipantHi,
everythings is updated now. Issue is still there. Could it be a css problem?
December 1, 2022 at 4:54 pm #425443
Aizaz Imtiaz AwanKeymasterHello,
The Quick style is an overlap style which is why the action button items adjustment is a bit different for the Mobile view, so we have applied the following Custom CSS on your Site in this regard to make the Add to Cart icon appear for the Mobile view:
.wd-quantity-overlap div.quantity:not(.hidden)+.button:before {
left: -1em !important;
}Location to iCustom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile >> there at the bottom you will find the CSS applied.
Please check back your Site after completely clearing browser and server cache.
Best Regards
December 2, 2022 at 12:58 am #425542
bauerParticipantPerfect. This css works great. But the green line with the cart symbol is not stretched (see picture attached). How To stretch the green line over the whole product picture?
Attachments:
You must be logged in to view attached files.December 2, 2022 at 2:36 pm #425721
Aizaz Imtiaz AwanKeymasterHello,
Please try the following CSS for the Width concern:
.wd-hover-quick.wd-quantity-overlap .wd-add-btn .product_type_simple { width: 170px !important; }
Also, change the value of left in the previous CSS to left: -2em.
This CSS also needs to be pasted in the same location as for the earlier CSS.
Best Regards
December 11, 2022 at 12:04 am #427934
bauerParticipantHi there, this is not working. I think is has to be a css code to set in into the middle/ center.
December 12, 2022 at 10:55 am #428096
Aizaz Imtiaz AwanKeymasterHello,
Really sorry for the delay in the response due to the weekend !
It seems that you have changed the Site Domain because the earlier is now not working.
So, now the original Domain without the wp-content is working right now on your Site. On which we have checked the Buttons for the Mobile view.
The CSS was right, it’s just that you need to increase the value of the width defined in it:
.wd-hover-quick.wd-quantity-overlap .wd-add-btn .product_type_simple { width: 180px !important; }
Also, please use this Custom CSS too at the same place:
.wd-hover-quick .wd-add-btn .add-to-cart-loop { width: auto !important; }
Location to paste the Custom CSS is the same as told earlier under the Custom CSS for mobile.
Best Regards
December 21, 2022 at 2:40 pm #430419
bauerParticipantHi,
I added the following code in css mobile…..but the button is still not stretched or in a center.
/*Prudct view Cart*/
.wd-quantity-overlap div.quantity:not(.hidden)+.button:before {
left: -2em !important;
}
.wd-hover-quick.wd-quantity-overlap .wd-add-btn .product_type_simple { width: 180px !important;
}
.wd-hover-quick .wd-add-btn .add-to-cart-loop { width: auto !important; }December 22, 2022 at 9:42 am #430585
Aizaz Imtiaz AwanKeymasterHello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check these concerns on your Site and help you out accordingly.
Best Regards
January 6, 2023 at 11:39 am #433527
bauerParticipantSure… I think this issue is related to an other ticket of mine as well.
https://xtemos.com/forums/topic/how-to-get-a-css-hook-on-added-products/
January 11, 2023 at 5:08 am #434409
Elise NoromitMemberHello,
We have sent the response to this thread: https://xtemos.com/forums/topic/how-to-get-a-css-hook-on-added-products/
Let us know if you have any questions.
Best Regards
February 2, 2023 at 10:53 am #439813
bauerParticipantPerfect. Topic can be closed now.
February 3, 2023 at 5:08 am #440088
Elise NoromitMemberIf you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Bug Product Archive in Mobile View’ is closed to new replies.
- You must be logged in to create new topics. Login / Register