Recent searches


No recent searches

Iggy Pritzker's Avatar

Iggy Pritzker

Joined Apr 16, 2021

·

Last activity Feb 01, 2022

Following

0

Followers

0

Total activity

8

Votes

0

Subscriptions

4

ACTIVITY OVERVIEW

Latest activity by Iggy Pritzker

Iggy Pritzker commented,

Community comment Discussion - Tips and best practices from the community

we can also do without javascript in template:

  {{#if alternative_locales}}
         {{#is current_locale.name 'English (US)'}}
            {{search placeholder='Search Resources' instant=true}}
          {{else}}
             {{search placeholder='Buscar Recursos' instant=true}}
          {{/is}}
    {{/if}}

View comment · Posted Dec 28, 2018 · Iggy Pritzker

0

Followers

0

Votes

0

Comments


Iggy Pritzker commented,

Community comment Discussion - Tips and best practices from the community

Doesn't work when having more HTML elements between them :(

View comment · Posted Sep 15, 2016 · Iggy Pritzker

0

Followers

0

Votes

0

Comments


Iggy Pritzker commented,

Community comment Discussion - Tips and best practices from the community

/* search placeholder change text */
var currentLanguage = $('html').attr('lang').toLowerCase();
if(currentLanguage === "de") {
$('.search #query').attr('placeholder','Suchen Sie in unserer Unterstützung');
}

View comment · Posted Jun 29, 2016 · Iggy Pritzker

0

Followers

0

Votes

0

Comments


Iggy Pritzker commented,

Community comment Discussion - Tips and best practices from the community

Just add placeholder to search tag

{{search placeholder='Search our support' instant=true}}

It works now, but we need a way to make dynamic content there for multiple languages...

View comment · Posted Jun 07, 2016 · Iggy Pritzker

0

Followers

0

Votes

0

Comments