WPIntell

Source evidence

Remove dot in date in Timeline Showcase block

Qi Blocks · support · 2023-02-13T12:23:00+00:00

mixedsentiment
mediumseverity
0.78relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 35 rows with source links

17.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Karl Andersson resolved
Is there a way to remove the dot or period (“.”) that automatically appears after the date in the Timeline Showcase block, horizontal version? There are tons of options for style and typography, but I haven’t found a way to remove the dot. I don’t want the dot. I’ve searched for pseudo-elements in the style sheet but the dot seems hardcoded into the plugin. I’ve checked the documentation and the knowledgebase. Hi there, This will be removed within the next update. However, in the meantime you could use this JS code: jQuery('.qi-block-timeline .qodef-e-date').each(function(){ var text = jQuery(this).html(); text = text.slice(0,-1); jQuery(this).html(text); }) We hope this helped. Best, Qode Thanks. Never been so excited for an update! 😄 Hi there, Thank you for your patience and feedback. We are here if you have any additional questions. Best, Qode

Comments

3 shown
Qode 2023-02-21T09:06:00+00:00

Hi there, This will be removed within the next update. However, in the meantime you could use this JS code: jQuery('.qi-block-timeline .qodef-e-date').each(function(){ var text = jQuery(this).html(); text = text.slice(0,-1); jQuery(this).html(text); }) We hope this helped. Best, Qode

Karl Andersson 2023-02-22T07:54:00+00:00

Thanks. Never been so excited for an update! 😄

Qode 2023-02-24T09:17:00+00:00

Hi there, Thank you for your patience and feedback. We are here if you have any additional questions. Best, Qode