Eero Hermlin
Forum Replies Created
-
Forum: Plugins
In reply to: [Scroll Triggered Box] Stop scroll box disappearing when scrolling upDisappearing when scrolling back up is intentional.
And there’s no easy way to go around it.Forum: Plugins
In reply to: [Scroll Triggered Box] Scroll box progress bar keeps goingHi,
Please give me link to your site and I will check.
Forum: Plugins
In reply to: [Scroll Triggered Box] Embed in pages?In case of pages, you can just pick pages. You can check multiple options in Pages, Categories or Tags selections; and use all of them in same time.
Forum: Plugins
In reply to: [Scroll Triggered Box] Embed in pages?I think you should use tags. If those posts have nothing common then pick some quite general word(s) for tag, like “hot”, “new”, “topten”, “feedback”, “scrollbox”, or even “random” or “123” or “whatever”. And enable scrollbox by tag(s).
Forum: Plugins
In reply to: [Scroll Triggered Box] Permanent tab encoding problemI’m glad it’s ok now. Nothing to thank for, as I didn’t do anything (expect plugin itself) ??
Actually I cannot imagine how this error could have happened. Maybe some error with copying text to wordpress editor window.
Forum: Plugins
In reply to: [Scroll Triggered Box] Permanent tab encoding problemThis is how I see your website:
https://imgbay.mobi/di/Untitled-24uci.pngAnd “contact” tab:
https://imgbay.mobi/di/Untitled2-5tls3.pngHi
Dreamgrow scroll triggered box uses https://detectmobilebrowsers.com algorithm for detecting mobile browsers. But if that is not good enough, then you can add into your theme css file some responsive web design rules what will disable div.dgd_stb_box (scrollbox container object) on small screen resolutions.
Forum: Plugins
In reply to: [Scroll Triggered Box] Permanent tab encoding problemHi
It’s probably encoding problem: either in website, database or end-user (your) browser side. Utf8 should be only option if your site is using English and Hebrew in mixed way; and in utf8 everything should be fine.
If you think that there’s already utf8 everywhere and it is still not working, please provide link to your site so I could check by myself.
Forum: Plugins
In reply to: [Scroll Triggered Box] I am not receiving emails or subscriptionsHi
Do you get any e-mails from your server, like e-mails when new user is registered? Also, have you checked that those subscription e-mails are not landing into into your mailbox spam/junk folder?
Forum: Plugins
In reply to: [Scroll Triggered Box] Popup on Attachment Pages?Hi
At the moment, attachment pages are disabled and it isn’t tested on attachment pages. But if you are willing to experiment, then you can remove ‘attachment’ from disabled page types list on line 13 of file dgd-scrollbox-admin.class.php so, that this line will look like:
protected $stb_disabled_types=array(DGDSCROLLBOXTYPE, ‘revision’, ‘nav_menu_item’);
Forum: Plugins
In reply to: [Scroll Triggered Box] Popup frequencyTime counting will start when user either:
1) makes submission (additionally there is option “Close permanently” after submission), or
2) closes box from “x”.Just seeing it is not enough and if user doesn’t do anything, it keeps opening.
Forum: Plugins
In reply to: [Scroll Triggered Box] scroll to element not workingI guess this got solved with that.
Forum: Plugins
In reply to: [Scroll Triggered Box] Stop scrollbox from showing after successful subscribeThis problem is now solved.
Forum: Plugins
In reply to: [Scroll Triggered Box] Popup Keeps Showing upMarking as resolved
Forum: Plugins
In reply to: [Scroll Triggered Box] Redirect Link Not Workingps. I replaced “window.location = ‘…'” with window.location.replace(‘…’) what should be more correct to use in this case. In this case intermediate page will be not saved in browser history and user can move back to original article with one click to “back” button.