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 Scrapbooking Theme/Plugin, on the site WordPress.org Forums:
maybe https://wordpress.org/plugins/wp-user-frontend/ https://wordpress.org/plugins/imsanity/ https://wordpress.org/plugins/buddypress-media/ https://wordpress.org/plugins/capability-manager-enhanced/ https://wordpress.org/plugins/wp-file-upload/ https://wordpress.org/plugins/contest-gallery/ https://wordpress.org/plugins/search/membership/ https://wordpress.org/plugins/post-custom-templates-lite/ https://wordpress.org/plugins/ultimate-landing-page/ I haven't tried these, but…15 hours ago
-
Posted a reply to Vertical bar in browser tab, on the site WordPress.org Forums:
Look at your settings in Yoast. They affect the title shown in the browser tab.15 hours ago
-
Posted a reply to Not persistent setting widget, on the site WordPress.org Forums:
You should ask at the support forum for whichever plugin supplies the widget.15 hours ago
-
Posted a reply to Default post page conflicts with theme, on the site WordPress.org Forums:
You can leave the option unset. I do this on sites that don't show latest…15 hours ago
-
Posted a reply to Post Attachment Gallery with Comments, on the site WordPress.org Forums:
Seems like what you need is for your parent post to output the attachment page…17 hours ago
-
Posted a reply to Custom page on archive slug, on the site WordPress.org Forums:
Look at https://developer.wordpress.org/reference/functions/register_post_type/ and scroll down to the 'rewrite' parameter, to see how you can…17 hours ago
-
Posted a reply to changing a colour in header with a background image, on the site WordPress.org Forums:
You should ask on your theme's support forum.17 hours ago
-
Posted a reply to Site Identity – Logo issue, on the site WordPress.org Forums:
OK, you should be clear about what you did (you said you were getting these…18 hours ago
-
Posted a reply to Responsive design and size issue, on the site WordPress.org Forums:
You really should ask at the theme's support forum, so you get the best answer…18 hours ago
-
Posted a reply to Additional CSS code to change font size and colour in page titles, on the site WordPress.org Forums:
You should ask in your theme's support forum, since the author knows the code best,…18 hours ago
-
Posted a reply to Need to figure out how to make a plugin that will rewrite urls on post (saving)., on the site WordPress.org Forums:
Your the_content filter is not changing it in the database. That filter is only run…18 hours ago
-
Posted a reply to Adding CSS to TablePress to Modify Text Attributes, on the site WordPress.org Forums:
1. Tables are specifically for displaying data that repeats. But do you really want 1000…18 hours ago
-
Posted a reply to Registration Error page and Link not Clickable, on the site WordPress.org Forums:
There was a ticket for fixing that link (to remove the < > characters), but…18 hours ago
-
Posted a reply to Issue with building a leaderboard for users in WordPress, on the site WordPress.org Forums:
Seems like it's more complicated than that, since you have to sort and figure out…18 hours ago
-
Posted a reply to Gallery with gallery caption does not align correctly, on the site WordPress.org Forums:
Since you are using gallery block, you should not associate any of the other answers…18 hours ago
-
Posted a reply to Site Identity – Logo issue, on the site WordPress.org Forums:
OK. This file is missing mds-worldpay-woocommerce-admin.css but that doesn't cause scripts to fail. mds-worldpay-woocommerce-admin.js is…19 hours ago
-
Posted a reply to How do I display the taxonomy term alongside the post type post title?, on the site WordPress.org Forums:
Yes, you might be running into this problem, that I was made aware of a…19 hours ago
-
Posted a reply to Post Attachment Gallery with Comments, on the site WordPress.org Forums:
The template for the post type should be to output the markup for the attachments…19 hours ago
-
Posted a reply to Why does this blank page display a list?, on the site WordPress.org Forums:
You can reference the Template Hierarchy to see if you have any template files named…20 hours ago
-
Posted a reply to Menu width, on the site WordPress.org Forums:
When putting code, please use the CODE button. You should ask in the support forum…21 hours ago
-
Posted a reply to Post Attachment Gallery with Comments, on the site WordPress.org Forums:
If you look at the Template Hierarchy, you will see that there is a template…21 hours ago
-
Posted a reply to Theme’s 404.php is being loaded “behind the scenes”, on the site WordPress.org Forums:
I don't see how it could be otherwise. The .htaccess file says that if the…21 hours ago
-
Posted a reply to How do I display the taxonomy term alongside the post type post title?, on the site WordPress.org Forums:
Try something more like: $output .= '<div>' . get_the_title() . ' in ' . wp_get_post_terms(…21 hours ago
-
Posted a reply to Scrapbooking Theme/Plugin, on the site WordPress.org Forums:
Don't look for a theme, as that's not a theme's job. You need plugins to…22 hours ago
-
Posted a reply to Site Identity – Logo issue, on the site WordPress.org Forums:
It sounds like there is an error in the Javascript that handles the cropping (and…23 hours ago
-
Posted a reply to Create a template for one page sites, on the site WordPress.org Forums:
It's not recommended (for SEO) to make your site all on one page. And with…2 days ago
-
Posted a reply to How to change home but not rest of website?, on the site WordPress.org Forums:
The Settings > Reading admin page lets you pick what to show on the home…2 days ago
-
Posted a reply to Generate a csv report that lists all the information that concerns the user, on the site WordPress.org Forums:
Take a look at these plugins: https://wordpress.org/plugins/search/export+user/ Also, AMR Users pulls together lots of user…2 days ago
-
Posted a reply to Deleted images through FTP but files still show up in media library, on the site WordPress.org Forums:
So you deleted all attachments. Did you then use something like Add From Server to…2 days ago
-
Posted a reply to Theme Change Preservation, on the site WordPress.org Forums:
It should be the same. The only thing is that when switching themes, the widgets…2 days ago
-
Posted a reply to Querying external MSSQL database, on the site WordPress.org Forums:
WordPress is just one piece of software on your host account. It does not control…2 days ago
-
Posted a reply to How to Remove wp-die Error Message from Website, on the site WordPress.org Forums:
The same principles apply, though. We don't know why it is showing either. You have…2 days ago
-
Posted a reply to Convert html to wordpress, on the site WordPress.org Forums:
No, I can't write the theme for you. There are thousands of themes that you…2 days ago
-
Posted a reply to Convert html to wordpress, on the site WordPress.org Forums:
Don't put code in the WordPress editor. If your theme isn't calling the_content(), then you…2 days ago
-
Posted a reply to Convert html to wordpress, on the site WordPress.org Forums:
Themes are generic and must handle all content that the user writes, not just certain…2 days ago
-
Posted a reply to Unable to Create Custom Field in Custom Post Type, on the site WordPress.org Forums:
I am using a plugin to define a custom post type, and when I added…4 days ago
-
Posted a reply to Custom Placeholder for Posts and Pages, on the site WordPress.org Forums:
Yes, there are many Search/Replace plugins. A good one is Better Search Replace.4 days ago
-
Posted a reply to How to Move Nav Menu to the Left from the Right., on the site WordPress.org Forums:
You should ask in your theme's support forum, as every theme is different. Asking there,…4 days ago
-
Posted a reply to Menu and Header Disappearing, on the site WordPress.org Forums:
Every theme would have a different setting for the header image, so don't expect it…5 days ago
-
Posted a reply to Deleted images through FTP but files still show up in media library, on the site WordPress.org Forums:
The Media library consists of entries in the database with the details of the files.…5 days ago
-
Posted a reply to Need help in adding article on a category page, on the site WordPress.org Forums:
So, first you want to do it without a plugin, and then you want to…5 days ago
-
Posted a reply to can this be a good approach for theme re-furbishment ?, on the site WordPress.org Forums:
That might be with paid themes. The themes in the WP repository are required to…5 days ago
-
Posted a reply to Stuck when installing WP – “Error establishing a database connection”, on the site WordPress.org Forums:
That all looks correct, but I can only see what you show... I'm sure you're…5 days ago
-
Posted a reply to Blog not showing on blog page but shows on blog template, on the site WordPress.org Forums:
You should ask in the plugin's support forum. https://wordpress.org/support/plugin/elementor/5 days ago
-
Posted a reply to Different Alt Text for images, on the site WordPress.org Forums:
The alt text is mainly for screen readers, to describe an image that the user…5 days ago
-
Posted a reply to How to Remove wp-die Error Message from Website, on the site WordPress.org Forums:
When you get this Critical Error message, there is supposed to be an email sent…5 days ago
-
Posted a reply to can this be a good approach for theme re-furbishment ?, on the site WordPress.org Forums:
"find another theme" No, seriously. The functions that are in the theme should be in…5 days ago
-
Posted a reply to Need help in adding article on a category page, on the site WordPress.org Forums:
As I said, look at the Template Hierarchy, and make a category template file to…5 days ago
-
Posted a reply to Using Custom Functions to Set Default for Images?, on the site WordPress.org Forums:
I tried it in 5.4, but only choosing from existing images. I have the same…5 days ago
-
Posted a reply to Customizing Gutenberg gallery markup, on the site WordPress.org Forums:
You can create galleries with the gallery shortcode from within Gutenberg. And all the ones…5 days ago
Developer
-
Weaver Options Merge
Active Installs: Less than 10
-
Twenty8teenActive Installs: 200+