Búsquedas recientes


No hay búsquedas recientes

Iggy Pritzker's Avatar

Iggy Pritzker

Incorporación 16 abr 2021

·

Última actividad 01 feb 2022

Seguimientos

0

Seguidores

0

Actividad total

8

Votos

0

Suscripciones

4

RESUMEN DE LA ACTIVIDAD

Última actividad de Iggy Pritzker

Iggy Pritzker hizo un comentario,

Comentario de la comunidad 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}}

Ver comentario · Publicado 28 dic 2018 · Iggy Pritzker

0

Seguidores

0

Votos

0

Comentarios


Iggy Pritzker hizo un comentario,

Comentario de la comunidad Discussion - Tips and best practices from the community

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

Ver comentario · Publicado 15 sept 2016 · Iggy Pritzker

0

Seguidores

0

Votos

0

Comentarios


Iggy Pritzker hizo un comentario,

Comentario de la comunidad 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');
}

Ver comentario · Publicado 29 jun 2016 · Iggy Pritzker

0

Seguidores

0

Votos

0

Comentarios


Iggy Pritzker hizo un comentario,

Comentario de la comunidad 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...

Ver comentario · Publicado 07 jun 2016 · Iggy Pritzker

0

Seguidores

0

Votos

0

Comentarios