Pesquisas recentes


Sem pesquisas recentes

Erik Metzler's Avatar

Erik Metzler

Entrou em 28 de mai. de 2021

·

Última atividade em 27 de out. de 2021

Seguindo

0

Seguidores

0

Atividade total

8

Votos

0

Assinatura

1

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Erik Metzler

Erik Metzler comentou,

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

Perfect. Thank you. Not sure what I did wrong, so I'll have to compare them later when I have time. But it looks good now.

Exibir comentário · Publicado 16 de jun. de 2015 · Erik Metzler

0

Seguidores

0

Votos

0

Comentários


Erik Metzler comentou,

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

Try now.

Exibir comentário · Publicado 15 de jun. de 2015 · Erik Metzler

0

Seguidores

0

Votos

0

Comentários


Erik Metzler comentou,

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

Horizontally yes, but not vertically. See below.


This is for the Section titles, not the Category titles (which ware what I'm trying to duplicate)

Exibir comentário · Publicado 15 de jun. de 2015 · Erik Metzler

0

Seguidores

0

Votos

0

Comentários


Erik Metzler comentou,

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

http://support.nonprofiteasy.com/hc/en-us/ Though I haven't published my work yet, waiting to get things right.

Exibir comentário · Publicado 15 de jun. de 2015 · Erik Metzler

0

Seguidores

0

Votos

0

Comentários


Erik Metzler comentou,

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

Anytime. And I changed .hide() to .remove() for tidiness. But now I can't get the H3 header to center vertically. Any thoughts? I know it's more CSS than JS.

Am I missing something on the backend of these sections aside from good ol' Vertical-Align:middle?

Exibir comentário · Publicado 11 de jun. de 2015 · Erik Metzler

0

Seguidores

0

Votos

0

Comentários


Erik Metzler comentou,

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

Nevermind. I figure it out once I found another article that set off the lightbulb

   if( document.location.href.indexOf('section') == -1 ) {
      var categories = $('ul.article-list');
      $(categories).hide();
      var more = $('.see-all-articles');
      $(more).hide();

}

Exibir comentário · Publicado 10 de jun. de 2015 · Erik Metzler

0

Seguidores

0

Votos

0

Comentários


Erik Metzler comentou,

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

I'm trying to do something a bit more extreme then others, and can't see where. I want to completely hide the section tree and See more link. I ONLY want the section title so they can click on that to get to the article list.

 

I found a way with the code above to hide the article list (but it's ugly to me) but I don't know how to hide the More link completely.

Exibir comentário · Publicado 10 de jun. de 2015 · Erik Metzler

0

Seguidores

0

Votos

0

Comentários