最近の検索
最近の検索はありません

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
コメント