yith-newsletter-popup

Mô tả

This plugin has been closed as of 3 Tháng Mười Một, 2020 and is not available for download. This closure is permanent. Lý do: Yêu cầu của tác giả.

Đánh giá

3 Tháng Chín, 2016
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.
8 Tháng Hai, 2017
Great plugin, perfect for my website!
7 Tháng Hai, 2017
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; }}
Đọc tất cả 14 đánh giá

Người đóng góp & Lập trình viên

“YITH Newsletter Popup” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

“YITH Newsletter Popup” đã được dịch qua 3 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.

Dịch “YITH Newsletter Popup” sang ngôn ngữ của bạn.

Muốn tham gia phát triển?

Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.