Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #269036

    endeavour80
    Participant

    Hi, I am setting up a webpage and woocommerce where you can buy vouchers, and people can log into their account and download the PDF voucher.

    Everything is working like a charm but the My account page if not logged in looks kinda bad and I would prefer to
    show a nice lightbox or dropdownmenu login when hitting my account in menu.

    I also have woothemes social media plugin that allows people to use facebook or twitter to login/connect, that is working good as well, just need ti get it to lok good in a login/register section, not on a page. Any ideas, tips/tricks to do this easily?

    One more thing, I am customizing a lot with CSS and using a child theme. One thing a cannot get to work is on the single product page I have following order on content:

    Product name
    Price
    Short description
    Stock available
    Qty
    Add to cart

    I think I know how to reorder these sections by using functions.php in child theme
    But if I want QTY and Add to cart on same row(line), can I do that somehow?

    #269069

    Paul R
    Moderator

    Hi,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #269988

    endeavour80
    Participant
    This reply has been marked as private.
    #269990

    Christopher
    Moderator

    Hi there,

    #1 Please check the screen shot, are you referring to this part to display it in dropdown or lightbox? If so it could be possible only with custom development which would be outside the scope of our support.

    #2 Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #3 Please add the following CSS under Customize -> Custom -> CSS :

    @media (min-width:979px){
    .single-product .quantity {
      float: left;
      margin-right: 16px;
      overflow: hidden;
      padding-bottom: 94px;
    }
    }

    Hope it helps.

    #270593

    endeavour80
    Participant
    This reply has been marked as private.
    #270624

    Christopher
    Moderator