Anders Norén
Forum Replies Created
-
Hey @virgildia,
Understood – appreciate the thorough response! We’ll switch it to the V2 version of the carousel down the road.
— Anders
Forum: Themes and Templates
In reply to: [Eksell] Featured ImagesHey @alexduv94,
I’m glad you like it! Sure thing, go to Appearance → Customize → Additional CSS, and add the following:
.single-post .featured-media { display: none; }That’ll hide the featured image on all single posts.
— Anders
@painlessseo Thank you! You don’t need to edit any code, but you’ll need to edit the single post template in the WordPress WYSIWYG site editor.
Hi @painlessseo,
You can edit the template for single posts in the Site Editor, and insert a query loop that shows other posts selected by random. There are also plugins that allow you to list posts that are related to the current post, using categories, tags and other meta data, but I don’t have any specific ones to recommend to you.
That related posts section isn’t included by default though, so you’ll have to edit the template files to get it in there.
— Anders
Forum: Themes and Templates
In reply to: [Abisko] Hamburger menu not opening on mobile devicesHi @clee122591,
I’m getting multiple JavaScript errors on your site unrelated to the Abisko theme. I’d recommend you to try and disable any plugins you have active, one at a time, to see if one of them is causing the issue.
— Anders
Forum: Themes and Templates
In reply to: [Poe] php8.4 Support@entlein Poe should work fine on PHP 8.4.
Forum: Themes and Templates
In reply to: [Björk] Colour Rendering@piloti001 No, #F7CECE is pink: https://www.colorhexa.com/f7cece
Question : is there a way to edit the background colour to choose a “custom colour” for all the background ? If yes, how ?
Sure! You can change the background color in Appearance → Editor → Styles → Color.
Forum: Themes and Templates
In reply to: [Björk] Colour RenderingHi @piloti001,
I’m only getting the pink background color when I visit the site, and from the looks of the CSS, it’s set as the background color in the site editor. Do you have a caching plugin installed? If so, try emptying the cache.
— Anders
Forum: Themes and Templates
In reply to: [Radcliffe] Sub-menus Not Working on Mobile DeviceHi @teracharity,
That’s a misunderstanding on the part of the user who replied to you on the WordPress.com forums. Like I wrote in the earlier reply, this support forum is for Radcliffe, which is completely different from Radcliffe 2, which is the theme you have installed and was built by WordPress.com. It’s an understandable mistake on part of the WordPress.com forum user though.
— Anders
Forum: Themes and Templates
In reply to: [Abisko] Issues with Mobile MenuHi @paulpetch,
Unfortunately, the WordPress navigation block doesn’t support adding toggleable sub menus in the overlay menu out of the box. Most WordPress agencies and freelancers should be able to do it for you with a child theme.
— Anders
Forum: Themes and Templates
In reply to: [Hoffman] Adding the X and Telegram icons@liberto22 Due to how old Hoffman is, it unfortunately doesn’t include icons for Telegram or X. It’s possible to add them if you update the icon library used (FontAwesome) and add the CSS for them, but it’s a pretty big adjustment to make.
You can add the Twitter icon if you change the URL from https://x.com/username to https://twitter.com/username, which will redirect to the X profile.
Forum: Themes and Templates
In reply to: [Hoffman] Adding the X and Telegram icons@liberto22 Navigation was the wrong menu label – Menús is the one you’re looking for.
Forum: Themes and Templates
In reply to: [Hoffman] Adding the X and Telegram iconsHey @liberto22,
Thanks, I’m glad you like ’em! If you go to Appearance → Navigation, create a new menu, add your social links to it and assign it to “Social”, they should show up in the header.
— Anders
Forum: Themes and Templates
In reply to: [Abisko] … pops out of the columnHi @davitz,
Yeah, that’s how block themes display alignleft/alignright blocks when they’re nested directly inside a Post Content block that allows for blocks set to the Wide and Full alignment.
If you want to make the alignleft/alignright blocks align to the left or right of the content column instead (and align with the paragraphs in the page you linked to), you can wrap a few paragraphs of text in a group block, and set a block to the Left or Right alignment inside that group. That should give you the layout you’re looking for.
— Anders
Forum: Themes and Templates
In reply to: [Radcliffe] Sub-menus Not Working on Mobile DeviceHi @teracharity,
The theme you’re running is Radcliffe 2, which is the WordPress.com version of the Radcliffe theme. Although based on the same design as Radcliffe, Radcliffe 2 is built from scratch by the WordPress.com themes team, so the code is completely different from the original Radcliffe theme, which this support forum is for.
I’d recommend you to reach out to either WordPress.com support directly or post in the WordPress.com support forums.
— Anders