Jonathan Bossenger
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Core Web VitalsHi @dominicdysart no, that’s fine, I was hoping there would be some additional information on the report that would help.
I did a quick online search for “core web vitals avg lcp” and based on the results, LCP (Largest Contentful Paint) measures the point at which the largest content element appears on the screen. For example if you have a simple web page with just a piece of text and a large image, that large image will be considered the LCP. You can read more about it here https://yoast.com/core-web-vitals/#lcp. This article also seems to give some suggestions on how to fix it.
It looks like what you’re going to need to do is inspect the content on the URLs in the report, determine which element is the LCP, and reduce that for mobile.
Forum: Fixing WordPress
In reply to: Help styling the latest posts blockHi @ethangreen are you able to share a screenshot of the option you have enabled to exclude the current post from the latest posts block?
Forum: Fixing WordPress
In reply to: Download free products based on some confidential codesIt would be better if you ask these questions in the support forums of the plugins in question, I don’t know all the membership plugins and what they offer.
Hi @hifriend
Does this happen on any URL on your WordPress site, or a specific one?
It looks like this problem is related to the code that redirects incoming links to the proper URL based on the site url. So it would be helpful if you could share a URL on the site where this happens.
Forum: Fixing WordPress
In reply to: Phishing activity on microsoft edge browserHi @sumit19
According to the Microsoft documentation, this is because the site has been reported as unsafe by users.
It is also possible to report a site as safe, which you might want to attempt, to see if you can get it marked as safe.
Forum: Fixing WordPress
In reply to: What else could be controlling my Server’s PHP Memory Limit?Hi @skredlemon
The WP_MEMORY_LIMIT and WP_MAX_MEMORY_LIMIT constants will only take affect on the WordPress instance, and will be limited to what is set as the memory limit for PHP, which you are setting in the cPanel settings.
I’m not sure why when you set the cPanel php.ini memory limit from 3GB to 128M, but it then shows as 256M.
It is possible to have multiple php.ini files though, so one might be overriding the other. You might need to check with your hosting provider if there are multiple php.ini files that could be setting the PHP memory limit.
Once way you can check to see what ini files are being loaded is to create a phpinfo.php file in the root of your WordPress install, use the phpinfo function, and then browse to that file. This will give you a bunch of information about the php.ini files being loaded, as well as the values that have been configured for PHP
Forum: Fixing WordPress
In reply to: I can’t edit wp header contentHi @quyenqtmk11
Without knowing where you added the script, it’s going to be difficult to troubleshoot where to remove it.
What you could try is either making a copy of the site to a local development environment, or a staging environment. On that copy, you could set the theme to a default theme, and see if adsense is removed. If it is, then the setting is in the theme settings somewhere. If not, then disable plugins one by one, and check if it’s removed. When it goes, then it’s probably the plugin that was most recently disabled.
Forum: Fixing WordPress
In reply to: Core Web VitalsAre you able to share a screenshot of the items in the mobile report that need improvement?
Usually these types of fixes require improving the loading times of these urls, which may include implementing some form of caching, either at the site or server level.
- This reply was modified 4 years ago by Jonathan Bossenger.
Forum: Fixing WordPress
In reply to: Layout not displaying, home screen not displaying at all in mobile.When I visit your url, I see that the Home page is not displaying, but the Blog and Shop pages are.
Have you configured the Home page as the static front page (details here https://wordpress.org/support/article/creating-a-static-front-page/). This may be why the Home page is not showing.
Forum: Fixing WordPress
In reply to: Gallery not showing add images buttonI’m not sure if this is a recent update, but when editing a gallery, if you click on an image, and then click on the Select Gallery icon in the block toolbar, the option below to add images appears.
Is this what is not working for you?
Forum: Fixing WordPress
In reply to: WP-CLI not updatingHi @dekadinious
In order to help you troubleshoot this, could I check the following with you.
- What operating system are you using?
- Which installation method for WP-CLI did you follow
Thanks
Hi @a4jpcom
I notice that you seem to be using the Release Candidate for WordPress version 6.0. If this is the case, are you able to downgrade back to WordPress 5.9, and see if the problem persists?
If it does, you might need to either log this as an issue with the theme developer, or as a bug for the 6.0 release. However I’d first like to see if switching back to 5.9 solves the problem.
Forum: Fixing WordPress
In reply to: [NSFW] missing layoutHi @dominote
If I visit your site, open my browsers developer tools and switch to the Console tab, I’m seeing a few errors where images and embedded movies are not being found to display, with the following error ERR_CERT_DATE_INVALID.
Then I clicked on the About page, and got a similar error:
Usually this means there is a misconfiguration with your site’s SSL certificate, in this case the certificate might have expired.
If your certificate is created/managed via your web host, you might need to reach out to them to find out why these errors are happening. If you manage the certificate yourself, you might need to renew it. It looks like you’re using a free Let’s Encrypt certificate, which needs to be renewed every 90 days or so.
Forum: Fixing WordPress
In reply to: Using ComposerHi @mabufoysal
Using Composer to manage libraries in a WordPress plugin is not much different to using it in any other PHP application/framework.
If you do a search using your favourite search engine for the terms “wordpress plugin development composer” you should find useful tutorials. One that I can recommend and have used in the past is this one https://www.ibenic.com/using-composer-for-libraries-in-wordpress-plugins-or-themes/
Hi @dsrt16
I’m not aware of any checklist plugins, but have you looked at any of the LMS plugins – https://wordpress.org/plugins/tags/lms/
I know you’ve already built your course, but one of these plugins may have the functionality you need.