게시판 답변
4 글 보임 - 1 에서 4 까지 (총 4 중에서)
-
글쓴이글
-
2017-12-28 9:13 오전 답변: [css] Too long breadcrumb menu when I have to make a long name of post's subject #4528
It’s the best setting for this issue if we no were find the way that removed only posting subject.
.breadcrumb { max-width: 220px; // display: inline-block; // ---except for mobile view padding: 0; margin-top: -3px; vertical-align: middle; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
2017-12-28 9:12 오전 답변: [css] Too long breadcrumb menu when I have to make a long name of post's subject #4526Please add below custom css code to hide the long text.
.breadcrumb { max-width: 370px; height: 20px; text-overflow: ellipsis; white-space: nowrap; }
You use Custom CSS to change this behaviour:
@media screen and (max-width: 495px) { blockquote { margin-left: 0; } }
Cheers,
Mi Moon Church.ALL in One SEO로 해결 하십시오.
– All in One SEO을 활성화 하되 Social 관련 설정을 Active로 놓고 시도해보십시오. Yoast SEO보다 낫습니다.
※ 상기와 같이 OG 등 메타가 흔들리고 잘 안 먹을 때는 다음 사항을 유념해서 테스트 해야합니다.
1. FACEBOOK에서 Preview용 Cache를 감아들이는데는 (꽤) 시간차가 발생한다는 사실.
2. 따라서 FACEBOOK 나름대로의 알고리즘에 의해 이미지를 cache로 불러들이는데, 그것을 SEO 관련 플러그나 기타 소스로 조절을 할 때는 그 시간차를 두고서 확인할 것. (금방 금방 반영되지 않음) debugging을 말하는 것임.
3. 종전에는 이미지 사이즈 아무거나 상관 없이 다 cache에서 받아먹었으나, 최근 매우 불규칙적이 됨. 규약에 따르면 1200 x 630 또는 600 x 315라고는 하지만 안정적이지 않음. 그래도 1200 x 630이 가장 안정적.
-
글쓴이글
4 글 보임 - 1 에서 4 까지 (총 4 중에서)