Anders Norén
@anlino on WordPress.org , @andersnoren on Slack
- Member Since: February 3rd, 2008
- Location: Stockholm, Sweden
- Website: andersnoren.se
- GitHub: andersnoren
- Job Title: Designer and developer
- Employer: Freelance
Bio
Contribution History
Anders Norén’s badges:- Core Contributor
- Core Team
- Meta Contributor
- Plugin Developer
- Theme Developer
- Translation Contributor
- Translation Editor
- WordCamp Organizer
-
Posted a reply to NOt able to add featured image in posts wordpress 5.9, on the site WordPress.org Forums:
@grandesballo Could be that the old JavaScript was still cached in your browser and conflicted… -
Posted a reply to featured image -> external link, on the site WordPress.org Forums:
Hi @romainkr, Not with any built-in settings or a plugin – you'd need to copy… -
Posted a reply to remove meta from post, on the site WordPress.org Forums:
@gieboo Yep, with: .post-meta .post-date span { display: none; } -
Posted a reply to NOt able to add featured image in posts wordpress 5.9, on the site WordPress.org Forums:
Hi @grandesballo, The featured image is working fine in my local testing on 5.9. It's… -
Posted a reply to remove meta from post, on the site WordPress.org Forums:
Hi @gieboo, Go to Appearance → Customize → Additional CSS (the menu labels might be… -
Posted a reply to Question about Theme Option to alway show the Title, on the site WordPress.org Forums:
Hi @kafunkel, Go to Appearance → Customize → Additional CSS (the menu labels might be… -
Posted a reply to Filter displayed categories on Blog page, on the site WordPress.org Forums:
Hi @3wheelinit, You can't filter the content on the blog page with the content editor… -
Posted a reply to Imbeding ipynb generated html in a wordpress page, on the site WordPress.org Forums:
Hi @rullah, Go to Appearance → Customize → Additional CSS (the menu labels might be… -
Posted a reply to Increase content-width, on the site WordPress.org Forums:
Hi @kainonnenmacher, See this thread: https://wordpress.org/support/topic/single-post-text-width/ — Anders -
Posted a reply to Icon showing as square, on the site WordPress.org Forums:
@theflavorlab The icons in Hitchcock use a icon font, so when you set everything on… -
Posted a reply to Category Image, on the site WordPress.org Forums:
Hi @bigirv, There isn't, and you probably wouldn't be able to do it with a… -
Posted a reply to Is Hitchcock theme 5.9 ready?, on the site WordPress.org Forums:
Hi @wordcraftjo, WordPress 5.9 is a pretty unsubstantial update for classic themes (like Hitchcock), so… -
Posted a reply to Theme Hemingway-Header picture always streched, on the site WordPress.org Forums:
Hi @normsen, You can find information about the header image resizing here: https://wordpress.org/support/topic/header-image-keeps-resizing-incorrectly/ — Anders -
Posted a reply to Search is not returning post type results, on the site WordPress.org Forums:
@markdimi Is your post type set to public and not to exclude_from_search when you register… -
Posted a reply to Apply align justify on posts & pages text, on the site WordPress.org Forums:
Hi @dimin, Go to Appearance → Customize → Additional CSS (the menu labels might be… -
Posted a reply to How to create big headline like Miyazaki Theme’s Demo Site, on the site WordPress.org Forums:
Hi @huy444, That text should show automatically unless you have a logo set. Can you… -
Posted a reply to Reduce space between menu and main content, on the site WordPress.org Forums:
Hi @grthomps, Go to Appearance → Customize → Additional CSS (the menu labels might be… -
Posted a reply to Change the post order in the archive view, on the site WordPress.org Forums:
@markdimi You can give this plugin a try – it will set the post type… -
Posted a reply to Add a block of posts in a page or in another post, on the site WordPress.org Forums:
Hi @markdimi, My recommendation would be to create a child theme, copy singular.php from Eksell… -
Posted a reply to Change the post order in the archive view, on the site WordPress.org Forums:
Hi @markdimi, The order is based on the publication date of the posts. You can… -
Posted a reply to Website considered “suspicious” by some VPNs, on the site WordPress.org Forums:
Hi @pletchek, It's probably a malicious code insertion in the theme files – in other… -
Posted a reply to Widget & Polilang error, on the site WordPress.org Forums:
Hi @alexdalzovo, That type of polylang functionality is not handled by the theme. You might… -
Posted a reply to Version of WordPress supported, on the site WordPress.org Forums:
Hi @cocomo987, On the WordPress.org page for the theme, you can see it listed as… -
Posted a reply to static text on blog page, on the site WordPress.org Forums:
Hi @sailpilot, I've verified this as working on my local installation, with a Hemingway child… -
Posted a reply to display issue when trying to replace featured image, on the site WordPress.org Forums:
Hi @nicolaslienhard, Chaplin doesn't interact with the editor side JavaScript, so it's likely a plugin… -
Posted a reply to static text on blog page, on the site WordPress.org Forums:
@sailpilot Try changing the last line to this: add_filter( 'get_the_archive_title', 'xxx_filter_archive_title', 20 ); -
Posted a reply to Mobile Version on my Side, on the site WordPress.org Forums:
Hi @nadierfolg, You're running the WordPress.com version of Hemingway on a WordPress.com site, so you'll… -
Posted a reply to Post and Pages, on the site WordPress.org Forums:
Hi @marco7eos, I'm not entirely sure I understand your question. The grid on the front… -
Posted a reply to content filter, disable class “filter-link”, on the site WordPress.org Forums:
Hi @muchfun, The filter-link class isn't built in construct.js, but in the eksell_the_archive_filter() function in… -
Posted a reply to Removing related posts, on the site WordPress.org Forums:
Hi @steviecussons, I can't see the related posts on any screen size, so it's likely… -
Posted a reply to Font Size, on the site WordPress.org Forums:
Hi @maybenot, Sorry, I'm not sure I understand your question. What are you looking to… -
Posted a reply to Rect-shaped box above Title on pages/posts, on the site WordPress.org Forums:
Hi @olliepoose, That's correct. To hide it, go to Appearance → Customize → Additional CSS… -
Posted a reply to Xing social media icon, on the site WordPress.org Forums:
Hi @carstenpassmann, You can hook a function to the eksell_svg_icons_social filter in a child theme… -
Posted a reply to static text on blog page, on the site WordPress.org Forums:
Hi @sailpilot, Hemingway doesn't trigger an action before the posts loop, so there's not an… -
Posted a reply to content filter, disable class “filter-link”, on the site WordPress.org Forums:
Hi @muchfun, This sounds like a JavaScript issue. You can't change the class name of… -
Posted a reply to Change menu breakpoint, on the site WordPress.org Forums:
Hi @gaeldesmarais, I believe that it's currently not possible to change the breakpoint for when… -
Posted a reply to Replace ‘Archives’ title with a more relevant word?, on the site WordPress.org Forums:
Hi @tycho1951, From the readme.txt file: == Add Intro Text to the Front Page ==… -
Posted a reply to Duplicate posts in the Archive page, on the site WordPress.org Forums:
Hi @markdimi, Can you try deactivating all plugins and child themes to see if that… -
Posted a reply to PHP 8.0, on the site WordPress.org Forums:
@ivohuber Yeah, I'm not sure what might be causing that. But since Chaplin is working… -
Created ticket #113672 on Themes Trac:
THEME: Eksell – 1.7.3 -
Posted a reply to Category/subcategories collapse/expand style?, on the site WordPress.org Forums:
@olliepoose Eksell is pretty similar. It doesn't have widgets, but it does have a menu… -
Posted a reply to PHP 8.0, on the site WordPress.org Forums:
@ivohuber You can just copy the text in the error message and post it here. -
Posted a reply to Making Global Edits to the Header (Logo, Button, etc), on the site WordPress.org Forums:
Hi @tinybooks, Glad you like it! Go to the "Editor", click the WordPress logo in… -
Posted a reply to single image at the end of index page, on the site WordPress.org Forums:
Hi @plaatis, You can change the number of posts in the grid by selecting the… -
Posted a reply to Widen featured image in single post, on the site WordPress.org Forums:
@jonathandenbreejen No worries! -
Posted a reply to PHP 8.0, on the site WordPress.org Forums:
@ivohuber Can you post the error message? -
Posted a reply to Widen featured image in single post, on the site WordPress.org Forums:
Hi @jonathandenbreejen, No problem! The difference in the width of the featured images is due… -
Posted a reply to PHP 8.0, on the site WordPress.org Forums:
@ivohuber Is there an error message on the dashboard, or do you just get a… -
Posted a reply to Widen featured image in single post, on the site WordPress.org Forums:
Hi @jonathandenbreejen, The featured image in Hamilton is 1240 pixels by default (see the demo… -
Posted a reply to Featured Image Option, on the site WordPress.org Forums:
@rpiitcbme Can you try to temporarily switch to one of the default themes (like Twenty…
Developer
-
Sullivan Compatibility Plugin
Active Installs: 300+
-
BaskervilleActive Installs: 9,000+
-
ChaplinActive Installs: 3,000+
-
DavisActive Installs: 2,000+
-
EksellActive Installs: 1,000+
-
FukasawaActive Installs: 10,000+
-
GarfunkelActive Installs: 2,000+
-
HamiltonActive Installs: 4,000+
-
HemingwayActive Installs: 20,000+
-
HitchcockActive Installs: 10,000+
-
HoffmanActive Installs: 2,000+
-
IwataActive Installs: 400+
-
KojiActive Installs: 2,000+
-
LingonberryActive Installs: 800+
-
LovecraftActive Installs: 10,000+
-
McLuhanActive Installs: 1,000+
-
MiyazakiActive Installs: 2,000+
-
RadcliffeActive Installs: 1,000+
-
RamsActive Installs: 1,000+
-
RowlingActive Installs: 3,000+
-
SullivanActive Installs: 700+
-
ToveActive Installs: 600+
-
WilsonActive Installs: 2,000+