Home › Forums › Basel support forum › Some questions
Some questions
- This topic has 11 replies, 2 voices, and was last updated 7 years, 8 months ago by
Artem Temos.
-
AuthorPosts
-
December 3, 2017 at 11:32 am #26855
yvo010ParticipantHi, 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/hTaVebDecember 3, 2017 at 5:20 pm #26891
Artem TemosKeymasterHi,
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
December 3, 2017 at 6:13 pm #26924
yvo010ParticipantThanks 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 ?
December 3, 2017 at 9:08 pm #26958
yvo010ParticipantAnd 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!
December 3, 2017 at 9:28 pm #26959
yvo010ParticipantSorry 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/izRU7wThanks for help.
December 4, 2017 at 7:10 am #26970
Artem TemosKeymasterHi,
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
December 4, 2017 at 8:34 pm #27146
yvo010ParticipantHi,
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!
December 4, 2017 at 9:16 pm #27149
yvo010ParticipantAlso, the related products section on the mobile version is not showing up correctly.. it is not centered;
https://ibb.co/gaaijbDecember 5, 2017 at 8:15 am #27178
Artem TemosKeymasterHi,
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
December 5, 2017 at 8:04 pm #27307
yvo010ParticipantHi 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-cartI hope it is possible!
thanks.December 5, 2017 at 8:39 pm #27310
yvo010ParticipantMy last last question.. on the product category pages the image’s are to big..
(See private content)December 6, 2017 at 8:16 am #27382
Artem TemosKeymasterTry 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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register