htmlpie
Forum Replies Created
-
Forum: Reviews
In reply to: [Pen] Best Theme i ever usedThanks!
Forum: Themes and Templates
In reply to: [Pen] Speed siteHi there,
Try the Autoptimize plugin too, and enable the cache and compression after enabling the plugin because they are disabled by default.
It can be those banners too, perhaps you should reduce them to one or two for phones. You can hide the widgets using the Widget Options, or the Widget Logic plugin.Hope it helps!
Forum: Themes and Templates
In reply to: [Pen] Edit Button Full Content ViewLooking good!
That’s a good idea, I’ll add it to the to-do list for the next update, thanks.
Hi there,
That one is done differently, but you can achieve something close to that by adding this CSS:
#pen_left.pen_sidebar_sticky, #pen_right.pen_sidebar_sticky { transition: none !important; }It can be added through Appearance → Customize → Additional CSS.
Hope it helps!
Forum: Themes and Templates
In reply to: [Pen] Edit Button Full Content ViewHi there,
Right, it will be fixed with the next update, in a few days.
Thanks!Forum: Reviews
In reply to: [Pen] Perfect theme and incredible helpdesk support!!! I’m really happy!Thank you! 🙂
Forum: Reviews
In reply to: [Pen] The Plugin makes the Theme unbeatableThanks! 🙂
Forum: Themes and Templates
In reply to: [Pen] Problem scrolling the right menuHi there,
Do you mean the “Sticky” option for the right sidebar?
Forum: Themes and Templates
In reply to: [Pen] Header alignmentPS: Please consider rating the theme, the plugin, and contributing in translation. Thanks.
Forum: Themes and Templates
In reply to: [Pen] Header alignmentYou’re welcome.
I’ll check that too, thanks.
In the meantime, you can prevent that with this CSS:
@media only screen and (min-width: 728px) { body.pen_header_alignment_center #pen_header #pen_site_title { margin-top: 0 !important; } }Forum: Themes and Templates
In reply to: [Pen] Question about Google FontsHi there,
Right now, they are being loaded from the Google Fonts itself. In the later versions however, they will be downloaded and loaded from the site, it’s a new recommendation.
https://github.com/WPTT/webfont-loaderForum: Themes and Templates
In reply to: [Pen] Suggestion: Search in Main MenuHi there,
I was also surprised, it should not stretch itself like that. It’ll be like before in the update next week. Thanks.
In order to include the search in the main menu, disable that and use this plugin:
https://ww.wp.xz.cn/plugins/add-search-to-menu/
The “Popup” style works best, otherwise you may need to add some CSS.
It is under Ivory Search → Menu Search → Header → Style.Hope it helps!
Forum: Themes and Templates
In reply to: [Pen] Header alignmentI think it makes sense, at least while there is no logo. It’ll be probably changed that way in the next update. Thanks for your suggestion.
In the meantime, try this CSS:
body.pen_header_alignment_center #pen_header #pen_site_title { text-align: center; } #pen_header #pen_site_title a .site-description { display: block; float: none !important; max-width: none !important; }Forum: Reviews
In reply to: [Pen] Best, what you can have!!!Thanks! 🙂
Forum: Themes and Templates
In reply to: [Pen] Header alignmentHi there,
Thanks!
That’s by design actually. You can add this CSS to change that:
body.pen_header_alignment_center #pen_header #pen_site_title { text-align: center; } #pen_header #pen_site_title a .site-description { max-width: none !important; }It can be added through Appearance → Customize → Additional CSS.
Hope it helps!