tsjippy
Forum Replies Created
-
Forum: Plugins
In reply to: [PWA for WP - Progressive Web Apps Made Simple] Not working with OneSIgnalSorry, I starter using super-pwa as that one works.
But I like your plugin better.I moved it to https://simnigeria.org/dev/
See this video to see the expected behavior: video
See this video for the behavior with your plugin activaed: videoIn the second video you see that I do not get a popup from onesignal when your plugin is activated. The device also does not get registered at onesignal, even when I click subscribe.
Forum: Plugins
In reply to: [Super Progressive Web Apps] Not Showing Add to home screen In my websiteSame here
Forum: Plugins
In reply to: [Super Progressive Web Apps] Button to add the site to the home screenSame here
Forum: Plugins
In reply to: [PWA for WP - Progressive Web Apps Made Simple] Not working with OneSIgnalI have this problem yes
So I want to m use a short code in the market content for instance this would be a marker description:
“This marker is located at [coordinates], bla bla bla”Forum: Plugins
In reply to: [UniqueID for Contact Form 7] ID stop counting at 10The name of the field should contain sumbmission_id like so: [submission_id_hidden submission_id_work-order-number]
Forum: Plugins
In reply to: [WP 2FA - Two-factor authentication for WordPress] mobile device supportyes, so I did i myself for now with js.
because you cannot scan a QR code which is actually on your mobile screen.if (isMobileDevice()){ //Hide message and qr code, and add a new one $('body').on('click', '#modal-1-content > div.wizard-step.active > a', function () { var code = $("#wp-2fa-totp-qrcode").attr('src'); code = code.split("=otpauth")[1]; var message = "<p id='2falink'>Please follow the link to setup two factor authentication.<br>\ <a href='otpauth"+decodeURIComponent(code)+"'>Go to authenticator app</a></p>"; $(".step-setting-wrapper.active > h3").after(message); $("#wp-2fa-totp-qrcode").hide(); $(".option-pill").hide(); }); //Remove temp message and make visible again. $('body').on('click', '.wp2fa-setup-actions > a', function () { $("#wp-2fa-totp-qrcode").show(); $(".option-pill").show(); $("2falink").remove(); }); }- This reply was modified 5 years, 11 months ago by tsjippy.
Weird it is working now, I prbably had to refresh my cache hanks
Forum: Plugins
In reply to: [Super Progressive Web Apps] Not working on an iphoneWow I changed the startpagina from – Homepage – to Home, which is actually the same page and now it works! Thanks
Forum: Plugins
In reply to: [Super Progressive Web Apps] Not working on an iphoneSteps to reproduce:
1) install latest version of wp
2) Install really simple SSL
3) Install and configure onesignal
4) install and configure superpwa
5) clear cache on iPhone
6) visit website in Safari, add to home
7) use the installed webapp, see that it tries to load something, but the screen remains whiteForum: Plugins
In reply to: [Super Progressive Web Apps] Not working on an iphoneThanks
My website: https://simnigeria.org/test/Screenshot: here
I have cleared my cache and debugging is on
Same problem here, please fix
Forum: Plugins
In reply to: [PWA for WP - Progressive Web Apps Made Simple] offline mode not workingSomehow it is working now, I created a new site with the same contents, but now it is wokring
Forum: Plugins
In reply to: [PWA for WP - Progressive Web Apps Made Simple] offline mode not workingHere they are!
Dashboard
Features
Seup_1
Setup_2
Compality
advanced
advanced_2
Caching
cache_iphone
OfflineForum: Plugins
In reply to: [Postie] Possible to update post or page?thanks!