immaterial
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Overriding link colourThe problem has been solved with the new update (v. 17.8.2)
Forum: Plugins
In reply to: [Gutenberg] Overriding link colourHi, that’s how I assigned black colour to post titles (which are links). This made post titles black until the last Gutenberg update came into effect.
I fixed this using CSS in the meanwhile, but I would prefer it worked properly from within the site editor.
Forum: Fixing WordPress
In reply to: Gallery Columns not working – Twenty Twenty-Three themeSame issue here, which the code above did not solve. Instead of one vertical column (the single images appearing under each other) now I have one horizontal row (the single images appearing next to each other, still ignoring the settings of my galleries.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Images not centeredHi, thanks to you I now found the solution. The CSS-code you gave me didn’t solve the problem however.
I am indeed using the Classic editor, but the images contain this, as an example:
<img class="size-full wp-image-1111 aligncenter"
etc.So now I modified your CSS in this way:
img.aligncenter { margin-left:auto; margin-right:auto; display:block; }
…and it worked. How come “aligncenter” doesn’t work automatically?
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Images not centeredYes, I’m referring to posts (on Blog Home and Single post pages).
In my previous theme (TT) it works, when reactivated in Live preview.
I’m using WP 6.3 with Gutenberg plugin 16.5.0.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Comments link block: Text customizationMerci. It worked!
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Comments link block: Text customizationThank you.
Forum: Plugins
In reply to: [Secondary Title] Shortcode showing wrong subtitles on Blog HomeI added a paragraph block below the post title on Blog Home and it worked… kind of at least, because there’s always the same secondary title.
Forum: Plugins
In reply to: [Secondary Title] Shortcode showing wrong subtitles on Blog HomeCorrect, I used
[secondary_title]
and on each of the 10 posts on my Blog Home exactly the same secondary title is displayed. Let’s assume the subtitle of my last post is “Hello”, then all posts on my Blog Home will have “Hello” as a secondary title.Forum: Plugins
In reply to: [Secondary Title] Shortcode showing wrong subtitles on Blog HomeThank you! No, I’m not aware of anything else you need to take into account beyond what I described above.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Not possible to post images in commentsI inserted it with the WPCode plugin and it works!
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Not possible to post images in commentsOk but then it will be cancelled with a new update.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Not possible to post images in commentsWhere exactly would I have to insert your code?
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Post date or last modified dateThanks.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Post comment count missing?It’s nice but it’s not possible to have a custom text (“reactions” instead of “comments”, just as an example).