http://khland.kr/
위 사이트를 수정하고 있습니다.
어제부터 CSS 수정하기에 들어가면 Thimpress 로딩 화면이 계속 켜졌다 꺼졌다를 짧게 반복하다가 첫페이지 이미지가 말도안되게 확대되어 있습니다.
>>확대된 첫페이지 https://imgur.com/C3hnZhP
그래서 복구를 하고 다시 시도해봤는데 똑같은 현상이 발생하는데 뭐가 문제일까요?
>>사용자 정의하기에 접속하면 이 사진처럼 로딩만 계속 반복합니다. https://imgur.com/V3j4rhl
아래는 CSS 코드인데 20번째 줄이 Thimpress의 border-right:none; 옆에 노란색 느낌표가 표시되어 있습니다. 원래 없었는데 이게 문제일까요?
다른 관리자의 CSS에서는 노란 느낌표도 보이지 않는다고 합니다.
>>느낌표 사진 https://imgur.com/50ogzix
.top_site_main.style_heading_2 .overlay-top-header {
display: none;
}
@media (max-width: 479px) {
.wrapper-box-icon.overlay.has_custom_image.text-left .boxes-icon {
width: 90px!important;
}
.wrapper-box-icon.overlay.has_custom_image.text-left .content-inner {
width: calc( 100% - 90px - 15px)!important;
}
}
#tab-overview .thim-course-info {
display: none;
}
#tab-overview .thim-course-content {
width: -webkit-calc(100% - 0px);
width: 100%;
border-right: none;
}
.thim-style-content-new-1 .header_single_content {
overflow: hidden;
}
.cosmosfarm-members-form input[type=checkbox] { -webkit-appearance: checkbox; -moz-appearance: checkbox; }
@media (max-width: 480px) {
#learn-press-course-description .thim-course-content {
padding-right: 0px;
}
}
.thim-style-content-new-1 .header_single_content .course-thumbnail img {
display: none;
}
#tab-overview .thim-course-content {
padding-right: 0px !important;
}
.top_heading.style_content_2 .top_site_main.style_heading_2 .page-title-wrapper {
padding-top: 300px !important;
}
.top_site_main.style_heading_2 .page-title-wrapper {
padding-bottom: 150px;
}
#kboard-card-gallery-list .kboard-list-item { width: 330px; box-sizing: content-box; }
#kboard-card-gallery-list .kboard-list-item .kboard-list-thumbnail { width: 330px; height: 330px; }
@media screen and (max-width: 600px) {
#kboard-card-gallery-list .kboard-list-item { width: 330px; }
}
#kboard-card-gallery-list .kboard-list-item { height: 450px; }
#kboard-card-gallery-list .kboard-list-item .kboard-list-summary { -webkit-line-clamp: 2; line-height: 20px; height: 40px; }
#kboard-card-gallery-list .kboard-list { text-align: center; }
#kboard-card-gallery-list .kboard-list-item { display: inline-block; float: none; }
#kboard-pure-gallery-list.mw1400 .kboard-pure-gallery-list .kboard-list-item { width: 32%; }
#kboard-pure-gallery-list.mw1200 .kboard-pure-gallery-list .kboard-list-item { width: 32%; }
#kboard-pure-gallery-list.mw1000 .kboard-pure-gallery-list .kboard-list-item { width: 32%; }
#kboard-pure-gallery-list.mw800 .kboard-pure-gallery-list .kboard-list-item { width: 32%; }
.cosmosfarm-members-form .members-link li.orders { display: none; }
.cosmosfarm-members-form .user_email_readonly { pointer-events: none; }
.cosmosfarm-members-form .user_email_readonly input { background-color: lightgray; color: white; }
안녕하세요~^^
올려주신 내용만으로는 저희 쪽에서 원인을 파악하기 어렵습니다.
정확한 원인을 파악하기 위해 디버그 모드를 활성화해서
에러 메시지를 표시하고 있는지 확인해보셔야 할 듯합니다.
사용 중이신 테마와 다른 플러그인이 충돌이 있는지 확인해보셔야 할 듯합니다.
사용 중이신 플러그인을 하나씩 비활성화해가면서 충돌이 있는지 확인해보시겠어요?
또, 테마 자체 문제는 아닌지도 확인해보셔야 할 듯합니다.
사용 중인 테마를 잠시 다른 테마로 바꿔서도 확인해보시겠어요?
고맙습니다.