I am a web & mobile app developer based in Lahore. I have been developing creative, interactive, usable & successful web apps, web portals, php and Flash action scripting, REST apis, WordPress plugins & themes. In recent years, I have worked on Ionic, Angular and TypeScript for hybrid mobile apps, Flutter & Dart, React & React Native, and Swift native iOS mobile app development.
To resolve missing path, or “zsh: command not found: tailpress” error or any such command not found error message in macOS Monterey or later, following steps can fix the issue. For adding the variables to the path you need to add it to zshrc file for making that variable available locally. The way you have…
Website page speed is crucial to get higher rankings. These days, more and fancier layout designs have bloated the css files to new promotions and in WordPress themes sometimes these files are not even used and they add to page load unnecessarily. If you are fighting to remove every single unused bit of css code…
If you need to verify the credentials of user or show any custom error message, this jQuery code lets you check the credentials of user from front end of WordPress page for MemberClicks Auth WordPress Plugin. Please check the following code gist in any .js file or include in your popup html code: WordPress can…
MemberClicks Auth WordPress Plugin enables you to create paywall and restrict access to WordPress content and limit the access to logged in users and members. If you make any post or page private, and allow access only to logged in user or any specific role, that is possible. To create paywall in WordPress: Publish any…
On a WordPress website, if visitors try to access any private page or post, WordPress redirects the visitor to 404 page of the user is not logged in. it does not provide any message or redirect user or login page. To resolve this issue, I have authored this WordPress plugin to redirect users to login…
Sending Push Notifications is not a trivial thing but using Expo React Native app, it is quite straight forward. Here is a simple example to send Push Notifications using Expo React Native App. You need to install expo-notifications package for send notifications. The expo-notifications provides an API to fetch push notification tokens and to present,…
MemberClicks Auth WordPress Plugin, has been updated with new features to test API and user credentials from the plugin Settings API page. Earlier, if you added any incorrect api client credentials, or user credentials, it generated errors on login form widget that could not be debugged straight away. These two new features allow quick api…
If you are looking for a Material-UI table React component, here is the simple Material-UI Table React component with adding and removable table row. Custom styles and Icons have also been added to explain the Material UI library. This component also demonstrates how to add and remove table rows dynamically for Material-UI table. If you…
With the MemberClicks Auth Plugin, you can login MemberClicks users automatically to your WordPress website. You can create up to five custom landing pages URIs in your WordPress website and also define the same URIs in the MemberClicks Admin panel. Each login link will bring the user to designated landing page and automatically log them…
With the MemberClicks Auth Plugin version 2.0 release, you can now enable MemberClicks users to login to your WordPress website with user Type or Groups as WordPress User roles. That allows Users to view and access only relevant content on the website that you assign and setup for each role inside WordPress with unlimited other…
Using custom fonts with React Native Expo shows errors sometimes and it is quite frustrating for such simple task. Sometimes you forget to import the correct package, at other times the font path is not correct. To use this script, please download the fonts you want to use in your app in .ttf or .otf…
MemberClicks offers All-in-one association management software that allows members management, email marketing, events registrations for members, membership renewals, and different level of Membership. MemberClicks Oasis API is a JSON REST API that allows a 3rd party client to interact with your Oasis (Members) data. Using Oasis API, MemberClicks Auth WordPress Plugin enables clients to allow their MemberClicks…
MemberClicks offers All-in-one association management software that allows members management, email marketing, events registrations for members, membership renewals, and different level of Membership. MemberClicks Oasis API is a JSON REST API that allows a 3rd party client to interact with your Oasis (Members) data. Using Oasis API, MemberClicks Auth WordPress Plugin enables clients to allow their MemberClicks…
JSON Web Tokens are an open and standard (RFC 7519) way for you to represent your user’s identity securely during a two-party interaction. That is to say, when two systems exchange data you can use a JSON Web Token to identify your user without having to send private credentials on every request. This blog post covers using…
Google Sign-in integration in your web and mobile app is quite basic feature these days. Almost every app allows users to sign-in with Google account. While Google provides some support and Token id for sign-in, you are still left to integrate using REST API with WordPress. JSON API User Plus plugin provides you google-connect endpoint…