Rico Mossesgeld
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kale] Issue on BuddyPress register page on mobileHi @carsten-lund, @ricotheque from LyraThemes here.
Please check with BuddyPress support regarding this, as they’re in a better position to help you out. Unfortunately we only provide support for our themes.
https://buddypress.org/support/Forum: Themes and Templates
In reply to: [Kale] Poor design on mobileHey @carsten-lund, could you try disabling the Jetpack plugin entirely?
https://codex.www.ads-software.com/Plugins_Screen#Table_of_PluginsForum: Themes and Templates
In reply to: [Kale] Poor design on mobileHey @tiay, @ricotheque from LyraThemes here.
I can’t seem to find the “Preisliste” section you were referring to. Is it in another area of your site?
Forum: Reviews
In reply to: [Kale] Great and fast supportThanks for the kind words @aliceagaard! Let us know how else we can help. ??
-@ricotheque from LyraThemes
Forum: Themes and Templates
In reply to: [Kale] Enquiry on font, sidebar, paragraph and alignmentHey @fatboydontlie, @ricotheque from LyraThemes here. ??
1) You can add this code to Appearance > Customize > Additional CSS:
.default-widget.widget.widget-bordered.null-instagram-feed { text-align: center; }
2) If you’re talking about your individual posts and pages, like this, add this CSS as well:
.single-content { text-align: justify; }
3)
.single .entry-title { font-size: 20px; }
Unfortunately 4) and 5) aren’t possible without changing the code of the theme.
Hope this helps!
- This reply was modified 7 years, 5 months ago by Rico Mossesgeld.
- This reply was modified 7 years, 5 months ago by Rico Mossesgeld.
Forum: Reviews
In reply to: [Kale] Great serviceHey @bobsysmum, @ricotheque from LyraThemes here.
Thanks for the kind words! ?? Do let us know how else we can assist.
Glad to be of help! Let us know how else we can assist. ??
Here’s the missing ingredient: just add
, .entry-page li
between.single-content li
and{
.For your convenience, just copy-paste everything below:
.entry-content li, .entry-post .single-content li, .entry-page li { font-size: 17px; } .page-content ul, .entry-post .single-content ul { line-height: 1.7em; } .page-content li > a { font-size: 17px; } .entry-post .single-content a { font-size: 1em; color: #328cc1; } .page-content a, .entry-post .single-content a, .page-content a:hover, .entry-post .single-content a:hover, .page-content a:visited, .entry-post .single-content a:visited, .page-content a:active, .entry-post .single-content a:active, .page-content a:focus, .entry-post .single-content a:focus { color: #328cc1 ; }
Forum: Themes and Templates
In reply to: [Kale] Blog page excerpt widthHi @splated, @ricotheque from LyraThemes here. ??
After you’ve switched your blog feed to Large Image Top, Full Content Below, you can add the more tag to each of your posts: https://www.wpbeginner.com/beginners-guide/how-to-properly-use-the-more-tag-in-wordpress/
This will break up your posts’ content. Only what’s before each more tag will appear on the front page and blog feed.
We’ve asked you to contact us through lyrathemes.com/support, as it is required by www.ads-software.com forums: https://codex.www.ads-software.com/Forum_Welcome#Commercial_Products
We’d still like you help as best as we can, so please continue reaching out to us through our support page. The www.ads-software.com moderators will probably close this thread soon, as they have done here: https://www.ads-software.com/support/topic/kale-pro-qs-changing-colors-safari-incompatible/
Hope to receive an email from you soon!
Forum: Themes and Templates
In reply to: [Kale] Change post font sizeHey @iammaddoxx, @ricotheque from LyraThemes here.
Have you tried adding this to your Appearance > Customize > Additional CSS?
body { font-size: 16px; }
It looks like you’d like to change the font size of specific parts of your site. Please list them here, and we’ll see what we can do. ??
@makingcentsinlife, could you try this code instead?
.entry-content li, .entry-post .single-content li { font-size: 17px; } .page-content ul, .entry-post .single-content ul { line-height: 1.7em; } .page-content li > a { font-size: 17px; } .entry-post .single-content a { font-size: 1em; color: #328cc1; } .page-content a, .entry-post .single-content a, .page-content a:hover, .entry-post .single-content a:hover, .page-content a:visited, .entry-post .single-content a:visited, .page-content a:active, .entry-post .single-content a:active, .page-content a:focus, .entry-post .single-content a:focus { color: #328cc1 ; }
Forum: Themes and Templates
In reply to: [Kale] Comments look messyHi @sosisafecanada, @ricotheque from LyraThemes here.
Please add this to Appearance > Customize > Additional CSS:
.comment-author { width: 100%; word-wrap: break-word; }
This forces long comment author names to wrap if they’re too long.
Regarding your Gravatar not appearing in the comments: does your photo appear beside your account, when you go to Users > All Users in your Dashboard? If not, you might need to re-upload your Gravatar image. You can also check out Gravatar support for more details: https://en.gravatar.com/support/contact-us/
Hope this helps!
Hey @makingcentsinlife, @ricotheque here from LyraThemes. Stepping for @jarektheme real quick!
The smaller link text is appropriate for the URL you’ve shared. You are after all, talking about living on a small and economical scale! That’s why it’s great that your links are that size.
I’m joking of course. Just replace all instances of
font-size: 17px;
in my colleague @jarektheme’s code withfont-size: 1em;
.Hope this helps!
Forum: Themes and Templates
In reply to: [Vega] get_theme_mod array errorHey @kenryu, could you try reinstalling the Vega theme? It’s possible that it got corrupted.
Failing that, can you try a fresh WordPress install and see if that fixes things?
Forum: Themes and Templates
In reply to: [Kale] Extra articles appear below my usual article@aubourget, glad to hear you’ve fixed it! ??
This plugin might be helpful: https://www.ads-software.com/plugins/advanced-random-posts-widget/