Anders Norén
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tove] The cover blocks are taking full widthHi @sachinrsharma,
The cover blocks should be the same width as the group blocks unless the cover blocks are set to a different alignment (wide or full, for example).
– Anders
Forum: Themes and Templates
In reply to: [Bj?rk] Can’t see home page in the “Pages” listYou can edit the front page in Bj?rk by going to Appearance → Editor → Templates → Front Page. You don’t need to have a page (listed in the Pages admin view) for the front page to be used.
— Anders
Forum: Themes and Templates
In reply to: [Pulitzer] An archive with pagination?Hi @kobzew,
Sure, a pagination will appear below the list of posts if there are more posts on the site than set to be shown on each page. You can see this in action on the demo site.
I don’t have any plans to add a dedicated filtration function to the theme, but you can add links to the categories on your site in the main menu.
— Anders
Forum: Themes and Templates
In reply to: [Bj?rk] Mobile menu padding, etc.Glad you like it! You’ll need to add custom CSS to change that, unfortunately.
— Anders
Forum: Themes and Templates
In reply to: [Eksell] Screen size/bleed on mobileHi @martaperessini,
Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:
.footer-credits:only-child { max-width: 100%; }
Let me know if that does it.
— Anders
Forum: Themes and Templates
In reply to: [Pulitzer] Editing post templatesHi @fabtei,
Glad you like it!
- No, that’s the way to do it – you just need to modify the vertical margin of the Post Content block to match that of the Post Excerpt block you’re replacing.
- You can copy the blocks from the archive page and paste them to the Single Posts template. That’s probably the easiest way to make sure they look exactly the same.
— Anders
Forum: Themes and Templates
In reply to: [McLuhan] content left, sidebar rightHi @snoop23! Late reply, but no, there’s not.
Forum: Themes and Templates
In reply to: [Hamilton] Use of dark modeHi @umik,
You can hook into the WordPress
body_class
filter to add thedark-mode
class when viewing a specific category or a post that belongs to a specific category, but you’d need to do it with PHP in a child theme or a plugin.— Anders
Forum: Themes and Templates
In reply to: [Hemingway] Footer too high@petesteven Take a look at this thread: https://www.ads-software.com/support/topic/footer-too-big/
Forum: Themes and Templates
In reply to: [McLuhan] missing widgetsHi @snoop23,
Unfortunately, I don’t have any plans on adding widget areas to McLuhan. It’s possible to add them in a child theme, though.
— Anders
Hi @jnickel01,
No, that looks correct – the only page templates included in Abisko are the “Blank Canvas” and “No Title” templates.
The templates you see in the second screenshot you shared are the regular Templates, which are used for archive pages, posts, the 404 page, and so on. They can’t be assigned to specific pages the way “Page Templates” can be.
— Anders
Forum: Themes and Templates
In reply to: [Chaplin] Breadcrumbs: Incorrect Taxonomy Ancestor OrderHi @bradbrownmagic,
Thanks for letting me know! This should be fixed in 2.6.8, which was just released.
— Anders
Forum: Themes and Templates
In reply to: [Fukasawa] setting featured image format as GalleryHi @theredhorse,
I don’t understand the question, unfortunately. Do you mean that you can’t change the post format to Gallery when creating a post?
— Anders
Forum: Themes and Templates
In reply to: [Hamilton] Delete Home page title and Change font of page titleHi @erinmidwife,
You can remove the text on the front page by going to Appearance → Customize → Theme Options, and emptying the field labeled “Front Page Title”.
Also, is it possible to change the font of the page title? When I highlight the page title and go over to the editor and click “block: it says “no block selected” as if it cannot be edited. Thanks for any help.
You can’t change the font family of the theme in the WordPress settings, unfortunately. You’ll need to use custom CSS to change the theme styles.
I do not see the styles icon editor anywhere. Only the view icon, view page, save botton, settings icon, three dots.?
Hamilton isn’t a block theme, so it doesn’t support the same styles settings as (for example) Twenty Twenty-Four.
— Anders
Forum: Themes and Templates
In reply to: [Poe] styling of submenu-items in responsive containerHi @entlein,
Yeah, you’d need to add additional CSS to style the mobile menu entirely separately from the desktop menu in a block theme. You can also use a plugin like Block Visibility to include a duplicate of the menu, shown only on mobile, and style that separate from the desktop menu.
— Anders