corewpress
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kale] Centering content block for displaying featured imagesCould you please contact us at https://www.lyrathemes.com/support/ so we can dig into this?
Looking forward to your reply.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Kale pagination changeSounds great! Let’s follow up there.
Forum: Themes and Templates
In reply to: [Kale] Kale pagination changeHi @firenda,
I’m not sure if it was an issue when you pasted the code here but all your single-quotes are wrong. It’s a small difference but you should use
'
sign instead of’
. Same happens with your double-quote. Use this"
instead of this”
.If you need further assistance contact us at this form https://www.lyrathemes.com/support/ where we can share more information regarding your particular case.
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Header image too wide after updateHello @tiay,
I just checked your site and it doesn’t look like the image is wider. Maybe the code you added worked and you just need to clear your cache.
?Try it and let me know how it worked.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] changing category background colorHi @peachykeen2012,
For changing your borders and background, Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:
body.custom-background { background-color: white; } body.custom-background .main-wrapper { box-shadow: none; }
For changing the title font size, use this:
.entry h1 { font-size: 35px; }
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Same size images on front pageHello @anniegirlliving,
Welcome and thanks for your question!
?The feature images you add on your posts have different sizes and most important different proportions (width – height). When they are shown on the Homepage or any list, the system will crop and reduce the image in one dimension (width) to fit the box and proportionally the heigh to not stretch or compact the image. That’s the reason you see that. How can you solve it? If you create your images having all the same proportions (380×200 based), then when they are reduced, they should all size the same. The second way is to force that, with some CSS code. The downside of it is that if you have a very large image, you’ll be cutting out what’s beyond the fixed size.
?
?If you still want to implement that, Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:
??.entry-thumb { height: 200px; overflow: hidden; }
?Try it and let me know how it worked.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] removing featured pic on recent posts on homepageHey @peachykeen2012,
Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:
.entry-thumb { display: none; }
?Try it and let me know how it worked.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] recent posts as a listYou’re welcome! Glad to help.
Forum: Themes and Templates
In reply to: [Kale] recent posts as a listDo you want to have them listed in one column instead of a grid? Or do you want to change the looks?
Thanks for clarifying!
Forum: Themes and Templates
In reply to: [Kale] recent posts as a listHello again @peachykeen2012,
The Kale theme has a “Recent Post” section on the homepage. You can see it working on our demo here https://demo.lyrathemes.com/kale/
It’s enabled by default, so you should see it without any issues unless you’ve disabled it. If you want to double-check that, please refer to our documentation here: https://help.lyrathemes.com/category/195-front-page
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Jetpack in Kale ThemeHi @theclosetyvr,
Please contact us via this form https://www.lyrathemes.com/support/ so we can better assist you.
Looking forward to your contact.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Elara] Top Menu Header problemHello @kekelie,
Welcome and thanks for your question! My name is Diego and I’d love to help you.
Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:
.sidebar-top-left { display: none; }
That should remove the top menu and not the main one.
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] disabling search barYou’re welcome @peachykeen2012 ! Glad to help.
Forum: Themes and Templates
In reply to: [Kale] disabling search barHi @peachykeen2012,
Hope you are having a great day!
The Kale theme has an option to disable the search icon on the menu. you just need to go to WP Admin > Appearance > Customize > Menus > Kale Menu Settings and you’ll find an on/off option to enable or disable the search icon.
Please, let me know if you need any further assistance.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] featured image photos not full sizeHello @mstrieb,
Welcome and thanks for your question! My name is Diego and I’d love to help you.
The images on the front page are not full size as they need to fit and keep a clean design. If you add a huge image then everything could break. What you can do is creating images that have the size you see on the homepage, or any other proportional size, it could be double for example but keeping the width and height proportions.
Please try that and let me know if you have any further questions.
Kind regards,
Diego