alicewondermiscreations
@alicewondermiscreations on WordPress.org
- Member Since: April 13th, 2018
-
Created a topic, Need very simple inline slideshow, on the site WordPress.org Forums:
Caution the page in link is very image heavy and will … -
Created ticket #44032 on Core Trac:
Minor enhancement -
Created ticket #44022 on Core Trac:
Location information of admin users leaked -
Posted a reply to Privacy Issue, on the site WordPress.org Forums:
Okay this seems to neuter it - https://gist.github.com/AliceWonderMiscreations/b6acab93d03f73ba3b327aaebbf043e1 -
Posted a reply to Privacy Issue, on the site WordPress.org Forums:
It was rather troubling to find this in the source: $key = 'community-events-' . md5(… -
Created a topic, Privacy Issue, on the site WordPress.org Forums:
My server is in Texas. That is where I unpacked the Wo… -
Posted a reply to Incompatibility with zlib compression, on the site WordPress.org Forums:
Thanks. And again I apologize for the attitude I initially took. One thing to note… -
Posted a reply to zlib compression, on the site WordPress.org Forums:
If you use TLS, no. And you should use TLS. There are several different exploits… -
Posted a reply to Does not work, on the site WordPress.org Forums:
Problem solved - zlib compression was turned on and was to blame. I didn't realize… -
Posted a reply to Feature Request – PSR-4 Autoloader, on the site WordPress.org Forums:
This would work - I think, didn't run it. https://gist.github.com/AliceWonderMiscreations/4ba7209256f0e2b38d59a8787d164f63 I created a ticket https://core.trac.wordpress.org/ticket/43979 -
Created ticket #43979 on Core Trac:
PSR-4 Autoloader -
Posted a reply to Future about embeds and emojis, on the site WordPress.org Forums:
I guess what I'm saying is when the fallback scripts are only there for a… -
Posted a reply to Future about embeds and emojis, on the site WordPress.org Forums:
FireFox isn't broken on Linux, emojis work just fine in it. Well there are other… -
Posted a reply to Does not work, on the site WordPress.org Forums:
Oh and I apologize for the 1 star, I was absolutely wrong to rate the… -
Posted a reply to Does not work, on the site WordPress.org Forums:
for php - php-common-7.1.14-1.el7_4.awel.libre.0.x86_64 php-intl-7.1.14-1.el7_4.awel.libre.0.x86_64 php-pear-1.10.5-1.el7_4.awel.libre.1.noarch php-tidy-7.1.14-1.el7_4.awel.libre.0.x86_64 php-cli-7.1.14-1.el7_4.awel.libre.0.x86_64 php-pecl-apcu-5.1.9-1.el7_4.awel.libre.x86_64 php-json-7.1.14-1.el7_4.awel.libre.0.x86_64 php-process-7.1.14-1.el7_4.awel.libre.0.x86_64 php-pgsql-7.1.14-1.el7_4.awel.libre.0.x86_64 php-gd-7.1.14-1.el7_4.awel.libre.0.x86_64 php-xml-7.1.14-1.el7_4.awel.libre.0.x86_64 php-pecl-imagick-3.4.3-1.el7_4.awel.libre.0.x86_64… -
Posted a reply to Does not work, on the site WordPress.org Forums:
Even with debug this is the only thing showing up in the error logs: PHP… -
Posted a reply to Does not work, on the site WordPress.org Forums:
okay with the plugin actually turned on - it's generating gibberish. -
Posted a reply to Does not work, on the site WordPress.org Forums:
It seems to indicate it is not a valid feed. https://notrackers.com/?feed=sitemap -
Posted a reply to Feature Request – PSR-4 Autoloader, on the site WordPress.org Forums:
No, the problem is there is no way to guarantee a plugin runs before other… -
Posted a reply to Feature Request – PSR-4 Autoloader, on the site WordPress.org Forums:
Also PSR-4 is better than mu-plugins for class loading because PSR-4 loads as needed, not… -
Created a topic, Feature Request – PSR-4 Autoloader, on the site WordPress.org Forums:
create a directory called wp-content/psr4 Withing tha… -
Posted a reply to Revert to saved state, on the site WordPress.org Forums:
Anyway resolved now. -
Posted a reply to Revert to saved state, on the site WordPress.org Forums:
Weird but the same page was showing at the bottom of the list of pages… -
Posted a reply to Does not work, on the site WordPress.org Forums:
I'll have to enable it again, I just manually created a sitemap and decided I'm… -
Created a topic, Revert to saved state, on the site WordPress.org Forums:
Need to make an edit to a page. When I look at all pa… -
Created a topic, Does not work, on the site WordPress.org Forums:
Installed on a relatively new blog. Looked at sitemap… -
Created ticket #43898 on Core Trac:
Google Font Builder (code written) -
Posted a reply to Future about embeds and emojis, on the site WordPress.org Forums:
I should note I had the same experience with Chromium on Linux - it also… -
Posted a reply to Future about embeds and emojis, on the site WordPress.org Forums:
The detection script doesn't work then. At least not for emoticons (where it translate ;… -
Created a topic, dns prefetch question, on the site WordPress.org Forums:
Is there a reason why so many themes use a DNS prefetc… -
Posted a reply to Feature Request – Google Font Builder, on the site WordPress.org Forums:
Something like this gist - which is completely untested but I will test. https://gist.github.com/AliceWonderMiscreations/b0071e48a27a536142ce38bf6868336b -
Posted a reply to Feature Request – Google Font Builder, on the site WordPress.org Forums:
$wp_font_builder->setFont('Noto+Sans',array(400,700),'italic'); $wp_font_builder->setFont('Noto+Serif',array(400,700),'italic'); $wp_font_builder->setFont('Libre+Franklin',array(400,700.900)); $wp_font_builder->setSubset(array('latin','ext-latin'); That's all a theme developer should need to do to have… -
Posted a reply to Feature Request – Google Font Builder, on the site WordPress.org Forums:
I am not suggesting making a dependency on third party fonts. If you look at… -
Posted a reply to Feature Request – Google Font Builder, on the site WordPress.org Forums:
Being a "must use" plugin would guarantee it loads before themes, but the problem with… -
Posted a reply to Feature Request – Google Font Builder, on the site WordPress.org Forums:
The only way it could be a plugin would be a must-use plugin, because it… -
Created a topic, Feature Request – Google Font Builder, on the site WordPress.org Forums:
What I'm looking for is a class in core that builds a … -
Posted a reply to Future about embeds and emojis, on the site WordPress.org Forums:
Emojis is easy to solve, if I understand what the issue is. Emojis are served… -
Created a topic, Plugin depend on libsodium ??, on the site WordPress.org Forums:
Hello, Many many many moons ago I maintained a single…