arthurrandom
Forum Replies Created
-
Forum: Plugins
In reply to: [Editor Blocks for Gutenberg] Turn off blocksNice work!
Forum: Plugins
In reply to: [Editor Blocks for Gutenberg] Wrapper image background opacityOh ok thanks very much π
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Container – can’t nest elementsThanks for being so helplful!
Forum: Plugins
In reply to: [Bokez - Wordpress 5 Blocks] FAQ / Accordian not workingThanks very much that worked.
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Container – can’t nest elementsHi, just a follow up to say…
Once the paragraph elements have been added, the container block can’t be selected, so you can’t edit the padding / colours etc… without deleting the paragraph element.
Just thought I’d let you know. Maybe it needs some kind of click area that expands beyond the contained elements?
Forum: Plugins
In reply to: [Atomic Blocks - Gutenberg Blocks Collection] Container – can’t nest elementsHi thanks for getting back.
Yes youre right it does work. I think Gutenberg sometimes has a few minor quirks with the hovering over elements.
It auto creates a paragraph element and then was difficult to click behind it to access the container.
Thans very much for responding it does work π
- This reply was modified 7 years, 6 months ago by arthurrandom.
Double update, I reran the hash ip and it worked this time.
I had added this code to the plugin
$wpdb->show_errors();
$wpdb->print_error();In the relevant optimisation hash ips section
So to be honest I presume this didn’t affect it, but I had put it in when it worked so sharing in case it helps anyone
Update, for anyone experiencing the same problems:
There’s a lot of records in there, 50000+. So I Increased the memory limit in PHP using this in wp-config.php
define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
Which got me a bit further. When I tried again I got a response screen
‘IP Addresses replaced with hash values’
However, when I looked in the database I found the IP’s had not been hashed…
Forum: Plugins
In reply to: [WassUp Real Time Analytics] Header not found errorHi,
Sorry this was a problem my end, the error was only being shown after I switched on your plugin but the error did already exist my end, although it wasn’t being shown!
Thanks
Forum: Plugins
In reply to: [Simple Membership] Membership login brute force protectionOh that’s great thanks π
Can you lock people out after a certain number of tries?
Forum: Plugins
In reply to: [Featured Video Plus] initFeaturedVideoPlus() doesn't work for meYes I did. I think it calls it because it doesn’t affect the videos but returns ‘undefined’.
And if I just type initFeaturedVideoPlus without the brackets into the console it recognises which function in the code it refers to.
Thanks again