Rico Mossesgeld
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kale] featured images issueHey @betterwords, sounds like you might have a plugin conflict. Have you tried disabling all plugins first to see if this fixes the missing featured images?
Forum: Reviews
In reply to: [Kale] Great service every time!Hey @bobthebirdkids, this is @ricotheque from LyraThemes.
I’d just like to say, thank you so much for the kind words! 🙂
Forum: Themes and Templates
In reply to: [Kale] Widget title in FooterHey @cloudjason, @ricotheque from LyraThemes here.
May I get the URL of your site, so that I can check it out and see what kind of CSS is needed to center the widget’s title? Make sure the widget is also active! Thanks.
Hi @jennbrown77, @ricotheque from LyraThemes here. Please try adding ‘.blog-feed’ to Appearance > Customize > Additional CSS in your Dashboard.
Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] Post won’t appear on home page or blog pageHi @bengleason7, @ricotheque here again.
Your post should appear on the home page if it was recently published. As for the blog page, could you provide a link to it so that I can better understand what you’re trying to do?
Thanks!
Forum: Themes and Templates
In reply to: [Kale] Messed up code on Editor, can’t get onto website :(Hi @bengleason7, I’m @ricotheque from LyraThemes.
Could you provide more details on how it doesn’t work? What steps have you tried so far?
Thanks!
Forum: Themes and Templates
In reply to: [Kale] Add more submenu levelsHi @mocha365, @ricotheque from LyraThemes here.
What you’ve requested is actually in our pipeline for the next update or so. A lot of users have been requesting this feature.
We’ll make sure to update you when it’s out!
Forum: Themes and Templates
In reply to: [Kale] post editor issueHi @cloudjason, @ricotheque from LyraThemes here.
I was about to suggest clearing your browser cache, but I’m glad to hear that you’ve taken steps to try and fix your issue.
Please let us know how that browser cache clearing goes!
Forum: Themes and Templates
In reply to: [Vega] Image for categoryHey @krzysko15, I’m @ricotheque from LyraThemes.
What you want to do isn’t standard in WordPress. Luckily, someone has made a very useful plugin called WPCustom Category Image.
You’ll also need to add new files to your theme to make the images appears. Here’s a great step-by-step to do just that.
Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] Social buttons styleEdit: make sure to try @jarektheme’s suggestion too!
Hey @mathewjenkins01, @ricotheque from LyraThemes here.
If you’re talking about the social buttons on the sidebar and footer widget, you can try this in your Appearance > Customize > Additional CSS:
.widget .menu-social-container li a { width: 1.7em; height: 1.1em; font-size: 18px; } .widget .menu-social-container li a::before { padding-top: 0; font-size: 18px; }Just replace font-size: 18px; with your desired size.
Hope this helps!
- This reply was modified 8 years, 10 months ago by Rico Mossesgeld.
Hey Su, @ricotheque from LyraThemes here. You can send the screenshot to us through this page. Just use a service like https://snag.gy/ to send us a URL of the screenshot, or just post it here. 🙂
Forum: Themes and Templates
In reply to: [Kale] Remove Sidebar on Blog PageHey @bythecottagehearth, @ricotheque from LyraThemes here again.
If you can add your units or modules as pages (rather than posts), you can remove the sidebar for specific modules.
When editing a page, there’s an option to select “Full-Width” under the “Page Attributes” box of the “Edit Page” page.
Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] Locating code for lineHey @bythecottagehearth, @ricotheque from LyraThemes here.
What you can do is create a child theme. Here’s a step-by-step on how to do that. Make sure to copy the style.css of the original theme so that everything looks more or less the same.
Next, just copy the single.php template file from the original theme into your child. Then look for this part in your child’s single.php:
<div class="pagination-post"> <div class="previous_post"><?php previous_post_link('%link','%title',true); ?></div> <div class="next_post"><?php next_post_link('%link','%title',true); ?></div> </div>You can edit that part to remove the next/previous post links, and/or add your own rules to exclude them as necessary.
Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] Banner ImageHey @sal5051, you can add
display: none;to the CSS code I provided above.Forum: Themes and Templates
In reply to: [Kale] Banner ImageHi @sal5051, I’m @ricotheque from LyraThemes.
Please add this to your Appearance > Customize > Additional CSS:
.frontpage-banner .caption { top: auto; bottom: 0; padding-bottom: 10px; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); }Hope this helps!