Sevil Yilmaz
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Popular Posts] Missing stats since Dec 20thDuplicate issue that I opened almost 2 years ago. I’ll follow the steps here first and reopen this issue if those don’t work.
Forum: Plugins
In reply to: [WP Instagram Widget] Unable to communicate with Instagram.Hey,
I started getting this error. Would it be related with my hosting provider or did something change on the Instagram side of things?
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Intelligent deliveryHi @martinohugo,
I added this block to the functions.php in the theme folder:
add_filter('onesignal_send_notification', 'onesignal_send_notification_filter', 10, 4); function onesignal_send_notification_filter($fields, $new_status, $old_status, $post) { $fields['delayed_option'] = 'last-active'; return $fields; }
Before using this code snippet please refer the links that the author shared
Forum: Plugins
In reply to: [WordPress Popular Posts] WPP stopped workingThanks for the insight. I did the change and am waiting to see the results.
Forum: Plugins
In reply to: [WordPress Popular Posts] WPP stopped workingThe cache renews every week (default 604800 seconds).
The problem started when I started using WP Fastest Cache to see the performance difference. After a while I moved to that we started losing views on the WPP stats. I checked GA but I couldn’t see any problems. Than I moved back to LS Cache plugin but as we can see that didn’t solve the problem.
Forum: Plugins
In reply to: [WordPress Popular Posts] WPP stopped workingHere you go.
This is the log file: https://pastebin.com/Vih7Et32
And this is the debug screen: https://www.evernote.com/l/AFahaTIoZe1BQKeGT4cOmvLG-1ZZqansH80
Please let me know if you need more information
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] Intelligent deliverySorry for the late reply.
Thank you for the detailed answer. It was fairly easy to do that.
Forum: Plugins
In reply to: [Yoast SEO] Is there a way to remove the post name from the breadcrumbThank you! I’ll check the API.
Glad to hear this. Thank you!
Here is the link of my website: https://www.kurgu-bilim.com/
Disabling the plugings would be tricky because there are some security plugins that I want to keep them active. But this problem could be because of this security plugin. I’ll try to do it when we have low traffic.
Thank you for suggestions.
Hey there. I have a similar problem. I couldn’t activate the plugin after installed it. My blogs current version is 4.9.1 but it says “Your WordPress version is too old. WordPress Popular Posts requires at least WordPress version 4.1 to function correctly. Please update your blog via Dashboard > Update.
WordPress Popular Posts has been deactivated.”.Any idea how to fix this?
Thanks
Forum: Fixing WordPress
In reply to: How to paging without any PageNavi pluginsThanks for the code. I used for my blog:
https://www.codersgrave.comForum: Themes and Templates
In reply to: Adding Yahoo and FriendFeed links to “Share This Article”Yes, I know. But, I wanna share this anyway.