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

Erik Metzler
参加日2021年5月28日
·
前回のアクティビティ2021年10月27日
フォロー中
0
フォロワー
0
合計アクティビティ
8
投票
0
サブスクリプション
1
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Erik Metzler
Erik Metzlerさんがコメントを作成しました:
Erik Metzlerさんがコメントを作成しました:
http://support.nonprofiteasy.com/hc/en-us/ Though I haven't published my work yet, waiting to get things right.
コメントを表示 · 投稿日時:2015年6月15日 · Erik Metzler
0
フォロワー
0
投票
0
コメント
Erik Metzlerさんがコメントを作成しました:
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?
コメントを表示 · 投稿日時:2015年6月11日 · Erik Metzler
0
フォロワー
0
投票
0
コメント
Erik Metzlerさんがコメントを作成しました:
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();
}
コメントを表示 · 投稿日時:2015年6月10日 · Erik Metzler
0
フォロワー
0
投票
0
コメント
Erik Metzlerさんがコメントを作成しました:
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.
コメントを表示 · 投稿日時:2015年6月10日 · Erik Metzler
0
フォロワー
0
投票
0
コメント