-
AuthorPosts
-
May 8, 2015 at 8:24 am #269036
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 cartI 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?May 8, 2015 at 9:16 am #269069Hi,
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.
May 10, 2015 at 1:17 am #269988This reply has been marked as private.May 10, 2015 at 1:29 am #269990Hi 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.
May 11, 2015 at 4:34 am #270593This reply has been marked as private.May 11, 2015 at 5:26 am #270624Hi there,
Please follow this thread :
Hope it helps.
-
AuthorPosts