Home Forums Basel support forum Some questions

Some questions

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #26855

    yvo010
    Participant

    Hi, I have Some questions. hope you Could help me out!

    1:
    Can I remove the sticky header animation, What you see When you scroll down? I want it like on the demo page. https://demo.xtemos.com/basel/shop/

    2:
    Is there a way to get a ‘border’ around the product page products? Like this: https://ibb.co/hTaVeb

    #26891

    Artem Temos
    Keymaster

    Hi,

    1. In this case, you will need to use the same header layout for the header – eCommerce. Change it in Theme Settings -> Header -> Header layout.

    2. Sorry, but there is no such option in our theme and because of our theme products structure, we can’t do the same with CSS code.

    Regards

    #26924

    yvo010
    Participant

    Thanks for the reply. so about question 1 there is no other way to fix this?

    I have another thing, on iPad the quick shop looks weird. Is there a fix for this ?

    #26958

    yvo010
    Participant

    And another small question.
    Do you know where I can change the font size of the selected text:
    https://ibb.co/jKivEb
    (the product category text, and search results title text)
    ?

    Thanks!

    #26959

    yvo010
    Participant

    Sorry but I have another really small thing. I really hope you could help me with this.

    When you click on: https://ibb.co/dsLYZb
    I want that this will appear: https://ibb.co/izRU7w

    Thanks for help.

    #26970

    Artem Temos
    Keymaster

    Hi,

    1. It is not a bug so we can’t fix it. It is the way our sticky headers work on different header layouts.

    2. Could you please some details about the iPad problem with screenshots?

    3. You can change this font size with the following CSS code

    div.title-size-small .entry-title, .title-size-small h1 {
        font-size: 18px;
    }

    4. Sorry, but it is possible with quick shop hover effect only. You can set it in Theme Settings -> Shop.

    Regards

    #27146

    yvo010
    Participant

    Hi,
    Thanks for the help!

    1: About the iPad. The site has a white space on the right.. As you can see on this picture: https://ibb.co/hcZCub
    And the quick shop looks like this: https://ibb.co/ex9Cub
    I hope it can be fixed..

    2: Also I have a problem on sold out products. When I rollover, this happend: https://ibb.co/bzq7Sw

    3: I am speeding up my website, so I was wondering if it is possible to generate different images for the product pages and overviews. So like on this picture: https://ibb.co/fVW30G the image is scaled down with Css. Is it also possible to make the image a little smaller so the page loading time will be better? I really would know how I can do this.

    Thanks for the help, I really appreciate the good support!

    #27149

    yvo010
    Participant

    Also, the related products section on the mobile version is not showing up correctly.. it is not centered;
    https://ibb.co/gaaijb

    #27178

    Artem Temos
    Keymaster

    Hi,

    1, 2, & 4. Here is a fix with custom CSS code for that

    .footer-container .footer-widget p a img {
    	max-width: 100% !important;
    }
    
    .product-grid-item.outofstock .swap-elements p[style$="regular;"] {
    	display: none;
    }
    
    .owl-item .product-grid-item .product-element-top {
    	text-align: center;
    }

    3. Images size for shop page product may be changed in WooCommerce -> Settings -> Products -> Display. You can also change size for each Products Visual Composer elements separately.

    Regards

    #27307

    yvo010
    Participant

    Hi thanks for the reply.

    Almost everything worked. But only question 2 not.

    .product-grid-item.outofstock .swap-elements p[style$="regular;"] {
    	display: none;
    }

    Nothing happend when I put this in code..

    I have also a really small question..
    I hope you could help me with this.
    I just want a button in the minicart that links to this link:
    https://fashiononfleek.nl/shoppingbag/#email-cart

    I hope it is possible!
    thanks.

    #27310

    yvo010
    Participant

    My last last question.. on the product category pages the image’s are to big..
    (See private content)

    #27382

    Artem Temos
    Keymaster

    Try to use this code instead for that point

    .swap-elements > p {
        display:none;
    }

    Sorry, but we can’t change the cart page link.
    Catalog images size can be set in WooCommerce -> Settings -> Products -> Display. You will need to regenerate all thumbnails also.

    Regards

Viewing 12 posts - 1 through 12 (of 12 total)