horsebones
Forum Replies Created
-
Ok, figured it out. I needed to add
input#wpgdprc { width: auto; }to my child-theme’s style.css
- This reply was modified 7 years, 8 months ago by horsebones. Reason: formatting
I’m a little confused about the consents too. I’m not running anything like analytics, but there are some wordpress cookies built in (like remembering comment name and email address) I would like the user to know about, and not be able to refuse.
Forum: Plugins
In reply to: [Cookie Information | Free GDPR Consent Solution] Check box not showingHi, I had the same problem, but it’s only for logged in users. If I log out and try to leave a comment, the check box shows as expected. However the positioning of the checkbox is on its own line with the text on the following line.
Hi, thanks for the advice. I checked
wp_head()andwp_footer()and they were included in their correct places.I googled including jQuery in a wordpress theme and got this snippet which I added to my child theme’s functions.php
function my_jq_queue() { wp_enqueue_script('jquery'); } add_action( 'wp_enqueue_scripts', 'my_jq_queue' );All is working fine now 🙂
Forum: Fixing WordPress
In reply to: Console error: “Failed to load resource”Ok, scrub that last error.
http://stats.wp.com/e-201648.js Failed to load resource: net::ERR_BLOCKED_BY_CLIENTIt was caused by my ad blocker.
Forum: Fixing WordPress
In reply to: Console error: “Failed to load resource”Ok, I can provide the link now…
Yesaterday I activated the Jetpack plugin and got another error that could be related to the original…
http://stats.wp.com/e-201648.js Failed to load resource: net::ERR_BLOCKED_BY_CLIENTThanks.
Sorry, I’ve been investigating the problem, but haven’t found a solution. My client doesn’t seem to be too fussed though, so there hasn’t been an urgency to resolve it.
Anyway, I went through the guide…
Testing for Theme conflicts – Already using a customised (child) version a wp stock version (Twenty Ten), but activated the root (Twenty Ten) just to make sure.
Testing for Plugin conflicts – Deactivated other plugins.
Testing for Widget conflicts – Removed other widgets.
Using caching and/or JavaScript minification plugins – Not aware I am using any of these, but should have been covered in the “Testing for Plugin conflicts” section.
One thing I did notice… If you go to the Themes > Customise area, the preview actually displays normally 😀
Here is the site link if you are interested. http://www.oulunosasto.fi/
Forum: Fixing WordPress
In reply to: Console error: “Failed to load resource”Owww, that’s tricky. My client has password protected it for public access until the release (next week I think). I can get back to you then, as the error isn’t doing anything noticeably bad to the site, it’s just I’m curious about such things.
Just noticed this in my error console.
Uncaught ReferenceError: jQuery is not defined jquery.qtip.min.js:3 Uncaught ReferenceError: jQuery is not defined default-calendar.min.js:6Would it be something to do with the problem?