aelius32
Forum Replies Created
-
Not really. When I want to edit the post (with notification activated), the option “Send Web Push Notification” is unchecked. I can disable the notification by uncheck “All Users (Default)” from “Select Segment(s)”. (This way does not work on the old version).
Anyway, with the new version, I can disable the notification on scheduled posts in this way
Looks like the “Send Web Push Notification” is not updated by the post_meta “wpp_send_notification_for_new_post”
Thank you
Thank you. I will check ??
Have a great dayHi,
I use “XML Sitemap & Google News”
Plugin url: https://www.ads-software.com/plugins/xml-sitemap-feed/
Source here: https://github.com/RavanH/xml-sitemap-feed/blob/master/xml-sitemap.php#L137It is a little bit modified and the robots.txt is in DB. I have tried to disable the sitemap in Settings -> Tools (AIOSEO) but without success.
My robots.txt looks like this:
## Notice: Crawling Brand_Name is prohibited unless you have express written permission Sitemap: https://site-example/sitemap.xml Sitemap: https://site-example/sitemap-news.xml User-agent: * Disallow: /wp-admin/ Allow: /wp-admin/admin-ajax.php
After update AIOSEO to v4.x:
User-agent: * Disallow: /wp-admin/ Allow: /wp-admin/admin-ajax.php
Maybe there is a function to entire disable the robots.txt from AIOSEO. In fact, I can create a static robots.txt (file) to avoid this. But this is not a elegant solution ??
Thank you
Forum: Plugins
In reply to: [ElasticPress] ep_find_related was removed?I have found it
Instead of:
ep_find_related( get_the_ID(), 4 );I must use:
ElasticPress\Features::factory()->get_registered_feature( ‘related_posts’ )->find_related( $post_id, $return = 4 );Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Two notification databasesHello,
I have about ~207000 users
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Can’t Connect Plugin to accountForum: Plugins
In reply to: [OneSignal - Web Push Notifications] Can’t Connect Plugin to accountlooks like the oneSignal_options[‘appId’] = ”; is empty in your page.
Left menu -> OneSignal. Here you have two tabs: Setup and Configuration. Go to Configuration and add your App ID and the Api key.Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] PHP message: PHP Fatal errorHi,
I will try the new version on this night.
Thank you and have a good day too