WPIntell

Source evidence

Translate word SOURCE

Search in Place · support · 2023-12-18T10:45:00+00:00

mixedsentiment
highseverity
0.94relevance
7replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

3 / 22 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
webchroma resolved
Hi, I can’t find in the plugin source code or in the *.po Files the word SOURCE to translate it. Where is it? How can I translate it? Thank You! piero This topic was modified 2 years, 5 months ago by webchroma . Hello @webchroma Could you please indicate where is the “Source” word you want to modify? Best regards. thanks for the reply. I am using the plugin for the a current page search: [search-in-place-form in_current_page=”1″ placeholder=”Wyszukaj np. 01 05 lub Płuczki wiertnicze”] on this page https://interzero.pl/uslugi/gospodarka-odpadami/katalog-odpadow/?preview_id=11172&preview_nonce=cb10743a2e&_thumbnail_id=3828&preview=true Hello @webchroma You provided the link to a draft page preview. The pages previews are not public. Best regards. hi, https://interzero.pl/uslugi/gospodarka-odpadami/katalog-odpadow/ thx Hello @webchroma , I’m sorry, but in the current plugin version, you should replace it with CSS. In the next plugin update, we will allow translating it by editing the .po files or with third-party plugins like Loco Translate. Please enter the style definition below through the menu option “Appearance > Customize > Additional CSS”: .search-in-place>.label{color: transparent !important;} .search-in-place>.label::before{content: 'YOUR TEXT' !important; color: #183466 !important} Best regards. hi, thanks. Looking forward for the next update! I’ll go in the meantime with this css hack, there is just a little correction to do (for eventually future users): it covers both the source and 0 results label, so 1 option would be: .search-in-place .label:not(.more){ color: transparent !important; } .search-in-place .label:not(.more)::before{ content: ‘YOUR TEXT’ !important; color: #183362 !important; } thanks again for looking after it best piero Hello @webchroma Thank you very much for sharing your styles block of code. Best regards.

Comments

7 shown
codepeople 2023-12-18T11:20:00+00:00

Hello @webchroma Could you please indicate where is the “Source” word you want to modify? Best regards.

webchroma 2023-12-18T11:23:00+00:00

thanks for the reply. I am using the plugin for the a current page search: [search-in-place-form in_current_page=”1″ placeholder=”Wyszukaj np. 01 05 lub Płuczki wiertnicze”] on this page https://interzero.pl/uslugi/gospodarka-odpadami/katalog-odpadow/?preview_id=11172&preview_nonce=cb10743a2e&_thumbnail_id=3828&preview=true

codepeople 2023-12-18T12:26:00+00:00

Hello @webchroma You provided the link to a draft page preview. The pages previews are not public. Best regards.

webchroma 2023-12-18T12:31:00+00:00

hi, https://interzero.pl/uslugi/gospodarka-odpadami/katalog-odpadow/ thx

codepeople 2023-12-18T14:45:00+00:00

Hello @webchroma , I’m sorry, but in the current plugin version, you should replace it with CSS. In the next plugin update, we will allow translating it by editing the .po files or with third-party plugins like Loco Translate. Please enter the style definition below through the menu option “Appearance > Customize > Additional CSS”: .search-in-place>.label{color: transparent !important;} .search-in-place>.label::before{content: 'YOUR TEXT' !important; color: #183466 !important} Best regards.

webchroma 2023-12-18T20:12:00+00:00

hi, thanks. Looking forward for the next update! I’ll go in the meantime with this css hack, there is just a little correction to do (for eventually future users): it covers both the source and 0 results label, so 1 option would be: .search-in-place .label:not(.more){ color: transparent !important; } .search-in-place .label:not(.more)::before{ content: ‘YOUR TEXT’ !important; color: #183362 !important; } thanks again for looking after it best piero

codepeople 2023-12-18T21:44:00+00:00

Hello @webchroma Thank you very much for sharing your styles block of code. Best regards.