Rico Mossesgeld
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Vega] Home PageCould you share a screenshot of your Appearance > Customize > Header Image in your Dashboard?
If I’m not mistaken, you can hide the image through that part of the Customizer by clicking on the Hide Image button.
Forum: Themes and Templates
In reply to: [Vega] Home PageHey @biz360tours, @ricotheque from LyraThemes here.
You can remove the space between the navigation bar and the main content section by adding this to Appearance > Customize > Additional CSS in your Dashboard:
#welcome { padding-top: 0; }The blue line you’ve referred is a banner image you’ve assigned. Remove it, and the line should be gone.
Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] Sidebar-Default-BorderHey @ntumblin, you’re back!
Just reverse the styles defined for both the bordered and border-less sidebars. Add this to Appearance > Customize > Additional CSS in your Dashboard:
.sidebar-borders { padding: 0; border: none; } .sidebar-no-borders { padding: 25px 25px 0 ; border: 1px solid #1a1a1a; }Have fun!
Hey @thefrivolouscook, glad to have helped! And thank you for your review, we really appreciate it! 🙂
Hey @thefrivolouscook, @ricotheque from LyraThemes here!
To remove the excess line, you can add this to your Appearance > Customize > Additional CSS:
.frontpage-featured-posts hr { display: none; }For your second question, this is only possible through theme customization. You can however add social media icons to the header, through a special menu.
Hope this helps!
Forum: Themes and Templates
In reply to: [Vega] Latest Posts CustomizationsThanks again for the help @subrataemfluence!
Hey @ashkiml, this is @ricotheque from LyraThemes. Glad you’re enjoying the theme!
Subrata’s advice is sound; I suggest you create a child theme to keep his suggested customization safe from future Vega updates.
Hope this helps!
- This reply was modified 8 years, 8 months ago by Rico Mossesgeld.
Forum: Themes and Templates
In reply to: [Kale] How to Make Featured Post Entirely ClickableHey @ntumblin, @ricotheque from LyraThemes here.
What @subrataemfluence said is right: you’ll need to customize your theme if you want to make the whole featured post clickable. Creating a child theme will let you do this, and keep your customizations safe from any future Kale updates.
Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] How to center Header MenuPlease remove everything you’ve been asked to add so far, then use this instead:
@media (min-width: 768px) { .navbar-default .navbar-nav { width: 100%; text-align: center; } .navbar-nav > li { float: none; display: inline-block; } }Forum: Themes and Templates
In reply to: [Kale] Matching feature postsHey Kim, I tried uploading another photo of deviled eggs (not beet-stained, but free-to-use). It showed up in the Featured Posts, and it looks like Jetpack had no problem working with this new image.
I’m honestly as confused as you are about this. Maybe Jetpack can’t process your Beet-Stained photo for some reason? Is there any chance you can just take a new photo of the recipe? That would be a wonderful excuse to re-cook that tasty recipe!
Forum: Themes and Templates
In reply to: [Kale] Matching feature postsHi @kimcheever, thanks for your patience!
I’ve gone through your site and tried assigning the copy you created as a featured post. So far, so good, but the image you’ve uploaded for it isn’t appearing, as you’ve said.
For some reason, the image you’ve uploaded wasn’t processed properly by Jetpack. Could you try recropping the original photo of the Beet-Stained Deviled Eggs, but use an image that’s at least 1200 x 550 pixels?
Let me know if that works. Thanks!
Hey Marta, @ricotheque from LyraThemes here.
When something’s acting weird with a plugin, we always suggest deactivating all the other plugins and see if that fixes the problem. If it does, reactivate each plugin one-by-one (making sure to refresh your Italian gallery page after each reactivation) until you find the culprit.
Here’s a troubleshooting checklist from WPML that you can try too. Note that they also recommend disabling all your plugins (except for WPML). If you haven’t contacted WPML support, please do so as well.
Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] Post with Full WidthHi @caluyadesign, @ricotheque from LyraThemes here.
You can do this by adding some CSS (through Appearance > Customize > Additional CSS).
First, get the ID of the post you want to make full-width.
Next, add this:
.postid-1 .main-column { width: 100%; } .postid-1 .sidebar-column { display: none; }Just replace “1” with the ID of your post.
Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] How to center Header MenuHi @ntumblin, @ricotheque from LyraThemes here.
You can add this to your Appearance > Customize > Additional CSS:
@media (max-width: 767px) { .navbar-nav > li { text-align: center; } }Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] How to change back to full page postsHi @donnatobin,
Apologies if I over-explain, just ignore anything below that you already know.
Your link http://www.findingfinancialresilience.com/category/howdigethereandhowdoigetout/ leads to what’s called a “category page” in WordPress. Unfortunately Kale—like many other WordPress themes—uses a different layout for both “full pages” and category pages.
I think your link before actually was pointing at one of these “full pages”, and once it started pointing to a category page, the layout changed to match.
There is a way to have a “full page” that has the full formatting you’re looking for, while still listing posts under a specific category. In other words, combining the functionality of a “full page” and a category page.
That way is through the Ultimate Post List plugin. It lets you retain the “full page” formatting, while providing you the opportunity to add a list of posts somewhere in the “full page”.
Hope that all made sense, and hope it helps!
Forum: Themes and Templates
In reply to: [Kale] Square Thumbnail ImagesHi @mountaincravings, @ricotheque from LyraThemes here.
Have you tried using the Regenerate Thumbnails plugin after changing the size of your thumbnails? Even after you change the post thumbnail size, your original images won’t be resized automatically. The plugin I’ve linked to does just that for you.
Hope this helps!