scienceofspock
@scienceofspock on WordPress.org
- Member Since: April 14th, 2016
-
Posted a reply to Redirection issue with blog categories, on the site WordPress.org Forums:
Still experiencing this issue, still. -
Posted a reply to [Polylang] Redirection issue with blog categories, on the site WordPress.org Forums:
Still experiencing this issue. -
Created a topic, Redirection issue with blog categories, on the site WordPress.org Forums:
I have a website that I manage with a blog and blog ca… -
Created a topic, Add Class to form FIELD, on the site WordPress.org Forums:
I'm trying to add a class to a form field. Using the f… -
Posted a reply to Map tiles timing out, on the site WordPress.org Forums:
The plugin name is "Leaflet Map" and has a version number of 2.23.3, and I… -
Posted a reply to Map tiles timing out, on the site WordPress.org Forums:
Sorry, I'm not really familiar with this plugin, but there are 6 "leaflet-" prefixed classnames… -
Created a topic, Map tiles timing out, on the site WordPress.org Forums:
A client recently informed us that their map was no lo… -
Created a topic, Passing vars to component, on the site WordPress.org Forums:
I have a single page that includes a page-title compon… -
Posted a reply to Admin menu disappears when editing pages, on the site WordPress.org Forums:
Thank you! Why in the hell did they add this "feature"? -
Created a topic, Admin menu disappears when editing pages, on the site WordPress.org Forums:
So, apparently at some point in the recent past, a dec… -
Posted a reply to Can’t get plugin to “do” anything, on the site WordPress.org Forums:
So, I tried it out on another local site I have set up, with a… -
Created a topic, Can’t get plugin to “do” anything, on the site WordPress.org Forums:
I have installed this plugin. I have tried setting the… -
Created ticket #49439 on Core Trac:
Admin search sucks -
Posted a reply to Form has extra “panel” class added, on the site WordPress.org Forums:
Solved, this was only happening on a page with another CF form on it. That… -
Created a topic, Form has extra “panel” class added, on the site WordPress.org Forums:
I've just finished updating a site I'm working on, and… -
Created a topic, Gutenberg embed not working, on the site WordPress.org Forums:
I'm using WP 5.3, trying to use either the youtube emb… -
Posted a reply to Getting custom fields for a post from within Gutenberg, on the site WordPress.org Forums:
Someone has to know how to do this, right? I mean, custom fields are still… -
Created a topic, Getting custom fields for a post from within Gutenberg, on the site WordPress.org Forums:
I'm building a block that is basically a staff display… -
Posted a reply to Custom block styling in editor, on the site WordPress.org Forums:
That looks like exactly what I'm looking for, thanks! -
Created a topic, Custom block styling in editor, on the site WordPress.org Forums:
Howdy y'all, I'm trying to build a custom block and so… -
Posted a reply to Styling blocks, on the site WordPress.org Forums:
This seems to be a theme issue and I have figured out a workaround. -
Created a topic, Styling blocks, on the site WordPress.org Forums:
I'm trying to build a page in Gutenberg (5.2.4, not 5.… -
Posted a reply to Possible problem related to Login Lockdown, on the site WordPress.org Forums:
Yeah, the issues are NOT related, just coincidental. But that table does not exist in… -
Created a topic, Possible problem related to Login Lockdown, on the site WordPress.org Forums:
I'm setting up a new wordpress install on my local dev… -
Posted a reply to Problem copying site from server to local: undefined function nocache_headers(), on the site WordPress.org Forums:
It stems from the way some of our sites were initially set up. Some repos… -
Posted a reply to Problem copying site from server to local: undefined function nocache_headers(), on the site WordPress.org Forums:
I figured this out and it was a stupid, stupid issue. I have a custom… -
Posted a reply to Problem copying site from server to local: undefined function nocache_headers(), on the site WordPress.org Forums:
Update: I have attempted changing the theme in the database, and even that doesn't fix… -
Created a topic, Problem copying site from server to local: undefined function nocache_headers(), on the site WordPress.org Forums:
I have been tasked with "recovering" a website that my… -
Created a topic, Redirecting URL with symbol, on the site WordPress.org Forums:
I created a page that had an @ in the title, which got… -
Posted a reply to Notice: is_amp_endpoint was called incorrectly., on the site WordPress.org Forums:
I'm updating from 2.7.0 to 2.7.4. I do have the Amp plugin installed (and 9… -
Created a topic, Notice: is_amp_endpoint was called incorrectly., on the site WordPress.org Forums:
So I updated FVM on my local development branch earlie… -
Created ticket #44041 on Core Trac:
Appearance->Themes shows update notifications based on theme NAME alone -
Posted a reply to Problems with wp_mail, on the site WordPress.org Forums:
Dion: That was it totally. I didn't even know AutoTLS was a thing and I… -
Posted a reply to Problems with wp_mail, on the site WordPress.org Forums:
For reference, here is the SMTP debug log (Server names and IPs have been changed):… -
Posted a reply to Problems with wp_mail, on the site WordPress.org Forums:
I am unsure what you mean by "Have you tried setting up SMTP?" As I… -
Created a topic, Problems with wp_mail, on the site WordPress.org Forums:
Howdy, y'all! I'm trying to use wp_mail to send emails… -
Posted a reply to Creating plugin for custom forms, on the site WordPress.org Forums:
I'll look into that. Are there any that you would recommend? -
Created a topic, Creating plugin for custom forms, on the site WordPress.org Forums:
Hi everyone, I'm looking to build a plugin for Wordpre… -
Posted a reply to Installation problems, on the site WordPress.org Forums:
Hi Shelby, If you look further up in the thread, you'll see that I had… -
Posted a reply to Installation problems, on the site WordPress.org Forums:
Still have the same issue. 4.4.0.1 was the version I was having issues with when… -
Created a topic, FIX: File extensions are case sensitive, on the site WordPress.org Forums:
I was adding some new filetypes to Memphis, and I adde… -
Posted a reply to Installation problems, on the site WordPress.org Forums:
NM, I found it through google's cache: https://downloads.wordpress.org/plugin/the-events-calendar.4.3.5.zip -
Posted a reply to Installation problems, on the site WordPress.org Forums:
Thanks for the reply. Where can I get 4.3.5? I am trying to install for… -
Created a topic, Installation problems, on the site WordPress.org Forums:
I'm having a problem installing this plugin in my dev … -
Posted a reply to Requiring admin credentials, on the site WordPress.org Forums:
Figured it out: $user = wp_get_current_user(); if ( !in_array( 'administrator', $user->roles ) ) { header("location:/");… -
Posted a reply to Requiring admin credentials, on the site WordPress.org Forums:
Hi Ben, thanks for the reply, but I was more looking for a way to… -
Created a topic, Requiring admin credentials, on the site WordPress.org Forums:
Howdy Y'all, I'm creating a 3D map for a client, and t…