webchroma
Forum Replies Created
-
Forum: Plugins
In reply to: [Search in Place] Translate word SOURCEhi,
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
Forum: Plugins
In reply to: [Search in Place] Translate word SOURCEForum: Plugins
In reply to: [Search in Place] Accessibility issues and csshi,
endeed the cache.
thanks
Forum: Plugins
In reply to: [Search in Place] Translate word SOURCEthanks 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
Forum: Plugins
In reply to: [Search in Place] Accessibility issues and cssHi, thank You for the the last Update. There is still an Issue remaining, when moving with the keyboard through the the results they don’t get highlighted (no :focus).
ciao