Home Forums WoodMart support forum Aprove registratie user and custumize registration form

Aprove registratie user and custumize registration form

Viewing 8 posts - 31 through 38 (of 38 total)
  • Author
    Posts
  • #61250

    Vincentesa
    Participant

    2. I already solved it thanks

    3. working thanks

    4. Is there a way that the cart only comes up after login to the website? Because now its not correct in list view en 4 collum view. How can i do this?

    5. For the logo ”brands” is it posible that the arrow can stay in stead that i must hover on it? And is the same option posible for the logo ”brands” on the bottom of the product page?

    #61269

    Artem Temos
    Keymaster

    4. Sorry, but there is no such functionality in WooCommerce and our theme.

    5. What arrow do you mean? Could you please send us a screenshot?

    #61326

    Vincentesa
    Participant

    5. I send an screenshot for what i mean. I want the arrows be always visible for the homepage and other pages.

    6. The outline of the product page is not good i send a picture. And for the homepage i mis the 3th block un the bottom. what can i do about this?

    Attachments:
    You must be logged in to view attached files.
    #61361

    Bogdan Donovan
    Keymaster

    Hi,

    5. Try to add following custom CSS code to make your slider arrows always visible.

    .owl-carousel .owl-nav>div {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: visible;
    }

    6. Try to add following custom CSS code to fix your tabled single page layout.

    @media (max-width: 768px) {
    	body .product-image-summary-wrap>.col-sm-9,
    	body .product-image-summary-wrap>.col-sm-3 {
    		right: auto;
    		left: auto;
    	}
    }

    Since we don’t have access to the backend view of your homepage we cannot see which exactly block is missing on the page.

    Regards

    #61377

    Vincentesa
    Participant

    5. Doesn’t work yet i don’t see the arrows on product page. See picture

    6. Works thanks

    Attachments:
    You must be logged in to view attached files.
    #61383

    Bogdan Donovan
    Keymaster

    Pagination arrows are disabled in your brand’s carousel element settings. http://prntscr.com/jr5i33

    If you want to show prefooter on your homepage you need to disable this options in the page settings. https://prnt.sc/jr5jle

    Regards

    #61393

    Vincentesa
    Participant

    Ok thanks for this.

    And can you help me out with the blocks?

    In the image you see the view on a iPad

    #61421

    Artem Temos
    Keymaster

    Hi,

    Could you please reupload your screenshots in a size smaller than 512KB?

    Thank you in advance

Viewing 8 posts - 31 through 38 (of 38 total)