Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #839075

    Hello
    the page I’ve viewing on a smart phone are my two product pages:

    View post on imgur.com

    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

    #839480

    Hey 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,
    Victoria

    #839647

    This 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

    #839854

    Hi 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,
    Victoria

    #840053

    Hi 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.

    #840054

    When 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?

    #840057

    I 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?

    #841326

    Hi 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,
    Victoria

    #841398

    When 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

    #841413

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Product page issue on smart phone’ is closed to new replies.