Joy
@joyously on WordPress.org and Slack
- Member Since: February 18th, 2011
- Location: Texas
- Website: joyreynolds.com
- GitHub: joyously
Contribution History
Joy’s badges:- Core Contributor Core Contributor
- Design Contributor Design Contributor
- Documentation Contributor Documentation Contributor
- Meta Contributor Meta Contributor
- Translation Contributor Translation Contributor
- Plugin Developer Plugin Developer
- Theme Developer Theme Developer
- 
										Posted a reply to Format font dynamically – what am I doing wrong?, on the site WordPress.org Forums: 
 The first problem is your if statement. You use a single = which means 'assign…6 hours ago 
- 
										Wrote a comment on the post New gradient theme APIs, on the site Make WordPress Core: 
 You’ll notice they parallel the approaches of the colors and fonts API. And just like…21 hours ago 
- 
										Posted a reply to can not post javascript in gutenberg html block, on the site WordPress.org Forums: 
 Do you have the unfiltered_html capability? You can't put scripts in the editor if you…21 hours ago 
- 
										Posted a reply to Image overlapping product title in related product using wordpress and woocommer, on the site WordPress.org Forums: 
 You should ask in the support forum for the theme or plugin which supplies the…21 hours ago 
- 
										Posted a reply to admin_post_thumbnail_html changed since Gutenberg?, on the site WordPress.org Forums: 
 I still think it should be a PHP filter, like it was before. I'll mention…1 day ago 
- 
										Posted a reply to admin_post_thumbnail_html changed since Gutenberg?, on the site WordPress.org Forums: 
 Yes, the block editor does not call that filter, although I think there is an…1 day ago 
- 
										Posted a reply to CSS code – custom fonts, on the site WordPress.org Forums: 
 I tried to test your font files in this page, using the Developer Tools of…1 day ago 
- 
										Posted a reply to Modifying Comments Headers…, on the site WordPress.org Forums: 
 Read the description at https://developer.wordpress.org/reference/functions/comment_form/ and look at title_reply_before and title_reply_after.2 days ago 
- 
										Posted a reply to Lang ref question, on the site WordPress.org Forums: 
 You can write a filter that checks for that particular page and sets it to…2 days ago 
- 
										Posted a reply to How to remove line “If you do not activate your username within two days”, on the site WordPress.org Forums: 
 If you were able to remove that line, you would also need to remove the…2 days ago 
- 
										Posted a reply to Conditional for Singular template if default page, on the site WordPress.org Forums: 
 If you look at https://core.trac.wordpress.org/browser/tags/5.3/src/wp-includes/template-loader.php#L49 where the decision is made for the template to use,…3 days ago 
- 
										Wrote a comment on the post Markup and style-related changes, on the site Make WordPress Core: 
 You know that themes shouldn't have to check which version of WP they are on…3 days ago 
- 
										Posted a reply to Photo gallery: one phone per page, on the site WordPress.org Forums: 
 OK, what I see is that the thumbnails are linked to the image file. And…3 days ago 
- 
										Posted a reply to Classic Editor plugin- Visual Editor bug, on the site WordPress.org Forums: 
 Yeah, I don't see any of those plugins as causing the problem. One thing you…3 days ago 
- 
										Posted a reply to Creating a role to edit a specific CPT, on the site WordPress.org Forums: 
 I'm not certain of the answer, but let me just say what I see so…3 days ago 
- 
										Posted a reply to Custom Post Type Archive with Category, on the site WordPress.org Forums: 
 It looks to me that you are defining the single and the archive to be…3 days ago 
- 
										Posted a reply to Photo gallery: one phone per page, on the site WordPress.org Forums: 
 What are you saying it does? It should be that a click on the thumbnail…3 days ago 
- 
										Posted a reply to Use Javascript to add class on scroll, on the site WordPress.org Forums: 
 @mariograsso87 Don't worry, you have the correct syntax for loading jQuery since you listed it…3 days ago 
- 
										Posted a reply to Menu Sub item with fixed parent?, on the site WordPress.org Forums: 
 My example was for the standard post type and standard taxonomies. Obviously, you will have…3 days ago 
- 
										Created a topic, javascript error on plugin’s page, on the site WordPress.org Forums: 
 I just installed WP Users version 6.2.1 and when I go …4 days ago 
- 
										Posted a reply to Conditional for Singular template if default page, on the site WordPress.org Forums: 
 You know that WP adds classes for page template already, right? For single posts: post-template-default…4 days ago 
- 
										Posted a reply to Converter Pages to a Custom post type ? is this possible ?, on the site WordPress.org Forums: 
 There is an old plugin called Vice Versa which helps you switch from pages to…4 days ago 
- 
										Posted a reply to Having e-mails go out when I have a new post, on the site WordPress.org Forums: 
 Perhaps your old theme was doing more than it should have been? There is an…4 days ago 
- 
										Posted a reply to Child theme with localhost, on the site WordPress.org Forums: 
 I suppose you are correct Yui, the @font-face is CSS, but it is usually in…4 days ago 
- 
										Posted a reply to Instant articles in homepage?, on the site WordPress.org Forums: 
 Well, you asked for "instant articles", which is a Facebook thing, so don't be surprised…4 days ago 
- 
										Posted a reply to Autocomplete html in php file Visual Studio Code, on the site WordPress.org Forums: 
 It sounds like you are referring to an editor you are using. This has nothing…4 days ago 
- 
										Posted a reply to Instant articles in homepage?, on the site WordPress.org Forums: 
 What is "instant articles"? If you want to import content from somewhere else, look for…4 days ago 
- 
										Posted a reply to Home page feature image not showing when sharing in social media, on the site WordPress.org Forums: 
 I don't use that type of plugin, so I don't know "the best". But the…4 days ago 
- 
										Posted a reply to Child theme with localhost, on the site WordPress.org Forums: 
 If you want to add a font, you will need to load it, so you…4 days ago 
- 
										Posted a reply to Photo gallery: one phone per page, on the site WordPress.org Forums: 
 How about this?4 days ago 
- 
										Posted a reply to Admin rights & left menu options, on the site WordPress.org Forums: 
 It's pure speculation, but if the image isn't in the Media Library, it is probably…4 days ago 
- 
										Posted a reply to Child theme with localhost, on the site WordPress.org Forums: 
 Your questions don't seem related to localhost. When you use a theme written by someone…4 days ago 
- 
										Posted a reply to Admin rights & left menu options, on the site WordPress.org Forums: 
 The admin menu only shows you the things you can do. Since you are missing…4 days ago 
- 
										Posted a reply to Notice: class-oembed.php is deprecated since version 5.3.0! Use wp-includes, on the site WordPress.org Forums: 
 You shouldn't be seeing notices and warnings like that on a production site, because production…4 days ago 
- 
										Posted a reply to Categories Jumble, on the site WordPress.org Forums: 
 The posts are not "jumbled up", but are displayed in date order with the title…4 days ago 
- 
										Posted a reply to URL causes PHP error in plugin, on the site WordPress.org Forums: 
 You should ask in the plugin's support forum. https://wordpress.org/support/plugin/redirection/4 days ago 
- 
										Posted a reply to Photo gallery: one phone per page, on the site WordPress.org Forums: 
 If you are in the block editor and add a gallery block, you get a…4 days ago 
- 
										Posted a reply to Making WordPress Private, on the site WordPress.org Forums: 
 The Settings > Privacy page was added in WP 4.9.6 and has always been about…4 days ago 
- 
										Posted a reply to Classic Editor plugin- Visual Editor bug, on the site WordPress.org Forums: 
 I copied your HTML and tried it, but had no problems with any of it…4 days ago 
- 
										Posted a reply to Theme twenty sixteen – read more button appears correctly but does not load, on the site WordPress.org Forums: 
 It is not the theme. It looks like you have named your Latest Posts page…4 days ago 
- 
										Posted a reply to Menu Sub item with fixed parent?, on the site WordPress.org Forums: 
 Each menu item is independent of the other items in the menu. They are all…4 days ago 
- 
										Posted a reply to Home page feature image not showing when sharing in social media, on the site WordPress.org Forums: 
 WordPress can't control what external sites do to get a blurb of your site. But…4 days ago 
- 
										Posted a reply to Use Javascript to add class on scroll, on the site WordPress.org Forums: 
 You need to remove this part of the path to your script: /wp-content/themes/understrap-child-master since it…4 days ago 
- 
										Posted a reply to Shortcut keys like alt-i and alt-b do not work cross blocks, on the site WordPress.org Forums: 
 There might be an issue already open for this, but you can search and see…4 days ago 
- 
										Posted a reply to Photo gallery: one phone per page, on the site WordPress.org Forums: 
 No need to use a plugin for that. WordPress generates an attachment page for each…4 days ago 
- 
										Posted a reply to error in viewing subdomain, on the site WordPress.org Forums: 
 Use your host control panel File Manager or FTP to delete the wp-content/plugins/wp-central folder if…4 days ago 
- 
										Posted a reply to Ugh, on the site WordPress.org Forums: 
 Thanks for your feedback! But I hope you are aware that back in 2005, there…5 days ago 
- 
										Posted a reply to Using wp_enqueue_script to use Jquery, on the site WordPress.org Forums: 
 Just so it's clear: using get_stylesheet_directory_uri() will give you the child theme directory. So your…5 days ago 
- 
										Posted a reply to Link to archive page on single post, on the site WordPress.org Forums: 
 No, it doesn't make sense, because it is always changing as you add posts. Even…5 days ago 
- 
										Posted a reply to Rotate image with mouse, on the site WordPress.org Forums: 
 Well, you did post it in the Developing with WordPress forum here, so I assumed…5 days ago 
Developer
- 
										
											Weaver Options MergeActive Installs: Less than 10 
- 
										 
 Twenty8teenActive Installs: 200+ 



 
			 
                