Taras Dashkevych
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Goedemorgen] Remove title on child pageHi,
To hide titles of child pages on the Front Page, please use this custom CSS:
.home.page-template-panels-page .panel-section .entry-header { display: none; }
Thanks,
TarasForum: Themes and Templates
In reply to: [Goedemorgen] Post summaryNot a problem ?? Glad I could help!
Forum: Themes and Templates
In reply to: [Goedemorgen] Featured imageYou are welcome ??
Forum: Themes and Templates
In reply to: [Goedemorgen] How to move widget to different column of footerHi,
Unfortunately, it’s not possible to place the widget to the specific column in the footer area. The columns are created automatically based on the number of widgets in the footer area.
If you want to have one widget on the left and another on the right hand side then I would recommend to set a two columns layout for the footer widget area.
Thank you,
TarasForum: Themes and Templates
In reply to: [Goedemorgen] Different images for different viewsHello,
To change the background image of the Front Page in mobile views, please use this custom CSS:
@media only screen and (max-width: 576px) { .home.page-template-panels-page .jumbotron-header .header-image { background-image: url( Add your image URL here ) !important; } }
Thank you,
TarasForum: Themes and Templates
In reply to: [Goedemorgen] Post summaryHello,
You can use the More tag to create a post summary. Please check this documentation page: https://docs.goedemorgenwp.com/article/24-adding-more-tag
Thanks,
TarasForum: Themes and Templates
In reply to: [Goedemorgen] Featured imageHi,
Here is a custom CSS to remove the overlay from the Featured Image:
.overlay { opacity: 1; }
Thanks,
TarasForum: Themes and Templates
In reply to: [Goedemorgen] Changing Sidebar Color and Footer HeightTo change a background color of footer section, please use this custom CSS:
#colophon { background: #000000; }
Thanks,
TarasForum: Themes and Templates
In reply to: [Goedemorgen] Changing Sidebar Color and Footer HeightHi,
“How can I change the sidebar background and text color”
– The sidebar has the same background color as the entire content area. So to change a background color of the sidebar, you’ll need to change a background color of the content area:.site-content { background: #ffffff; }
To change the sidebar text color, use this custom CSS:
#secondary { color: #aaaaaa; }
—
“Also, on the blogs page, is it possible to change the top “Blogs” bar text and text away from the light gray as well?”
– You can change the title of your blog page in Dashboard. To set a custom background color for the blog page only, please use this custom CSS:.blog .page-header { background: #000000; color: #ffffff; }
—
“Finally, can how can I change the height of the footer, specifically on the home page?”
– The height of the footer is dependent on the content that is added to the footer. Also, the footer area has paddings. You can reduce the paddings by using this custom CSS:#colophon { padding-top: 30px; padding-bottom: 30px; }
If you want to reduce paddings only for the home page then use this custom CSS:
.home #colophon { padding-top: 30px; padding-bottom: 30px; }
Best,
TarasForum: Themes and Templates
In reply to: [Goedemorgen] Different Color Overlay in Chrome vs. FirefoxHello,
This is a text shadow. You can remove it by adding this custom CSS:
.page-header.has-post-thumbnail { text-shadow: none; }
I would not recommend to edit theme’s style.css file. Please see this documentation page: https://docs.goedemorgenwp.com/article/18-adding-custom-css
Thank you,
TarasForum: Themes and Templates
In reply to: [Goedemorgen] Minor display issues in IE 11Hi,
Yes, you’re totally right. It’s the Win7 + IE11 bug caused by blur-radius value.
I was able to reproduce the issue #1 but not the #2 ( main nav links jump on hover). I think if we will fix the #1 then it should also fix #2.Do you have a Github account? If yes, could we please move this conversation to https://github.com/dashkevych/goedemorgen/issues/1
So it’s much easier to track the issues.
Thank you,
TarasForum: Themes and Templates
In reply to: [Goedemorgen] Minor display issues in IE 11Hi,
Thank you for a detailed report! Screenshots and video are very helpful.I am going to investigate these issues. I’ll be back in touch when I have an update.
Thank you,
TarasForum: Themes and Templates
In reply to: [Goedemorgen] How to add related posts?Hi,
Glad to hear that you’ve found a solution but to be honest, I would not recommend to modify the parent files of the theme. It’s better to use a plugin that uses WordPress filters for adding such content. For example, you can use Jetpack plugin: https://jetpack.com/support/related-posts/
Best,
TarasForum: Reviews
In reply to: [Goedemorgen] Beautiful theme and excellent teamThank you Denise for the awesome review ?? Really appreciate it!
Forum: Reviews
In reply to: [Goedemorgen] Clean, clean, cleanThank you for the review! I really appreciate it ??