htmlpie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pen] Stick a sidebar with a widgetHi there,
There was no need to create a new ticket. I’ve just replied to your other ticket, we need to check that widget of yours. WP Sticky Sidebar was tested and it worked fine.
- This reply was modified 5 years, 11 months ago by htmlpie.
Forum: Themes and Templates
In reply to: [Pen] Sticky widgetHi there,
Please send us an email through our website, we need to check that widget, thanks.
Forum: Themes and Templates
In reply to: [Pen] Sticky widgetHi there,
Thanks!
This one seems to be working fine: https://ww.wp.xz.cn/plugins/mystickysidebar/ (Tested the free version)
Just install it and go to Settings -> WP Sticky Sidebar, add either
#pen_leftor#pen_rightas the Selector, add some Top Margin depending on your header settings and click Save.Hope it helps!
Forum: Reviews
In reply to: [Pen] Hodnocení šablonyThanks! 🙂
Forum: Themes and Templates
In reply to: [Pen] Remove edit theme bottonsHi there,
Sure, it’s under Appearance -> Customize -> Menus -> Shortcut Menus.
Forum: Themes and Templates
In reply to: [Pen] Modify Navigation MenuHi there,
The newest version supports clicks, you can enable it through Appearance -> Customize -> Header -> Navigation -> Menu: Pointer -> Click.
I’ve replied to your ticket regarding the menu font size just now.
Hope it helps!
Forum: Themes and Templates
In reply to: [Pen] Mobile sidebar to top?Sure, find out the HTML ID of the widget and add a CSS like this:
#THE_HTML_ID ul li a { font-size: 1.5em !important; }If it didn’t do it, send us the URL through our website, thanks.
Forum: Themes and Templates
In reply to: [Pen] Media queries breakpointsHi there,
This should have been answered a few weeks ago.
There is a new feature now that allows you to change the mobile menu visibilty based on device, it’s under Appearance -> Customize -> Header -> Navigation.
Forum: Themes and Templates
In reply to: [Pen] Mobile sidebar to top?Thanks for the rating!
That can be done with a little bit of CSS.
#pen_top .widget { font-size: 2em; } #pen_footer .widget { font-size: 1.5em; }The CSS should be added through Appearance -> Customize -> Additional CSS.
Hope it helps!
Forum: Reviews
In reply to: [Pen] FantasticThanks! 🙂
Forum: Themes and Templates
In reply to: [Pen] Tile effect problemThanks!
The
/newsstill shows the “404 Page Not Found” message.If you mean a listing page, you’re looking for this: WP dashboard -> Settings -> Reading -> Front page displays -> Posts page.
Hope it helps!
- This reply was modified 6 years ago by htmlpie.
Forum: Themes and Templates
In reply to: [Pen] Mobile sidebar to top?Hi there,
Thanks!
There are a number of ways to do that, this is probably the best:
- Install the Widget Logic plugin.
- Add a similar widget to the “Top” widget area.
- Add this code to the “Widget logic” field of the widget in the Left Sidebar:
! wp_is_mobile() - Add this code to the “Widget logic” field of the new widget in the “Top” widget area:
wp_is_mobile()
That’s it!
Similar plugins:
Please note, it only works on an actual phone or tablet so you may not see the results if you just resize the window.
Hope it helps!
Please consider rating the theme.
Thanks.
Forum: Themes and Templates
In reply to: [Pen] Tile effect problemHi there,
Thanks!
You should be able to restore it from the Trash through Pages -> Trash; otherwise, you should create a similar page with similar configuration in the Pen Options section right beneath the editor.
Hope it helps!
Also, please consider rating and possibly writing a review too, that’d be great!
Forum: Themes and Templates
In reply to: [Pen] Reduce height of entries in Masonry viewHi there,
I think you should just decrease the number of columns to 3 or 4, but if you prefer to change the font size – padding is kind of complicated – you can easily do that through Appearance -> Customize -> Typography, no need to add custom CSS.
As for columns, you can change through Appearance -> Customize -> Content -> Layout.
Hope it helps!
Forum: Themes and Templates
In reply to: [Pen] Placing ads between post in Masonry viewHi there,
According to Google these two should be able to do that:
https://wpadvancedads.com/manual/placement-post-lists/
https://adinserter.pro/documentation/additional-block-settings#filterWe have never tested these though so you may want to ask them to test their plugin with this theme before making a purchase as they don’t seem to be free.
Hope it helps!