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
- Plugin Developer Plugin Developer
- Support Contributor Support Contributor
- Theme Developer Theme Developer
- Translation Contributor Translation Contributor
-
Posted a reply to changing title to page in get_header(), on the site WordPress.org Forums:
I gave you three ways to do it. It's not impossible. The iframe seems easiest.…2 hours ago
-
Posted a reply to How to make categories to be editable pages, on the site WordPress.org Forums:
For content: You can install a plugin to make the category description editor a Rich…2 hours ago
-
Posted a reply to How to enqueue multiple style sheets into my child theme in wordpress, on the site WordPress.org Forums:
Does the navbar need to come after the child style, or the parent style? If…3 hours ago
-
Posted a reply to changing title to page in get_header(), on the site WordPress.org Forums:
I think you misunderstood my comment. I am saying to go away from the partial…3 hours ago
-
Posted a reply to Body class cleaning, on the site WordPress.org Forums:
But you don't know if your theme or plugins are using those classes, which they…3 hours ago
-
Posted a reply to changing title to page in get_header(), on the site WordPress.org Forums:
Well I didn't think your content was just a page. You can call other code…14 hours ago
-
Posted a reply to changing title to page in get_header(), on the site WordPress.org Forums:
You might have a lot better luck putting your external page content into a page…19 hours ago
-
Posted a reply to Sidebar content automatically filling with page content, on the site WordPress.org Forums:
You might want to ask at the elementor support forum.19 hours ago
-
Posted a reply to Full width row, on the site WordPress.org Forums:
Thanks, but that only works if there is no sidebar, right? And I suppose you…19 hours ago
-
Posted a reply to changing title to page in get_header(), on the site WordPress.org Forums:
"I do not have a theme." Yes, but you are loading WP, to get the…19 hours ago
-
Posted a reply to I can not edit my posts or pages and can not create new ones ., on the site WordPress.org Forums:
You should figure out why your server is getting a 521 for that. It should…20 hours ago
-
Posted a reply to email notifications of replies to comments, on the site WordPress.org Forums:
You do have a plugin and it sounds like its name is Jetpack, because WordPress…20 hours ago
-
Posted a reply to How to customize a template or any file for each different sub site, on the site WordPress.org Forums:
If you are running multisite, the whole point is that there is one copy of…20 hours ago
-
Posted a reply to Customizing WP comment form, on the site WordPress.org Forums:
Most themes use the core WP functions for the comments. There are a lot of…20 hours ago
-
Posted a reply to I can not edit my posts or pages and can not create new ones ., on the site WordPress.org Forums:
I only suggested the finding of the error in the console. And only you can…22 hours ago
-
Posted a reply to How to enqueue multiple style sheets into my child theme in wordpress, on the site WordPress.org Forums:
OK, so you messed up the URL for the navbar style sheet. Change get_stylesheet_uri() to…22 hours ago
-
Posted a reply to changing title to page in get_header(), on the site WordPress.org Forums:
So now that you have correct WP code, do you have a theme and is…22 hours ago
-
Posted a reply to kill the !important, on the site WordPress.org Forums:
Now you are changing the question. Please look at the source of your page, to…22 hours ago
-
Posted a reply to email notifications of replies to comments, on the site WordPress.org Forums:
Like I said, I couldn't tell from your description... And if you have a problem…23 hours ago
-
Posted a reply to email notifications of replies to comments, on the site WordPress.org Forums:
WordPress does not have the built-in comment notification that is on wordpress.com. You would have…24 hours ago
-
Posted a reply to changing title to page in get_header(), on the site WordPress.org Forums:
Right, you messed up the code I gave you. Use my code, but only change…24 hours ago
-
Posted a reply to changing title to page in get_header(), on the site WordPress.org Forums:
One the page I linked, the first one is the wp_title function itself, and you…1 day ago
-
Posted a reply to How to enqueue multiple style sheets into my child theme in wordpress, on the site WordPress.org Forums:
When you say it "doesn't have a positive result", what do you mean? Did you…1 day ago
-
Posted a reply to Changelog for themes?, on the site WordPress.org Forums:
Any one can comment on a ticket. If you have ideas of how it should…1 day ago
-
Posted a reply to kill the !important, on the site WordPress.org Forums:
This means you don't understand how CSS works. The rule with !important will override one…1 day ago
-
Posted a reply to Always append “#page-content” in url, on the site WordPress.org Forums:
Can you try installing Health Check plugin and use the Troubleshooting mode to disable plugins…1 day ago
-
Posted a reply to Text and visual Editor not switchable, on the site WordPress.org Forums:
My guess is this line admin.js?ver=20130115:23 Uncaught TypeError: $_slider1.slider is not a function indicates that…1 day ago
-
Posted a reply to Body class cleaning, on the site WordPress.org Forums:
You seem to be contradicting yourself, as you want to clean the classes but then…1 day ago
-
Posted a reply to changing title to page in get_header(), on the site WordPress.org Forums:
Yes, you are missing something. In the old days, themes would call wp_title() and it…2 days ago
-
Posted a reply to Changelog for themes?, on the site WordPress.org Forums:
There is a very old ticket: Theme repository - add changelog listing tab https://meta.trac.wordpress.org/ticket/45 and…2 days ago
-
Posted a reply to kill the !important, on the site WordPress.org Forums:
Reread my remarks about your code. The child theme is executed by WP before the…2 days ago
-
Posted a reply to Adding fields to an existing theme post submit form, on the site WordPress.org Forums:
Themes that you get from the WP repository are not allowed to do anything with…2 days ago
-
Posted a reply to kill the !important, on the site WordPress.org Forums:
Your little function is simply loading two style sheets. It doesn't affect the use of…2 days ago
-
Posted a reply to Problem with template_include and body_class, on the site WordPress.org Forums:
As it says in the Code Reference https://developer.wordpress.org/reference/hooks/template_include/ which means that it has nothing to…2 days ago
-
Posted a reply to Changelog for themes?, on the site WordPress.org Forums:
I've been working on this for a few years now. There are very few people…2 days ago
-
Posted a reply to Why are the theme files organized like this?, on the site WordPress.org Forums:
It is because of the "WordPress way" of hooks, that makes WordPress so flexible. Each…2 days ago
-
Posted a reply to unwanted css style adding to tables, on the site WordPress.org Forums:
Did you use the editor to change the size of the table? I think if…2 days ago
-
Posted a reply to Custom Shortcode, on the site WordPress.org Forums:
If that is the case, they would have to have changed WordPress itself. So if…2 days ago
-
Posted a reply to Disabling global CSS in a specific element or section in all pages, on the site WordPress.org Forums:
Your code enqueues a stylesheet. I was pointing to dequeueing the parent stylesheet. Well, the…2 days ago
-
Posted a reply to changing title to page in get_header(), on the site WordPress.org Forums:
Look at wp_title(). It is filtered, and there are versions for RSS also.2 days ago
-
Posted a reply to How to enqueue multiple style sheets into my child theme in wordpress, on the site WordPress.org Forums:
The way you show your functions.php, is not a good base, because you are using…2 days ago
-
Posted a reply to Disabling global CSS in a specific element or section in all pages, on the site WordPress.org Forums:
Take a look at https://developer.wordpress.org/reference/functions/wp_dequeue_style/#user-contributed-notes3 days ago
-
Posted a reply to Custom Shortcode, on the site WordPress.org Forums:
If you install the Health Check plugin, you can use its Troubleshoot mode to disable…3 days ago
-
Posted a reply to orderby rand(), on the site WordPress.org Forums:
I guess that in the args for your query, 'rand' is just a keyword for…3 days ago
-
Posted a reply to Settings API – Order of Sections, on the site WordPress.org Forums:
Did you try changing the priority of the add_action call of Plugin B to be…3 days ago
-
Posted a reply to Trigger an external function, on the site WordPress.org Forums:
You have the right concept, but maybe that plugin isn't using a hook, or did…3 days ago
-
Posted a reply to Page Layouts missing, on the site WordPress.org Forums:
Again, themes with starter content can only apply that starter content on a fresh site.…3 days ago
-
Posted a reply to How can locate the files of my menu item pages?, on the site WordPress.org Forums:
Have you seen the Theme Developer Handbook? Layout is a mixture of HTML elements and…3 days ago
-
Posted a reply to Function.php problem, on the site WordPress.org Forums:
There's a link in the header of every page on this site! https://wordpress.org/download/4 days ago
-
Posted a reply to i need help, on the site WordPress.org Forums:
You really should follow the instructions in the message.4 days ago
Developer
-
Weaver Options Merge
Active Installs: 10+
-
Twenty8teenActive Installs: 200+