K9Heaven
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Using Litespeed plugin with Cookie NoticeSince you’re unable to replicate, I’ve re-tested and found the issue persists whether Litespeed is activated or not. Further investigation suggests the issue has come about since wordpress 5.2.1 (I have another site using the cookie notice without issue but Litespeed isn’t installed and is running on wordpress 5.2.).
If you’re saying I don’t need to adjust my Litespeed settings with respect to cookie notice’s cookie then I’m happy to close this ticket. Can you confirm please?
Forum: Plugins
In reply to: [LiteSpeed Cache] Using Litespeed plugin with Cookie NoticeHi
thanks for quick response – yes that’s the one
Forum: Plugins
In reply to: [LiteSpeed Cache] Heartbeat ControlThanks for the really swift response! That’s great news (one less plugin is always a good thing). I’d really like to know what that setting should be in the meantime though please. Thanks
Forum: Plugins
In reply to: [Post Views Counter] Multiple primary keys in wp_post_views tableThat’s odd; in my database, id, type & period are all set as primary and index keys, count is just an index key. You can’t have more than one primary key in a table. Moreover a field that is set as a primary key cannot have duplicate values. This table doesn’t have any unique values. It’s poorly designed. IMHO the column ID should be renamed post_id because those values are the posts ID from wp_posts table and then the table should have its own unique ID for each entry and this should be the primary key. This then allows database queries to run correctly and without errors.
Some input from the developer wouldn’t go amiss but they’re clearly not taking this seriously which is a pity.
Forum: Plugins
In reply to: [User Login History] GDPR/Anonimise IP AddressesHi
Thank you for coming back to me. I confirm I already have the geo tracker disabled but I noticed User’s IP addresses are still being saved to my database hence my question. I appreciate you pointing me in the right direction but I’m still learning about using filters and I think this one is beyond me at the moment!
I think I’ll wait to use your plugin on my live sites until the filter is released officially so I can confidently state that I’m not collecting personal data by using it.
Keep up the good work though!
Forum: Plugins
In reply to: [User Login History] Missing FilesHi
Many thanks for this; I can see the files are there now. Appreciate the further explanation about the shortcode; I’ll have a look at the screen options to customise view in wp-admin.Forum: Plugins
In reply to: [Post Views Counter] GDPR ComplianceI’m re-visiting the whole Cookies & Post Views thing using a test installation. I’ve installed and activated both your Cookie Notice & Post Views plugins but a cookie for Post Views is being set regardless of whether the user has accepted or declined cookies. You said Post Views is compatible with Cookie Notice so that cookies aren’t set until the User accepts so I thought this meant it will happen automatically without the need to put Javascript code in the Cookie Notice settings but this doesn’t seem to the case because pvc_visits cookie is set regardless of the user’s choice.
I’m sorry but I just don’t get it; do I need to add Post Views Javascript in Cookie Notice settings or not? If I do, where to I find this code (your documentation doesn’t provide it).
Thanks
Forum: Plugins
In reply to: [SlimStat Analytics] Slimstat & Cookie Law Info PluginHi Jason
Sorry for delay in responding (for some reason your email went into my junk folder). The errors look like this:-
[24-Jul-2018 09:01:57 UTC] PHP Notice: Undefined variable: name in /home/mydomain/public_html/wp-content/plugins/wp-slimstat/wp-slimstat.php on line 292
[24-Jul-2018 09:01:57 UTC] PHP Notice: Undefined variable: value in /home/mydomain/public_html/wp-content/plugins/wp-slimstat/wp-slimstat.php on line 292Forum: Plugins
In reply to: [SlimStat Analytics] Home Page View Count Affected by Other Page ViewsYes, it is set up to use a static page. Can the issue be addressed please?
Forum: Plugins
In reply to: [Post Views Counter] GDPR ComplianceThank you for quick answer.
Can you confirm which cookies are set please and their purpose (I’m not using your Cookie Notice plugin). Thank you.
Forum: Plugins
In reply to: [Weather Atlas Widget] Class wi-weather-50 missing from stylesheetPleased to hear you’re investigating – thank you! I look forward to your update.
Forum: Fixing WordPress
In reply to: Cron jobs at server not workingI’m getting the same error appearing in my debug.log file.
I too have disabled wp-cron and control it via a CRON job. All my CRON jobs are running without issue. If the CRON job were causing an issue, I’d see a ‘notice’ every time my wp-cron runs but that’s not the case for me.
IMHO disabling the wordpress debugger simply stops the alerts – they may still be happening.
Forum: Themes and Templates
In reply to: [Make] Remove white space below header (yet again)Hi Diego
I’ve been wanting to do this too! I found this piece of code somewhere in the forum and it works for my site. I just added it to my style.css file. Hope it works for you ??#site-header .site-header-main {
padding: 4.4rem 0 0rem;
}#site-navigation .nav-menu {
margin-bottom: 0;
}.site-header-main .site-branding .site-title {
margin-bottom: 0;
}