• doczimute

    (@doczimute)


    Hello, I’m using the Blocksy theme. I’m seeing a double space displayed between the label using the ct-title-label class and the category, tag, or archive label.
    Finally, I found the solution in the file /wp-content/themes/blocksy/inc/classes/archive-title-renderer.php, on lines 26-27:
    rtrim(trim($prefix), ':')
    . ' ' . $original_title;

    By removing the space between the two quotation marks, i.e.:
    . '' . $original_title;
    The double space is no longer displayed. However, I still see a colon (‘:’). Perhaps it’s intended to display a colon between the two labels? But on my end, it’s not showing up, and I still have a double space.
    What’s the reason for this?
    Slt Daniel.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @doczimute ,

    Could you provide a bit more context about the issue? Things like direct links, screenshots of your configuration, and any other relevant details would be really helpful. 🙂

    Thread Starter doczimute

    (@doczimute)

    I’ve restored the original file.
    For example, for article categories: https://asinerie.net/anecdotes-et-temoignages/
    For example, for article tags: https://asinerie.net/etiquette/reportage/
    For example, for the archives: https://asinerie.net/2026/
    The double space in the page source code is located within the <h1 tag.

    I’ve had this issue since I started using the Blocksy theme (2023).

    • This reply was modified 15 hours, 31 minutes ago by doczimute.

    Hello @doczimute

    I’m not able to identify any “double space” based on the information provided. Could you share a screenshot so I can see exactly what you’re referring to?

    Later edit: I was able to identify it on this page: [https://asinerie.net/2026/](https://asinerie.net/2026/), but I can’t determine what type of taxonomy archive page it is due to WordPress’ limitations. The HTML indicates it’s some kind of date archive – is this a custom taxonomy?

    • This reply was modified 13 hours, 28 minutes ago by Eduard.
    • This reply was modified 13 hours, 27 minutes ago by Eduard.
    Thread Starter doczimute

    (@doczimute)

    One image to sum it up: https://asinerie.net/double-space.jpg

    I’ve had this since the theme was first used in 2023. No taxonomy is used.

    Hello @doczimute

    After some deeper investigation, I can confirm this is an issue that only affects locales that use a no-break space – in your case, the French language, which also explains why I wasn’t able to reproduce it initially.

    I’ve informed the developers and the next public update should include a fix automatically.

    Thank you for the report!

    Confirming the fix for the next Blocksy update, which should be coming out later this week.

Viewing 6 replies - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.