yith-newsletter-popup

설명

이 플러그인은 2020년 11월 3일(으)로 폐쇄되었고 내려받기가 불가능합니다. 이 폐쇄는 영구적입니다. 사유: 작성자 요청.

후기

2016년 9월 3일
Very frustrating that there are no easy fixes to use this with mobile. Have adjust the stylesheet to show the popup only to desktop users, would love to be able to use this site wide.
2017년 2월 8일
Great plugin, perfect for my website!
2017년 2월 7일
Works pretty good but options are very limited and the cookie handling is buggy, at least on my site I have found this to be the case. Even if I click the box to not show again it appears to popup on random pages. Maybe an issue with my site but I would think it should just work as every other popup plugin I've tested doesn't have issues with the cookie. Needs to at least have a timer delay for the popup for example as far as options are concerned. Pretty standard feature if you ask me. Other than that, seems pretty good for a free product and will be enough for some people. Will require some css adjustments to make it look good though. If you want it responsive, you can use css media queries. For example, add the below code to the custom style box within the plugins settings page and adjust as needed for the size of your popup. /* ---------[ Mobile Responsive Pop Up Box Adjustments ]--------- */ @media only screen and (max-width:360px) { .yithpopup_wrapper { -webkit-transform: scale(.87) translateX(-31px); -moz-transform: scale(.87) translateX(-31px); -ms-transform: scale(.87) translateX(-31px); -o-transform: scale(.87) translateX(-31px); transform: scale(.87) translateX(-31px); z-index: 99999; }} @media only screen and (max-height:360px) { .yithpopup_wrapper { -webkit-transform: scale(.87) translateY(-31px); -moz-transform: scale(.87) translateY(-31px); -ms-transform: scale(.87) translateY(-31px); -o-transform: scale(.87) translateY(-31px); transform: scale(.87) translateY(-31px); z-index: 99999; }} @media only screen and (max-width:320px) { .yithpopup_wrapper { -webkit-transform: scale(.77) translateX(-59px); -moz-transform: scale(.77) translateX(-59px); -ms-transform: scale(.77) translateX(-59px); -o-transform: scale(.77) translateX(-59px); transform: scale(.77) translateX(-59px); z-index: 99999; }} @media only screen and (max-height:320px) { .yithpopup_wrapper { -webkit-transform: scale(.77) translateY(-59px); -moz-transform: scale(.77) translateY(-59px); -ms-transform: scale(.77) translateY(-59px); -o-transform: scale(.77) translateY(-59px); transform: scale(.77) translateY(-59px); z-index: 99999; }}
모든 14 평가 읽기

기여자 & 개발자

“YITH Newsletter Popup”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“YITH Newsletter Popup”(이)가 3(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “YITH Newsletter Popup”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.