Home / Forums / WoodMart support forum / woodmart-sticky-btn
Home › Forums › WoodMart support forum › woodmart-sticky-btn
woodmart-sticky-btn
- This topic has 11 replies, 3 voices, and was last updated 6 years, 9 months ago by pogopie. 
- 
		AuthorPosts
- 
		
			
				January 7, 2019 at 8:45 am #100283
 pogopieParticipantMake the sticky banner permanent on mobile phones and show same information as on desktop without product image. Attachments:You must be logged in to view attached files.January 7, 2019 at 10:10 am #100308 
 Elise NoromitMemberHello, What do you mean, please? I am checking and see the sticky button works well both on the desktop and mobile. Best Regards January 7, 2019 at 10:15 am #100310
 pogopieParticipantYeah i know they work well, but as I was saying. On mobile phone I want it to look the same as on the desktop. That means: The color is white, there is a button placed on it and it has the price on it. January 7, 2019 at 12:07 pm #100355 
 Elise NoromitMemberHello, Add this code to the Theme Settings > Custom CSS > Mobile body .woodmart-sticky-btn .single_add_to_cart_button, body .woodmart-sticky-btn .woodmart-sticky-btn-cart .woodmart-sticky-add-to-cart { border-radius: 35px; } body .woodmart-sticky-btn .woodmart-sticky-btn-cart { margin-left: 0; margin-right: 0; } body .woodmart-sticky-btn .price, body .woodmart-sticky-btn .stock, body .woodmart-sticky-btn .woodmart-sticky-btn-wishlist { display: block; } body .woodmart-sticky-btn .woodmart-sticky-add-to-cart { width: auto; } body .woodmart-sticky-btn { padding-top: 7px; padding-bottom: 7px; background-color: #fff; }Best Regards January 7, 2019 at 12:12 pm #100359
 pogopieParticipantCan we make it permanent ? So I could remove the Add to cart button and price ? January 7, 2019 at 1:39 pm #100408 
 Bogdan DonovanKeymasterSorry, but we cant influence to that so as this is WooCommerce functionality. If add to cart button will be removed, adding variable products to cart will be broken. Best Regards January 7, 2019 at 1:46 pm #100410
 pogopieParticipantNo, not remove, just place it on the sticky button. January 7, 2019 at 1:56 pm #100414 
 Bogdan DonovanKeymasterIn that case, it will be equal to removing. Our theme sticky add to cart button is adding an additional button that leads to WooCommerce buttons and there is no easy solution to move default woocomerce add to cart button from product description. Best Regards January 7, 2019 at 2:08 pm #100416
 pogopieParticipantOh okey, I thought That would just require to place the button there because the functions are already set. But if it is not that case then i will deal with it. January 7, 2019 at 2:14 pm #100418
 pogopieParticipantAnd how can i make it permanently visible ? January 7, 2019 at 8:11 pm #100489 
 Elise NoromitMemberHello, Add this code to the Theme Settings > Custom CSS: body .woodmart-sticky-btn { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }Best Regards January 7, 2019 at 8:42 pm #100500
 pogopieParticipantThanks! work great. 
- 
		AuthorPosts
The topic ‘woodmart-sticky-btn’ is closed to new replies.
- You must be logged in to create new topics. Login / Register