- Apr 14, 2021
- 241
- 308
- 63
Havnt tested it yet but it shouldnt as data is loaded in the app using API so it should not conflict with any functionality plugin on website.
Havnt tested it yet but it shouldnt as data is loaded in the app using API so it should not conflict with any functionality plugin on website.
I have not tested it yet with Revo Apps. Will update once I do. Thanks.
Okay, do you test this with both the plugins installed ( Revoapps and Instantify)?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.
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.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?
Thank you for the fast reply, my problem now is I don't know how to codeI 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.
You can insert it into your child theme's function.php file or use the Code Snippets plugin:Thank you for the fast reply, my problem now is I don't know how to code![]()
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.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 broYou 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>'; } ); } }
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...
post your comment in EnglishMá, Việt Nam member muôn năm. thanks bác. Cứ vài ngày bị deactive, cay vãi.