htmlpie
Forum Replies Created
-
Forum: Reviews
In reply to: [Pen] Thanks for the excellent work done with this themeThanks! 🙂
Forum: Reviews
In reply to: [Pen] Great ThemeThanks! 🙂
Forum: Themes and Templates
In reply to: [Pen] Link colours in widgetsHi there,
Thank you!
Right click on the widget, select the “Inspect element” item to find the HTML ID of the widget, it’s the <div> that has the “widget” class, and then add the ID to the above CSS like this:
#my_widget_id a { color: red; }Also, this theme offers color schemes for the widgets, but it’s not ported to the new and enabled by default, Block Widgets, so, you may want to install this plugin to have the “classic” widgets back and use the color schemes that come with this theme; that way, you wouldn’t need any CSS to change the link color.
https://ww.wp.xz.cn/plugins/classic-widgets/
Hope it helps!
Forum: Reviews
In reply to: [Pen] Tema molto belloThanks! 🙂
Forum: Reviews
In reply to: [Pen] Great theme.Thanks! 🙂
Forum: Plugins
In reply to: [Pen] Text Wrapping in TablesHi there,
Have you checked with other themes as well?
Forum: Themes and Templates
In reply to: [Pen] How do I make a horizontal menu bar under the header?Hi there,
It’s under Appearance → Customize → Header → Navigation. You must have set the Mobile Menu Display to “Always”.
Forum: Themes and Templates
In reply to: [Pen] GIFs in featured image not working correctlyHi there,
It’s because the “resized” image is no more an animated GIF, I’ll check whether we can figure a work around on theme level, but until then, I’d add the GIF to the post as an “full size” image, and then hide the Featured Image on “Full Content View” through Posts → Edit → Pen Options, that way WP doesn’t display the resized static version on mobile.
Forum: Themes and Templates
In reply to: [Pen] Random Posts on Home PageHi there,
Try this:
https://presscustomizr.com/snippet/show-random-posts-front-page/It needs to be placed within the “functions.php” of a Child theme. If you don’t have a Child theme, go to Plugins → Add New and download a “child theme generator” plugin.
Forum: Themes and Templates
In reply to: [Pen] Update themeHi there,
Sure! We are going to offer more Gutenberg features in about a month.
Forum: Themes and Templates
In reply to: [Pen] Sticky SidebarThanks, saw that just now, we’ll provide a fix as soon as possible! Thanks for reporting that!
Forum: Themes and Templates
In reply to: [Pen] Sticky SidebarHi there,
Does it happen on a particular device and/or browser?
It’s looking fine on Chrome on a desktop.
Hi there,
Thank you! Sure, we’ll make all these changes as soon as possible.
Forum: Themes and Templates
In reply to: [Pen] Way to disable front-end theme editing buttons?Hi,
Sure! Those can be disabled through Appearance → Customize → Menus → Shortcut.
Hope it helps!
Forum: Themes and Templates
In reply to: [Pen] Hero image on front page?Hi there,
Thanks for your suggestion!
I assume you are already using this plugin?
https://ww.wp.xz.cn/plugins/classic-widgets/If so, the widget “frame” should be removed by setting the Color Scheme option to “Transparent”.
In case you are wondering, all these widget options will be ported to the new block-based widgets soon.
Regarding the image width, you may need to add some custom CSS through Appearance → Customize → Additional CSS, such as:
#pen_top .widget { margin: 0 !important; padding: 0 !important; } #pen_top .widget img { height: auto !important; min-width: 100% !important; }As for the gap, seems the Sticky Header feature needs to be fine-tuned, thanks for reporting that!