Eero Hermlin
Forum Replies Created
-
Forum: Plugins
In reply to: [Scroll Triggered Box] Not receiving the submitted email addressLike that:
<div class=”inscroll”>
<h5>Get Free Happiness Tips & Updates!</h5>Newsletter
Free Gifts
Special Deals Just For Subscribers
<span style=”color: #ff0000;”>*Enter email & click “Yes!”</span><form class=”stbContactForm” action=”#” method=”post”><input class=”email” name=”email” required=”required” type=”text” value=”” />
<input id=”submitted” name=”submitted” type=”hidden” value=”true” />
<input id=”stb-submit” type=”submit” value=”Yes!” /></form>
<p class=”stbMsgArea”></p></div>
Hi
Doesn’t seem anything to be wrong on 4.5, so I marked it 4.5 compatible!
Forum: Plugins
In reply to: [Scroll Triggered Box] Not receiving the submitted email addressHi
Seems that in your site email field is missing “required” parameter, so users are able to push “Yes!” wihtout entering anything. To fix that, please open scrollbox editor in “Text” mode and ensure that e-mail field shows as following:
′
<input id=”email” name=”email” required=”required” type=”email” value=”” />
′I hope this helps.
Forum: Plugins
In reply to: [Scroll Triggered Box] Static Front Page ConflictHi
Thanks for feedback!
I’m just reviewing that plugin and will definitely look into this problem.Forum: Plugins
In reply to: [Scroll Triggered Box] How to modify email content?At the moment there’s not such option.
How would you like to change that?
Forum: Plugins
In reply to: [Scroll Triggered Box] Scroll to element doesn't workThanks for great find and solution! I will add the first solution to the code.
Forum: Plugins
In reply to: [Realtime Comments] Ajax comment insert of my comment?I’m sorry about not answering but better late than never.
Yes, page reload during comment submit is intended. Ajax insertion of comments can be achieved with other plugins (however, at the moment I cant suggest any, but in principle my plugin should work with any).
Forum: Plugins
In reply to: [Scroll Triggered Box] css to hide on larger screens?Hi
can you give me a link to your site?
Forum: Plugins
In reply to: [Scroll Triggered Box] Mobile IssuesWhat mobile and browser exactly are you using (perhaps you can even say the exact user-agent string?). “Hide on mobiles” should work on most devices.
Forum: Plugins
In reply to: [Scroll Triggered Box] Not working with jetpack subscriptionsI think there’s something wrong with Twitter-related scripts initiation in your site. Please try in Scrollbox admin screen Social buttons section set Twitter to Inactive status and see, does it help.
Forum: Plugins
In reply to: [Scroll Triggered Box] How to trigger the pop-up from linkIt should be possible if you use on administration screen following settings:
1) On “Triggering action” drop-down, choose: Click on element
2) Element: enter jQuery selector for your link or menu item (can be whatever html element actually), from where you need it to triggerIt might happen that you need to change href value for such link to following value: <a href=”javascript:void(0);”
I hope this helps
Hi
I started to check it, but probably you have disabled scrollbox plugin meanwhile?
Forum: Reviews
In reply to: [Scroll Triggered Box] Plugin doesn`t work in Mozilla and IEAt first, have you checked the FAQ about this question?
Regards,
EeroForum: Plugins
In reply to: [Scroll Triggered Box] How to change submit button link color?PS. using child theme is also at my opinion right way to do that.
Forum: Plugins
In reply to: [Scroll Triggered Box] Scrollbar widget questionThere is a Widget enabling checkbox in Scrollbox admin screen, please look what status it has.