Anders Norén
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Rowling] WP 6.7 compatibilityHi @rick111! Rowling should work fine with WordPress 6.7, but since it’s a classic theme, it doesn’t support features like the Site Editor.
Forum: Themes and Templates
In reply to: [Fukasawa] setting featured image format as Gallery@theredhorse The solution used for the galleries in Fukasawa has always been a bit of a hack, but these instructions from the readme file should still work:
== Use the gallery post format
1. Go to Admin > Posts > Add New.
2. Select the "Gallery" post format in the Post Attributes box.
3. Click "Add Media" and upload the images you wish to display in the gallery.
4. Close the Media window and publish/update the post.
5. The images you uploaded should now be displayed in the post gallery.Hi @shawfactor,
I can’t replicate the issue on my local setup with 6.7 active. Baskerville loads the text domain with the
after_setup_theme
hook, which is triggered afterinit
. Can you confirm that you’re running the Baskerville theme and not Baskerville 2, and that you’re getting the warning without any plugins active?— Anders
Forum: Themes and Templates
In reply to: [Lovecraft] PHP versionForum: Themes and Templates
In reply to: [Bj?rk] Favicon Issue in Bjork Theme (Version 0.2.4)Hi @focusedavi,
Thank you and likewise! Bj?rk doesn’t include any functionality specific to favicons, so I’m not sure what your hosting company meant. You can verify by switching to a different block theme (like the default theme Twenty Twenty-Five) and confirm that the issue persists.
The first thing to try when something like this happens is usually to try and deactivate each plugin one by one and check if one of them is causing the issue.
— Anders
Forum: Themes and Templates
In reply to: [Baskerville] How to change with of columnsHi @rollad72,
The solution used for the columns in Baskerville don’t easily allow for different sizes for different columns, unfortunately.
— Anders
Forum: Themes and Templates
In reply to: [Lovecraft] Meny on mobile not working@jocce Yep, that’ll do it! You can find the default content of the footer.php file here: https://themes.trac.www.ads-software.com/browser/lovecraft/2.1.1/footer.php
Forum: Themes and Templates
In reply to: [Lovecraft] Meny on mobile not workingHey @jocce,
It looks like the footer file (footer.php) isn’t being loaded, which results in the JavaScript not being enqueued, which is required for the mobile menu to work.
If you haven’t made changes to the theme, you can try deactivating your plugins one at a time in case one of them is causing the conflict.
— Anders
Forum: Themes and Templates
In reply to: [Chaplin] Post archive: “No more posts to load” – yet there areHi @nicocoetzee,
The most recent version Chaplin update didn’t make any changes to the pagination, and the demo site (also running 2.6.8) doesn’t have any issues with the pagination.
Have you made any changes directly to the Chaplin theme files? If so, those changes were overwritten when the update was installed. Another possibility is that there’s a plugin conflict.
— Anders
Forum: Themes and Templates
In reply to: [Oaknut] More Oaknut page in one wordpress installationHi @mk07,
I’m glad you like it! It’s possible, but you need to create a new page template containing nothing but a content block that you assign the secondary link pages to. Like this:
- Go to Appearance → Editor, and click Templates.
- Click the “Add New Template” button.
- Click “Custom template” in the grid with options.
- Name it “Blank”.
- Close the overlay named “Choose a pattern”.
- On the blank editor view, click the blue plus in the top left, search for “content”, and click the “Content” block.
- Save the template.
Next,
- Create new pages for the secondary link pages.
- In the right sidebar, click “Template” and select the “Blank” template you just created.
- Insert the “Starter Content” pattern to the page, and edit the starter content to match you requirements.
- Publish the pages.
The secondary pages should look identical to the front page, but can be managed separately. Let me know if that does the trick.
— Anders
Forum: Themes and Templates
In reply to: [Eksell] Child Theme MysteryHi @4blkstars,
You don’t need to enqueue the Eksell style sheet in your child theme – this code should do it:
function eksell_child_enqueue_styles() {
wp_enqueue_style('eksell-child-style', get_stylesheet_directory_uri() . '/style.css' );
}
add_action( 'wp_enqueue_scripts', 'eksell_child_enqueue_styles', 20 );— Anders
Forum: Themes and Templates
In reply to: [Pulitzer] An archive with pagination?@kobzew Yes! If you go directly to a category, the items in the category will be shown on the archive page (example on the demo site), and you can link to that category from the main menu (or elsewhere on the site).
Forum: Themes and Templates
In reply to: [Norrsken] Masonry gridHi @relevantperson,
I’m glad you like them! WordPress doesn’t include a masonry layout by default, unfortunately. I would expect it’ll be added once masonry layouts are supported by default with vanilla CSS, which is in the works but still a little ways off.
In the meantime, plugins can add Masonry layouts to the default Query Loops, but I don’t know of any that do so right now. Themes can add Masonry layouts as well, but I’ve decided against it with my own themes so far.
You could add a masonry layout to the theme in a child theme, but I’m not sure how heavy of a lift it’d be.
— Anders
Forum: Themes and Templates
In reply to: [Radcliffe] Search Form AccessibilityHi @cogdog,
I’m glad you like it!
The search toggle includes a visually hidden screen reader text that says “Show the search field”, so the search field should be screen reader accessible. It doesn’t trigger aria-events when clicked though, so it’s not as accessible as it could be.
— Anders
Forum: Themes and Templates
In reply to: [Bj?rk] Sidebar Menu