ResolvedLogo size
Tagged: logo
- This topic has 16 replies, 2 voices, and was last updated 2 years, 10 months ago by
Althemist.
- AuthorPosts
- May 4, 2020 at 6:51 pm #22691
luukkaass
ParticipantHello guyse i really need to change size of my logo.
I red that maximum is 60px but that is not enough for me. Can i have it bigger and also bigger all header to fit everything inside ?
Thank you very much for your response
May 5, 2020 at 1:28 pm #22722Althemist
KeymasterHello luukkaass,
No, I am afraid that would be not be possible. The limit in the height is set to ensure the header layout would not break, so there is just no safe way to increase the maximum height.
Regards,
DimitarMay 5, 2020 at 1:32 pm #22725luukkaass
ParticipantSo everybody who have different logo than you have problem because it is not visible. Even changes in code cant help to change size of logo ?
May 6, 2020 at 1:58 pm #22772Althemist
KeymasterYes, basically that’s the truth. This is the only type of logo that can be accommodated there, because of the header layout. It can be adjusted (just a little bit) with CSS, but you can’t make it significantly bigger. Otherwise it would compromise the header layout on some devices.
Could you please, show us your current logo (link to your page)? May be we would be able to help and increase it a bit?
May 6, 2020 at 2:02 pm #22774luukkaass
ParticipantI remove some things under logo and now it is much better. So just leave it. And i have second question. It is possible to add wave effect under Slider revolution slider ? Because when i add it then is not showing just made bigger white gap and it is not visible. Thank you very much
May 6, 2020 at 2:03 pm #22775luukkaass
ParticipantThis reply has been marked as private.May 7, 2020 at 10:51 am #22788luukkaass
ParticipantAnd one more thing it is possible to have filter always hidden and only when somebody click on filter will colapse options ?
May 8, 2020 at 9:53 am #22814Althemist
Keymaster1. You can make the logo a bit bigger with the following CSS:
#header #logo { max-height: 60px; margin: 10px 15px 10px 0; } #header #logo img { max-height: 60px; }
2. No, I am afraid the waves effect can only be used with the WP Bakery created content, so it can’t be displayed over the Revolution slider.
3. I guess you’re talking about the filters area above products on the shop and category pages. If so – yes, there is a setting for this in Theme Options > Shop tab > Products Filtering Area Default State
Regards,
DimitarMay 11, 2020 at 1:49 pm #22854luukkaass
ParticipantPerfect thank you very much it is much better. i have some more questions :
1. I would like to also change product picture size on product page. To make main image smaller. It is possible because now i unable to see other pictures directly.
2. It is possible to add + and – small icons on the right side next to the number something like this : https://www.dropbox.com/s/ew8f9xss4c1bgho/Sn%C3%ADmka%20obrazovky%202020-05-11%20o%2012.46.16.png?dl=0
3. can i turn off that add to cart effect ? I mean when i add to cart something than directly is opening summary of our cart. It is possible to turn it off. When somebody will click on add to cart it will only rise up number in right corner ?Thank you for your help YOU ARE AWESOME !!
May 12, 2020 at 11:46 am #22885Althemist
KeymasterHello luukkaass,
1. I am not really sure what do you mean. Basically, the image size is 700px width and proportional height. IT can’t be smaller unless it’s cropped to be square (1:1 crop setting in Appearance > Customize > WooCommerce > Product images)
2. No, this theme can’t have the +/- buttons
3. The sliding cart can’t be disabled. You can only hide it with CSS. Something like this:
body > div.widget.woocommerce.widget_shopping_cart, body > div.widget.woocommerce.widget_shopping_cart.active_cart { display: none !important; top: -200% !important; }
May 12, 2020 at 12:54 pm #22898luukkaass
ParticipantPerfect thats work nice !
I mean this image : https://www.dropbox.com/s/02dxlm5fb17sit0/Sn%C3%ADmka%20obrazovky%202020-05-12%20o%2011.52.30.png?dl=0
i need to make it smaller i tried via Appearance > Customize > WooCommerce > Product images but this changes are not working for me.
May 13, 2020 at 1:34 pm #22928Althemist
KeymasterIt can’t be smaller than this, as it need to fill the left column.
May 16, 2020 at 11:40 am #22951luukkaass
Participantok i understand. Just small problem with that code what you send me. Now when i click here : https://www.dropbox.com/s/1r0douplxir8gmo/Sn%C3%ADmka%20obrazovky%202020-05-14%20o%2019.27.08.png?dl=0 on cart icon nothing happend and is not opening cart.
and can we add this badge : https://www.dropbox.com/s/ge8egewvgr7rpcl/Sn%C3%ADmka%20obrazovky%202020-05-14%20o%2019.27.03.png?dl=0 also when somebody add product in single product when he hit add to cart ?
May 16, 2020 at 12:17 pm #22977Althemist
KeymasterI am afraid this can’t be avoided. The code I gave you is a “hack”, but not a real solution, as I already explained in the previous post (the cart module can’t be disabled). If the cart is visually hidden it can’t be displayed on click too. That’s why it is made as it is in the theme.
As for the notification on single product page – it is there (if AJAX add to cart on single product is enabled). It just doesn’t have an image, as it’s pretty clear which product it is.
May 18, 2020 at 12:32 pm #23010luukkaass
Participantso i cant use it because nobody than can go to cart :/
and i have enabled AJAX add to cart on single product but that is not showing anyway on the single product page.
- AuthorPosts
You must be logged in and have valid license to reply to this topic.