htmlpie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pen] Colors brokenThe update will be most probably released tomorrow.
Forum: Themes and Templates
In reply to: [Pen] Sticky SidebarHi there,
You should report this to the developers of that plugin, I’m sure they want to know.
The theme update which is going to have this feature will be released in a few days as well.
Forum: Themes and Templates
In reply to: [Pen] Colors brokenHi there,
It’s the Dark Mode, based on your OS and Web browser settings. The CSS is just fine, it’s not broken.
There is going to be an update very soon, within days, with which the Dark Mode will be optional and disabled by default. It has confused many users and many of them requested this to be done as soon as possible.
Also, one thing regarding your CSS: You can change the width of the sidebars through Appearance → Customize → Content → Layout, there is no need to use any CSS now.
Forum: Themes and Templates
In reply to: [Pen] Together WidgetsSorry, the
$pagein the code had to be#page, try this CSS, it is better:#page .sidebar .sp-widget-align-none, #page .sidebar .sp-widget-align-left, #page .sidebar .sp-widget-align-right { float: left; margin-bottom: 1rem !important; width: 100%; }Forum: Themes and Templates
In reply to: [Pen] Sticky SidebarHi there,
It’ll be added in the next version.
In the meantime, check this topic:
https://ww.wp.xz.cn/support/topic/sticky-widget-2/The selector for the sidebars would be
#pen_leftand#pen_right, just keep the animation disabled and it’ll work.Hope it helps!
Forum: Themes and Templates
In reply to: [Pen] Together WidgetsHi there,
You need to add this CSS for the plugin you are using:
#page .sidebar .sp-widget-align-none, #page .sidebar .sp-widget-align-left, $page .sidebar .sp-widget-align-right { margin-bottom: 1rem !important; }You can add it through Appearance → Customize → Additional CSS.
The Dark Mode support will be made optional and disabled by default in our upcoming update.
Hope it helps!
Forum: Themes and Templates
In reply to: [Pen] Disable comment formIn that case, you need to disable them manually:
https://www.wpbeginner.com/wp-tutorials/how-to-completely-disable-comments-in-wordpress/
https://www.wpnewblogger.com/how-to-disable-comments-on-wordpress-posts-pages/Forum: Themes and Templates
In reply to: [Pen] Disable comment formHi there,
Do you mean other than using plugins?
https://ww.wp.xz.cn/plugins/tags/disable-comments/Forum: Themes and Templates
In reply to: [Pen] Renaming a section in the archiveWhat about a fresh installation of the WP and then exporting everything (Tools → Export) and importing them to the fresh one?
Forum: Themes and Templates
In reply to: [Pen] Renaming a section in the archiveSorry for the late reply!
The CSS code may need “!important”, like this:
display: none !important;.If the Beta Tester plugin did not help then it must be something in the language files; try copying them from the working site to this one.
Forum: Themes and Templates
In reply to: [Pen] Awesome theme, but not many things work for me.Should this ticket be labeled as “Resolved”?
Forum: Themes and Templates
In reply to: [Pen] Menu Changes SizeHi there,
You should disable the “Sticky: Minimize” option, under Appearance -> Customize -> Header.
Hope it helps!
Forum: Themes and Templates
In reply to: [Pen] UpdateGood to know, we’ll make it compatible in the next version, thanks for your suggestion.
Forum: Themes and Templates
In reply to: [Pen] navigation barHi there,
- Install this plugin: https://ww.wp.xz.cn/plugins/wp-date-and-time-shortcode/
- Add this code to the functions.php of your Child theme:
add_filter('walker_nav_menu_start_el', 'do_shortcode', 10);. - Add a custom link to your menu with a shortcode such as
[wpdts]for its title. - If you do not have a Child theme yet, install this plugin: https://ww.wp.xz.cn/plugins/child-theme-configurator/, and make sure this option is enabled, right before creating the new theme:
Copy Menus, Widgets and other Customizer Settings from the Parent Theme.
Hope it helps!
Forum: Themes and Templates
In reply to: [Pen] UpdateHi there,
Could you please explain more?
Do you mean Dark Mode for the entire WP back-end?
Thanks.