Looking for a Smart Banner plugin for Wordpress website - wordpress

I was looking for a Smart Banner plugin that can detect the OS of mobile users, if Android or iPhone, then show a banner advertising that we have an app for their mobile.

Up to now, the easiest solution I've found is to use:
native Smart banner for iOS
AppBanners wordpress plugin for Android
Just leave blank Apple App ID field, this way WordPress will show native banner for iOS and AppBanners banner for Android.
Native iOS banner installation on WordPress is very easy. Just insert metatag line into a header of header.php file:

Use this Native app install banners from Google:
https://developers.google.com/web/fundamentals/engage-and-retain/app-install-banners/
They let users quickly and seamlessly add your web or native app to
their home screens without leaving the browser.
There is a small GIF in the site where you can see that the users can install your app even without leaving the browser.

Related

Disabling mobile view for Wordpress theme?

I've created a wordpress website starting from a free wordpress theme, the mobile version isn't so mobile friendly, so I'm looking to disable it or force web-view on mobile devices as well. Initially i was hoping to create a separate landing page for the mobile version, but since I'm on a free package, wordpress does not allow that option. Is there any way around this?

Progressive web app is not working on android

I have made a progressive web app using wordpress plugin. But it is not working in my phone.. The theme which i have used is not shown in android and add to home screen pop-up mini-info bar is not coming.. please help me.

Why can't I remove social icons on mobile version even if I uninstalled WP-Socializer Plugin?

1)My problem is related to the mobile version of WordPress. When I installed Access Press social sharing plugin for social sharing and deactivated and deleted it when I didn't want it, it still appears in my mobile version of the website.
I can see it on my mobile and brother's too that the icons appear. But my friend says he can't see the icons whereas I can see it on my mobile, even if I have uninstalled the plugin.
2) I had also installed Wp-socializer plugin and deactivated and deleted it, but when I see on the mobile version and go to the desktop view from my mobile, I can still see it. I don't know what's the problem?
3)Please tell me what should I do to completely remove the icons from the mobile version. Should I use any plugin like w3cache? If yes then how will it solve my problem? This is my site ( https://unveilmycareer.com). Go and see on the mobile and also go to desktop view to see my problem.
4) I am attaching screenshots too.
Screenshot 1 of access press social share plugin
Screenshot 2 of Wp-socializer plugin
I think you must installl cache plugin and clear cache
- you can use Wp Faster Cache
It has a icon whem you install to the horizontal bar, the icon has a lebel Clear Cash
after you must delete history from browser
Good luck

Creating a blog wordpress app with same database as the wordpress site

I am wondering whether it is possible to create a wordpress app which links to the current wordpress site so the blogs will all be present on the new app. And whether it is possible to do this with minimal / no code involved.
Yes, this is possible there is a plugin available in WordPress which can convert your WordPress site into a native mobile app for iOS and Android phones and tablets, published to App Store and Google Play for you.
Here is the link
and here is a list of some other plugins.
you can also see video tutorial how can you convert your WordPress site into a native mobile app

Need plugin or code for "view site as desktop version" button to responsive Wordpress site

I need to add a "view site as desktop version" button to my responsive Wordpress site. Mobile user will see the responsive version that has less content by design but Some mobile users prefer the full desktop version.
One possibility for doing this is putting all your #media queries in a separate CSS file. When the user opts to see the desktop site, set a cookie and have your site not include that CSS file for users with the cookie set.

Resources