jQuery traduction text hardcoded
Comment traduire “ALL” par “Tous” dans le module “Content Grid” de Powerpack
Cliquer sur Page Builder, allez dans Tools, CSS / JavaScript Templates, onglet JS,
ajouter ce code:
jQuery(function($){
$(".pp-post-filters-wrapper .pp-post-filters li:first-child").text(function(index, text) {
return text.replace('All','Tous');
});
});
Pages by Categories
All
- All
- Design
- Home
- PowerPackMenu
- « Previous
- 1
- 2
- 3