Jonathan Bossenger
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: 6.0 RC1Hi @zecamaral
If this issue was caused by upgrading to WordPress 6.0 RC1, please log an issue on the core WordPress issue tracker here https://core.trac.wordpress.org/newticket
Please select “6.0” from the “Milestone” select box when logging this, so that the core developers know it’s related to the 6.0 release.
Forum: Fixing WordPress
In reply to: Taxonomy ImageHi @gamenzie
The support for images from the media library that has all the alternate sizes you’ve described is only support on posts or post types (eg pages), but not yet on taxonomies.
There are plugins in the WordPress repository that will enable this functionality for you, but it’s not current available in WordPress core.
Forum: Fixing WordPress
In reply to: issues with text despairing from pageHi @yenefy looking at the site source code, there is some CSS in the theme’s stylesheet that is being applied to the bio images, that’s overlaying the text.
It looks like you are using the Salient theme from Themeforest.
To get help with this theme, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.
https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266/support
Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.
Forum: Fixing WordPress
In reply to: Gallery Image Link Not WorkingAre you using a default WordPress gallery, or a gallery from a theme or plugin?
Forum: Fixing WordPress
In reply to: How can I achieve this in custom post type?Customising the core WordPress dashboard in the way you have described is not generally easy, but it might be possible.
The admin menu is generated by this file on your WordPress install https://core.trac.wordpress.org/browser/tags/5.9/src/wp-admin/menu-header.php
This menu-header.php file is included in this file on line 258 https://core.trac.wordpress.org/browser/tags/5.9/src/wp-admin/admin-header.php#L258
If you look at the code above it, you’ll see the last action hook is admin_head and the next action hook after the file is included is in_admin_header. So it should be possible to hook into admin_head, enable PHP output buffering, and then capture the buffer into a variable by hooking into in_admin_header, adding the relevant code, and outputting the buffer.
However, as the old saying goes, “Just because we can do something doesn’t mean we should”, and going about it this way is going to add some complexity to your admin dashboard loading times.
Forum: Fixing WordPress
In reply to: Gallery not showing add images buttonI see. If you believe this is related to a WordPress core update, it would be helpful if you log it as an issue here.
https://core.trac.wordpress.org/
Please add as much information as possible, so that the core developers can investigate the problem.
What would also be helpful is if you are able to isolate it to a specific update.
Using the WP Downgrade plugin (https://wordpress.org/plugins/wp-downgrade/) you would be able to downgrade a site to specific WordPress versions, to see at what point the issue was included.
You will probably need to disable core auto updates while you are doing this testing (details here https://wordpress.org/support/article/configuring-automatic-background-updates/).
Thanks @hifriend although it would be best if you added this to the ticket at https://core.trac.wordpress.org/ticket/39827.
Forum: Fixing WordPress
In reply to: Gallery not showing add images buttonThanks. Do you recall if you made any updates to your site which caused the change? ie did you upgrade WordPress versions recently.
I’d like to try and isolate if this is due to a WordPress core update.
Forum: Fixing WordPress
In reply to: WP-CLI not updatingGot it.
What I have done in the past if WP-CLI will not update is repeat the installation steps (ie download the latest phar, set it as executable and then move it to the /usr/local/bin/ directory).
Ok, thanks.
I did a quick search in the WordPress issue tracker, and it appears that this has been logged by another user https://core.trac.wordpress.org/ticket/52864, but is in fact related to an already existing issue – https://core.trac.wordpress.org/ticket/39827.
May I suggest you follow that ticket, and perhaps add any relevant information about your set up there, to help the core contributors test and resolve the issue.
Forum: Fixing WordPress
In reply to: Core Web VitalsYes, page speed insights should help determine what needs to be improved.
If your question has been answered, we would love if you would mark this topic as resolved in the sidebar. This helps our volunteers find the topics that still need attention and more people will get helped, possibly like you did.
5.9 was the release that included FSE (https://wordpress.org/support/wordpress-version/version-5-9/#full-site-editing-is-here)
Forum: Fixing WordPress
In reply to: [NSFW] missing layoutMy pleasure.
If your question has been answered, we would love if you would mark this topic as resolved in the sidebar.
This helps our volunteers find the topics that still need attention and more people will get helped, possibly like you did.
Forum: Fixing WordPress
In reply to: Gallery not showing add images buttonAh, yes, I see the issue now.
With the top toolbar enabled, if you click on the white space below the last image, it should allow you to select the gallery, and the upload button appears (see screencast)
Ah, I see, thanks @dsrt16. It sounds like what you need is a custom plugin for Lifter to add this functionality.
Your best choice of action here might be to either a) reach out to the LifterLMS folks, and see if they recommend any developer who could build this feature for you or b) post a job on https://jobs.wordpress.net/ or another freelance developer platform of your choice, and see if you can hire someone to build this for you.