Pesquisas recentes


Sem pesquisas recentes

Lynn Beighley's Avatar

Lynn Beighley

Entrou em 16 de abr. de 2021

·

Última atividade em 27 de out. de 2021

Seguindo

0

Seguidores

0

Atividade total

2

Votos

0

Assinatura

1

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Lynn Beighley

Lynn Beighley comentou,

Comentário na comunidade Discussion - Tips and best practices from the community

Thanks for this! I've got the banner showing up, but it appears on all pages, not just the ones with the label.  I must be close, but I don't know how to fix this. I changed the label to search for to "lh4alert". Here's the code (I've hacked the content for testing). Any suggestions?

 // MW-Notification Banner
   $.get( "/api/v2/help_center/"+$('html').attr('lang').toLowerCase()+"/articles.json?label_names=lh4alert" ).done(function( data ) {
     
   $.each(data.articles, function(index,item) {
     
     var style1 = '

test

'
           
     $('.alertbox').append(style1);
   });
   $('.ns-close').on('click',function(){
    $(".alertbox").remove();
  });
    
});

 

Exibir comentário · Publicado 16 de ago. de 2018 · Lynn Beighley

0

Seguidores

0

Votos

0

Comentários