최근 검색
최근 검색 없음

Karsten Jensen
가입한 날짜: 2021년 4월 15일
·
마지막 활동: 2021년 10월 27일
팔로잉
0
팔로워
0
총 활동 수
12
투표 수
4
가입 플랜
1
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Karsten Jensen
Karsten Jensen님이 에 댓글을 입력함
커뮤니티 댓글 Q&A - Help center and community
Hi @Trapta! It almost did the trick. Only issue is that it removes the hyperlink. Do you have a solution for that?
I've added the following code:
// replace first breadcrumb in each language
$(document).ready(function(){
var currentLanguage = $('html').attr('lang').toLowerCase();
if(currentLanguage === "en-us") { $('ol.breadcrumbs > li').first().text('Support'); }
if(currentLanguage === "cs") { $('ol.breadcrumbs > li').first().text('Podpora'); }
if(currentLanguage === "da") { $('ol.breadcrumbs > li').first().text('Support'); }
if(currentLanguage === "de") { $('ol.breadcrumbs > li').first().text('Hilfe'); }
if(currentLanguage === "es") { $('ol.breadcrumbs > li').first().text('Asistencia'); }
if(currentLanguage === "fr") { $('ol.breadcrumbs > li').first().text('Aide'); }
if(currentLanguage === "it") { $('ol.breadcrumbs > li').first().text('Assistenza'); }
if(currentLanguage === "nl") { $('ol.breadcrumbs > li').first().text('Ondersteuning'); }
if(currentLanguage === "no") { $('ol.breadcrumbs > li').first().text('Support'); }
if(currentLanguage === "pl") { $('ol.breadcrumbs > li').first().text('Pomoc'); }
if(currentLanguage === "pt") { $('ol.breadcrumbs > li').first().text('Suporte'); }
if(currentLanguage === "pt-br") { $('ol.breadcrumbs > li').first().text('Suporte'); }
if(currentLanguage === "fi") { $('ol.breadcrumbs > li').first().text('Tuki'); }
if(currentLanguage === "sv") { $('ol.breadcrumbs > li').first().text('Support'); }
});
댓글 보기 · 2017년 11월 27일에 게시됨 · Karsten Jensen
0
팔로워
0
투표 수
0
댓글
Karsten Jensen님이 에 댓글을 입력함
커뮤니티 댓글 Discussion - Tips and best practices from the community
We want to use Option 1, but in combination with Dynamic Content.
How can I add something like: {{dc 'hc-home_page_heading_search'}}
To: {{search submit=true instant=true class='search search-full' placeholder=''}}
Help very much appriciated.
댓글 보기 · 2017년 11월 22일에 게시됨 · Karsten Jensen
0
팔로워
0
투표 수
0
댓글