Rico Mossesgeld
Forum Replies Created
-
Hi @lifeofacherrywife, it’s me again, @ricotheque from LyraThemes.
Please make sure that “Show Example Content?” is turned off at Appearance > Customizer > General Settings in your Dashboard. This should remove the stock images from your site.
Video thumbnails are available through Kale, but only in the Pro version. Please see this for more details.
Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] Featured Posts not showing front pageHi @lifeofacherrywife, I’m @ricotheque fromm LyraThemes.
It’s possible to make a post Sticky or un-Sticky it while you’re editing it. Please see this guide on how to do that.
As for your issue, please create a new support request with more details, so that we can better look into it.
Thank you!
Forum: Themes and Templates
In reply to: [Kale] Featured Images – SizingHi @kacieskitchen, @ricotheque from LyraThemes here!
When you change themes in WordPress, your images don’t resize themselves automatically to accommodate the new theme. If that happened, any theme switch would take an eternity!
That’s why many users, after switching WordPress themes, use the Regenerate Thumbnails plugin to do this resizing for them automatically.
Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] Date meta info at the bottomHi @kptyap, it’s me again. Happy to hear that you like the theme!
You can modify Kale’s hardcoded layouts with a child theme.
Basically, what you should do is create a copy of the original theme’s single.php, then place it in the child folder theme. (Note that by “data”, I’m assuming you meant “date”).
Next, cut these lines out of the child’s single.php:
<div class="entry-meta"> <div class="entry-date date updated"><?php the_date(); ?></div> </div>and paste it after this line:
<?php the_tags('',', '); ?></div><?php } ?>Hope this helps!
- This reply was modified 8 years, 8 months ago by Rico Mossesgeld.
Forum: Themes and Templates
In reply to: [Kale] PaginationHi @kptyap, I’m @ricotheque from Lyrathemes.
You’ll need to add this as well to make the horizontal lines disappear:
.entry-post + hr { display: none; } .pagination-post + hr { display: none; }Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] Adding new post and aligning to centre is not workingHi @shazz89, I’m @ricotheque from LyraThemes.
May I get the URL of your website? This will help me better understand your second question.
For your first question, you can create a Page in your Dashboard and edit the menu link so that it leads to that Page. Unlike Posts, Pages are meant to be standalone content.
Hope that makes sense!
Forum: Themes and Templates
In reply to: [Kale] Spacing in sidebarHey @100purebutterfly, please try this in your Additional CSS:
.sidebar-no-borders .widget.widget_text { padding: 20px 0; border-top: none; border-bottom: none; } .widget { margin-bottom: 20px; }If you’d like to retain the borders, remove the “border-top” and “border-bottom” lines.
Happy customizing!
Forum: Themes and Templates
In reply to: [Kale] Feature Posts w/ No ExcerptUnfortunately the sizes of the featured images are hard-coded into the theme. However, you can try using a plugin like Post Thumbnail Editor to manually change the size of all your Featured Images.
Forum: Themes and Templates
In reply to: [Vega] blog post two columnsHi @amyleem, @ricotheque from LyraThemes here!
Vega has a sidebar for your blog feed and post pages. Just head over to Appearance > Customize > Blog Feed and Appearance > Customize > Blog Post respectively to change the layout for these areas. Make sure you’ve also put in content for these sidebars through Appearance > Customize > Widgets.
The home page however is really designed to be one-column, so unfortunately you can’t enable the sidebar there.
Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] Resume Post on Home PageHi @andrejorgejr, wonderful! 🙂
Forum: Themes and Templates
In reply to: [Kale] Resume Post on Home PageHi @andrejorgejr, I’m @ricotheque from LyraThemes.
Since you’re apparently using Kale, you can add this to to your Appearance > Customize > Additional CSS:
.home .entry-summary { display: none; }This will hide the summary for all posts on the home page, and only the home page.
Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] Feature Posts w/ No ExcerptHi @100purebutterfly, I’m @ricotheque from LyraThemes. If you go to Appearance > Customize > Additional CSS in your Dashboard, you can add this in to hide the excerpts for the Featured Posts:
.frontpage-featured-posts .entry-summary { display: none; }Hope this helps!
Hi @jennbrown77, my bad. Something went wrong when I pasted in the code.
Here’s what I was trying to share:
.home .blog-feed {
display: none;
}
.frontpage-featured-posts .entry-title {
text-align: center;
}Forum: Themes and Templates
In reply to: [Kale] Deleted CodeHi @lauram0, I’m @ricotheque from LyraThemes.
I think the best way to fix this is to just download the theme again and upload it to your server. You can get a copy of the theme from here: https://downloads.wordpress.org/theme/kale.1.2.4.zip
Hope This Helps!
Forum: Themes and Templates
In reply to: [Vega] Reducing height of the menuHi @deuexvades, this is @ricotheque from LyraThemes.
May I get the URL of your website? Also, are you trying to change the menu height across all screens, or only on mobile?
Thanks!