Scott Bolinger
Forum Replies Created
-
Forum: Plugins
In reply to: [HollerBox — Fast & Effective Popups & Lead-Generation] Vertical offsetHey Mike, you should be able to do that with custom CSS. Try something like this:
#hwp-floating-btn.hwp-bottomright, .holler-box.hwp-bottomright { bottom: 50px !important; }Ya you could use a media query, like:
@media (max-width: 600px) {
.holler-box { display: none; }
}Hey Ross, you’re the second person to ask for that today, so I guess I should add that feature. Look for it in the next release 🙂
I’ve now updated the plugin, you can update in your dashboard to see if that helps. If it doesn’t, I’m not sure what’s going on, because this plugin does not overwrite any other icons.
Forum: Plugins
In reply to: [HollerBox — Fast & Effective Popups & Lead-Generation] Faux Live ChatYa I could make it required, that’s a good call. The email that is captured is in the reply-to field of the email that is sent.
Thanks!
Forum: Plugins
In reply to: [HollerBox — Fast & Effective Popups & Lead-Generation] Faux Live ChatHi, that is set in the optin message field. The email is sent to the send-to email you specify in the settings. If you are not receiving emails, you might want to try an SMTP plugin like Postman for more reliable wp_mail() deliverability https://wordpress.org/plugins/holler-box/#faq
Forum: Plugins
In reply to: [HollerBox — Fast & Effective Popups & Lead-Generation] Post vs PagesHi Mike, I will make a note of this as a feature request.
Thanks!
Hi Mike, the box already has a border and drop shadow:
.holler-box { background-color: #fff; border: 1px solid #eee; box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.06); }You can modify that with custom CSS if you like.
Hmm, the plugin uses fontello as the font-family, and it’s possible that it’s conflicting with something else on your site that uses the same font. I’ve changed the font-family name, and will release it in the next update. In the meantime you can use the github master branch if you like, it already has the fix applied: https://github.com/scottopolis/holler-box
I just tried out Chrome on Windows 10 and Windows 8, and both show the close icon. I’m thinking this is a conflict on your site, if you give me a url with the plugin live I will try to figure it out.
Forum: Reviews
In reply to: [HollerBox — Fast & Effective Popups & Lead-Generation] Fatal errorFixed in the latest update (0.5). Thanks for the 5 star review though!
Forum: Plugins
In reply to: [HollerBox — Fast & Effective Popups & Lead-Generation] TranslationHi, I will push translation files in the next plugin update.
Thanks Justin! It looks ok on my Mac, I need to figure out a way to test on Windows. I’ll try to push a fix asap, it’s probably just a minor CSS tweak.
Forum: Reviews
In reply to: [EDD Metrics] Simple UI Done RightThanks Ryan!
Forum: Reviews
In reply to: [EDD Metrics] Nice job!Thanks for the 5 star review!