Karis
Forum Replies Created
-
Forum: Plugins
In reply to: [Koko Analytics] Add expires headers?I saw the Git changes, but the files changed were several and having to edit them every plugin update would be tiresome. No need then. But the way you respond to it seems like it is the developers dictating what the plugin users should or should not do with the plugin and their own visitors.
Forum: Plugins
In reply to: [Koko Analytics] What do the numbers mean?@lapzor interesting. I have had the plugin for a week, but I would swear I see the issue occurring on every post except those with maybe less than 5 views. Either my visitors are doing this or there is a problem with the tracking?
Forum: Plugins
In reply to: [Koko Analytics] Add expires headers?Is do not track set by default? I think I have that in all my browsers. I kinda thought it was optional in the settings. But I saw there was a way to track these stats without setting a cookie? If you can, kindly assist with the function.
Forum: Plugins
In reply to: [LiteSpeed Cache] Gzip Favicon.icoI decided to upload a PNG favicon in the customiser instead of the root. It resolved the issue.
Forum: Plugins
In reply to: [Gutenberg Blocks with AI by Kadence WP – Page Builder Features] Embed mediaCan’t wait to see it.
Forum: Plugins
In reply to: [Koko Analytics] What’s the widget class?It worked! Big thanks.
Forum: Plugins
In reply to: [LiteSpeed Cache] Load CSS Asynchronously causes FOUCAha. So that means I have to wait for a little while for the critical CSS to be generated…will test and see.
Forum: Plugins
In reply to: [LiteSpeed Cache] Gzip Favicon.icoIs there no other way to diagnose without doing that? My apologies, the site is a private one and the owner won’t let me share those details.
Forum: Plugins
In reply to: [Koko Analytics] What’s the widget class?I am using PHP to hide the widgets, not CSS. This part
koko-analytics-most-viewed-posts
didn’t work. My code is like below. As you can see, the widget classes have underscores in default widgets and those added by other plugins. I would like to do the same for this plugin,function unregister_default_widgets() { unregister_widget('WP_Widget_Categories'); } add_action('widgets_init', 'unregister_default_widgets');
- This reply was modified 4 years, 8 months ago by Karis.
Forum: Plugins
In reply to: [Koko Analytics] What do the numbers mean?@lapzor I think I wanted to ask the same question until I saw this one. I see in most of the posts, the pageviews are more than the number of visitors. Like say, 16 visitors, but pageviews are like 18. Does this mean some visitors reload the page?
Forum: Plugins
In reply to: [Gutenberg Blocks with AI by Kadence WP – Page Builder Features] Embed mediaHi Ben. I was trying to replicate how in an image block you can add an external image through a URL. I wanted to add an image hosted externally the same way in a testimonial block.