htmlpie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pen] Comments formHi there,
Try this CSS:
#comments ol.comment-list ol.children { margin-top: 0 !important; } #comments ol.comment-list ol.children li { margin-top: 5rem !important; }It’ll be fixed in the next update.
Thanks.Forum: Themes and Templates
In reply to: [Pen] Zoom questionSure, the “Featured image: Effect” options.
Forum: Themes and Templates
In reply to: [Pen] Zoom questionHi there,
You can disable them: Appearance → Customize → Content → List Views.
Forum: Themes and Templates
In reply to: [Pen] How do I add images?It’s probably the cache, clear the Autoptimize cache as well as your browser cache.
Also, that “-4rem” should be more like -7 or -8, I think that’s where you want them to be.
Hope it helps!
Forum: Themes and Templates
In reply to: [Pen] How do I add images?Hi there,
- Add “Feature Images” to those posts.
- Set the alignment to “Left” through Appearance → Customize → Content → List Views.
- Add such a CSS to make them move a little up:
@media only screen and (min-width:728px){ body.pen_list_plain.pen_list_thumbnail_left #main .pen_article .pen_image_thumbnail { margin-top: -4rem !important; } }It can be added through Appearance → Customize → Additional CSS.
Hope it helps!
Forum: Themes and Templates
In reply to: [Pen] widgetHi there,
It looks like to be fine, have you figured it out?
Forum: Themes and Templates
In reply to: [Pen] Widgets on posts pageHi there,
Are you using some plugins to do that?
Forum: Themes and Templates
In reply to: [Pen] Awesome theme, but not many things work for me.You’re welcome!
Please consider rating the theme and the plugin. Thanks!
I will mark this topic as Resolved now.Forum: Themes and Templates
In reply to: [Pen] Showing video for video-posts on the front pageThat’s a good idea!
I’ll add this to the to-do list for the next update.
Thanks for the suggestion!Forum: Themes and Templates
In reply to: [Pen] Sidebars visibility depending on screen widthI think the plugin is fine, they just need to bump up the version in its readme.txt file.
Anyway, today’s update was a minor one. I will check different sizes to ensure it doesn’t fall apart easily; I’ll update this topic with some CSS soon as there anything to share. Thanks!Forum: Themes and Templates
In reply to: [Pen] PHP 8Hi there,
It should be, are you getting any error message on PHP8?
Forum: Themes and Templates
In reply to: [Pen] Strange hyperlink behavior inside widget with menuHi there,
It’s been fixed in today’s update.
Thanks for reporting that!Forum: Themes and Templates
In reply to: [Pen] Sidebars visibility depending on screen widthHi there,
Thanks!
Right, we should probably move them, but you can also make that happen with some plugins such as Widget Visibility, Widget Options, etc.
Basically, hiding the sidebar widgets on tablets and adding similar widgets to the “Bottom” widget area that are hidden for the desktop view. Would that work for you?Forum: Themes and Templates
In reply to: [Pen] Showing video for video-posts on the front pageHi there,
Do you mean like instead of the Feature Image?
Forum: Themes and Templates
In reply to: [Pen] AlignmentHi there,
Thanks!
I think you are looking for this? Appearance → Customize → Content → List Views → Type → Tiles, plus the “Number of columns” option.