Tagged: button, Product page, woocommerce
-
AuthorPosts
-
August 15, 2017 at 6:07 am #839075
Hello
the page I’ve viewing on a smart phone are my two product pages:the button is on the calendar?
and on a smart phone it’s not allowing me to click a time and the “add to cart” button is still faint and not clickable
August 15, 2017 at 6:07 pm #839480Hey Nathan,
Not only on mobile, on the iPad also http://imgur.com/a/JqXhN
You need to place those elements below each other and then they might stack on mobile.
http://imgur.com/a/NLb9B Does not look aligned here.Best regards,
VictoriaAugust 15, 2017 at 11:59 pm #839647This is how the code currently is
.woocommerce.archive .content {
width: 100% !important;
border: none;
}
.woocommerce.archive .sidebar {
display: none!important;
}.page-thumb{
display:none;
}.product-sorting{
display:none;
}.content{
padding-top:0px!important;
}#inline_calendar {
float: left;
width: 100%;
}#time_slot {
width: 50% !important;
}—————————————————————————————
can I please get support in being directed what to do to make it so
“You need to place those elements below each other”?Thank you
August 16, 2017 at 1:03 pm #839854Hi BodyTalkCare,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.bkap_start_date { position: relative; width: 40%; float: left; clear: right; } .show_time_slot { margin-bottom: 10px; width: 77%; margin-top: 30px; float: left; clear: left; } #bkap_price { display: block; float: left; } #top form.cart .button { display: block; margin-top: 10px; } @media only screen and (max-width: 475px) { .bkap_start_date { position: relative; width: 88% !important; float: left; clear: right; } .show_time_slot { margin-bottom: 10px; width: 100%; margin-top: 30px; float: left; clear: left; } #bkap_price { display: block; float: left; margin: 16px; } #top form.cart .button { display: block; margin-left: 30px; } }
This really has little to do with Enfold, it’s WooCommerce and the booking plugin that you’re using. You need to have some knowledge of css an d html to be able to adjust those things.
If you need further assistance please let us know.
Best regards,
VictoriaAugust 16, 2017 at 7:16 pm #840053Hi Victoria
thank you for creating time to share this code, it is supportive
The button is still far to the right now
Thank you for sharing that is what you read into my message, I can see I haven’t yet been more clear in my communication
When I read “This really has little to do with Enfold, it’s WooCommerce and the booking plugin that you’re using” I’m confident I’m aware of this and I need your consideration please
That when I read “You need to have some knowledge of css an d html to be able to adjust those things.” I’m confident that I have been getting support on this site with code to enter into the Quick CSS section
All the prior code that I first shared in this thread is from moderators on this site.
August 16, 2017 at 7:19 pm #840054When the time is selected the “Add To Cart” button appears more and is able to click on the laptop, yet still want to learn if it is on a smart phone and ipad please?
when I first read you express “you need to place those elements below each other” and then provide the code you did
I feel curious and want to learn why the button is showing up on the laptop on the right of the calendar and time slot rather than below it?August 16, 2017 at 7:25 pm #840057I also would like the time slot to be kept
#time_slot {
width: 50% !important;
}that code is in there yet it is not showing the change?
August 19, 2017 at 5:34 pm #841326Hi BodyTalkCare,
The button is at the bottom, not on the right, the way I see it now.
TO keep the time slot at 50% you need this code:.avia-webkit #top.woocommerce-page select, #top.woocommerce-page select#time_slot { width: 50%; }
If you need further assistance please let us know.
Best regards,
VictoriaAugust 19, 2017 at 8:27 pm #841398When I see the code to make the time slot is 1/2 the size it was I feel relieved and satisfied
thank you for creating time to help me resolve this
August 19, 2017 at 8:53 pm #841413 -
AuthorPosts
- The topic ‘Product page issue on smart phone’ is closed to new replies.