Instantify - Best PWA & Google AMP & Facebook IA for WordPress

Instantify - PWA & Google AMP & Facebook IA for WordPress v1.0.4

No permission to download

andresgruprex

New member
May 12, 2022
0
0
0
Doesn't work on Wordpress. Tried all possible settings but the website doesn't act as a PWA. The Save Setting in the plugin does not save anything though it say the the license is active. Nothing changes on the mobile site and everything remains as usual.
 

lindsoe

New member
Jun 5, 2022
0
0
0
Doesn't work on Wordpress. Tried all possible settings but the website doesn't act as a PWA. The Save Setting in the plugin does not save anything though it say the the license is active. Nothing changes on the mobile site and everything remains as usual.
Okay, do you test this with both the plugins installed ( Revoapps and Instantify)?
 

basek77

New member
May 11, 2022
1
0
1
First of all, I want to say thank you a lot for this site for the love it shares.

I just want to share my experience with this plugin PWA. I have no problem installing this, but after 2-3 days it automatically de-activates.

Someone having this issue too?
 

huongcba

New member
Nov 29, 2020
4
0
1
First of all, I want to say thank you a lot for this site for the love it shares.

I just want to share my experience with this plugin PWA. I have no problem installing this, but after 2-3 days it automatically de-activates.

Someone having this issue too?
I have encountered similar problem. Before anyone has an official solution, I solved it by inserting a function that checks and automatically activates the plugin if the plugin is deactivated.
 
  • Like
Reactions: skypeleft and hubo

basek77

New member
May 11, 2022
1
0
1
I have encountered similar problem. Before anyone has an official solution, I solved it by inserting a function that checks and automatically activates the plugin if the plugin is deactivated.
Thank you for the fast reply, my problem now is I don't know how to code :cry:
 

huongcba

New member
Nov 29, 2020
4
0
1
Thank you for the fast reply, my problem now is I don't know how to code :cry:
You can insert it into your child theme's function.php file or use the Code Snippets plugin:

include_once ( ABSPATH . 'wp-admin/includes/plugin.php' ); foreach (array( 'daftplug-instantify', ) as $plugin) { $path = sprintf('%s/%s.php', $plugin, $plugin); if (!is_plugin_active( $path )) { activate_plugin( $path ); add_action( 'admin_notices', function() use ($plugin) { echo '<div class="updated"><p>' . sprintf('<strong>%s</strong> plugin is required & auto-enabled by the current theme.', $plugin) . '</p></div>'; } ); } }
 

Ighalo87

Active member
Jan 18, 2020
400
55
28
Anytime I install the plugin on my site if cause critical error.
How can I fix it
 

basek77

New member
May 11, 2022
1
0
1
You can insert it into your child theme's function.php file or use the Code Snippets plugin:

include_once ( ABSPATH . 'wp-admin/includes/plugin.php' ); foreach (array( 'daftplug-instantify', ) as $plugin) { $path = sprintf('%s/%s.php', $plugin, $plugin); if (!is_plugin_active( $path )) { activate_plugin( $path ); add_action( 'admin_notices', function() use ($plugin) { echo '<div class="updated"><p>' . sprintf('<strong>%s</strong> plugin is required & auto-enabled by the current theme.', $plugin) . '</p></div>'; } ); } }
This is why I love the Babiato family. Love lots.

edit: perfectly working, thank you so much.
 
Last edited:
  • Like
Reactions: huongcba

tatsumichannnnnn

New member
Jun 28, 2022
2
0
1
readwebtoonz.com
You can insert it into your child theme's function.php file or use the Code Snippets plugin:

include_once ( ABSPATH . 'wp-admin/includes/plugin.php' ); foreach (array( 'daftplug-instantify', ) as $plugin) { $path = sprintf('%s/%s.php', $plugin, $plugin); if (!is_plugin_active( $path )) { activate_plugin( $path ); add_action( 'admin_notices', function() use ($plugin) { echo '<div class="updated"><p>' . sprintf('<strong>%s</strong> plugin is required & auto-enabled by the current theme.', $plugin) . '</p></div>'; } ); } }
Nice, this corrected the error presented by JNews. Grateful bro
 
  • Like
Reactions: huongcba

Lnhax Offical

Member
Apr 22, 2020
73
6
8
tellygupshup.com
Version 5.7 – 27 October, 2021

ADDED - Country segment in sending push notifications
ADDED - Push notifications settings section
ADDED - Push notifications vibrate option
ADDED - Fixed push notifications option
ADDED - Support for Edge browser
IMPROVED - Push notifications service performance
IMPROVED - User agent detection on client side
IMPROVED - Ajaxify option algorithm
IMPROVED - Font loading performance
IMPROVED - Now support ticket form supports attachments
 

Lnhax Offical

Member
Apr 22, 2020
73
6
8
tellygupshup.com
Please update to
Version 5.7 – 27 October, 2021

ADDED - Country segment in sending push notifications
ADDED - Push notifications settings section
ADDED - Push notifications vibrate option
ADDED - Fixed push notifications option
ADDED - Support for Edge browser
IMPROVED - Push notifications service performance
IMPROVED - User agent detection on client side
IMPROVED - Ajaxify option algorithm
IMPROVED - Font loading performance
IMPROVED - Now support ticket form supports attachments
 
  • Like
Reactions: mudaseraayden

KaoVN

Well-known member
Null Master
Trusted Uploader
Oct 15, 2019
628
722
100
KaoVN

Daftplug Instantify v5.7​


Status: Nulled (Partly / Fully)
Notice: Try & test by yourself before asking for more information. Please wait for someone to upload a better patch if not work.
 

Attachments

  • daftplug-instantify-v5.7n.zip
    7.3 MB · Views: 278
  • Love
Reactions: Kamily

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,070
111,716
120
Tomz updated Instantify - Best PWA & Google AMP & Facebook IA for WordPress with a new update entry:

Instantify v5.7

Download Instantify v5.7 - PWA & Google AMP & Facebook IA for WordPress Nulled Free
v5.7 – 27 October, 2021

ADDED - Country segment in sending push notifications
ADDED - Push notifications settings section
ADDED - Push notifications vibrate option
ADDED - Fixed push notifications option
ADDED - Support for Edge browser
IMPROVED - Push notifications service performance
IMPROVED - User agent detection on client side
IMPROVED - Ajaxify option algorithm
IMPROVED - Font loading performance...

Read the rest of this update entry...
 

fafsfwasfw

New member
Aug 18, 2022
0
0
0
Thanks a lot for Instantify - Best PWA & Google AMP & Facebook IA for WordPress v5.7. I have a small Issus tho, after activating I get a blank page in Instantify setting page, even when I click on PWA or AMP nothing happens, no option is displayed (just blank). Please advice Screenshot (137).png
 

mudaseraayden

New member
Aug 25, 2019
13
4
3
Version 5.8 – 5 November, 2021
update pls

ADDED - Passwordless login via Touch ID, Face ID and Windows Hello
ADDED - Automated push notifications for Ultimate Member
ADDED - Remastered native mobile app pricing table and added iOS option
IMPROVED - Subscribers won't be deleted after plugin uninstall
FIXED - Screenshots failed generation
FIXED - JS optimization compatibility
 
  • Love
Reactions: Kamily

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu