utnalove
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Tags in post edit-mode are grayed outThank you for your message.
Health Check was already installed.
Site health: Good
Enabled troubleshooting mode -> tried to enter in edit mode on few articles. The same problem:The file https://www.example.com/wp-json/wp/v2/tags?health-check-disable-plugin-hash=6dcbee2265248e2654410af46e110df241ed2a1315b11631662e2157878148ec&page=2&_locale=user
in the network tab quickly changes the status from 200 to pending and from pending to 200 back and forth…In the console log I have hundreds of Fetch finished loading: GET “https://www.example.com/wp-json/wp/v2/tags?health-check-disable-plugin-hash=6dcbee2265248e2654410af46e110df241ed2a1315b11631662e2157878148ec&page=2&_locale=user”
But no errors
- This reply was modified 4 years, 5 months ago by utnalove.
thank you for your help!
After searching and searching I found the root cause:This rule in nginx:
location ~* (roundcube|webdav|smtp|http\:|soap|w00tw00t) { return 444; }
Hello,
I took some time to reply, because we were analyzing it.
Http2 is well on and it seems to work fine.In wp-admin in the screens of other plugins, there are no errors related to other plugins.
The only errors are related to wp-mail-smtp.For example everywhere I can see such error.
This file cannot be downloaded by the browser.
At the same time in the access.log there is a 444 error:
theipaddress - - www.example.com [08/Oct/2020:10:38:22 +0200] "GET /wp-content/pluginpath/wp-mail-smtp/assets/css/admin-bar.min.css?ver=2.4.0 HTTP/2.0" 444 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36" "-"
Forum: Fixing WordPress
In reply to: WP CLI error when running commandsyes with –skip-plugins it works. Without it, not
Forum: Fixing WordPress
In reply to: WP CLI error when running commandsI found out that there is some problem in the plugin that is made by the theme autor of that specific site.
This is why
--skip-plugins
works.I wrote to the theme author for help
Unfortunately this seems to be a broader topic.
I have the same issue, but I don’t have the plugin Essential Grid.I followed the steps in this thread and the issue is still present:
https://siteorigin.com/thread/pagebuilder-not-working-with-wordpress-5-5-1/On TwentyNineteen with only 1 plugin active (siteorigin pagebuilder), and the issue is still there, and no major javascript errors visible in the console.
Hi, thanks for your quick reply.
Thank you. I think that it is important to optimize a site to score well, because it’s an official information from google, that good scoring is one of the many factors of optimalization and better SERP. Since we don’t know the algorythm, it’s good to try to fix what can be fixed. Without paranoia, but still.
Thank you for your understanding and willingness to help. I’ll follow up there.
Anyway, I think I won’t use this plugin anymore… after turning it on the google insights for both mobile and desktop are much lower.
If this is not what should happen, and the authors would like to investigate, I am open to give them access to the repository of my theme.
If not, thanks anyway.I found what to change in order to make it work.
If I replace
<a href="<?php the_permalink() ?>" title="<?php echo get_the_title(); ?>"><img class="post-image" itemprop="image" src="<?php echo wp_get_attachment_url(get_post_thumbnail_id($post->ID)); ?>"></a>
with:
<?php the_post_thumbnail('full', array('class' => 'post_thumbnail_common post-image', 'alt' => get_the_title(), 'title' => get_the_title())); ?>
Question 1:
Why the firs case doesn’t work?Question 2:
Can I fix somehow the first code? I would like to use a similar structure, because I need to keep the schema.org itemprop, alt, etc.-Using the default CDN
-no cache used
-no lazy load used
-no optimization plugins used
-litespeed, jetpack, Hummingbird, autooptimize, WP Rocket, swift, SG Optimizer, WP Fastest Cache – nothing similar usedmy active plugins:
Accelerated Mobile Pages
Akismet Anti-Spam
AMP Layouts
Anti-Malware Security and Brute-Force Firewall
Contact Form 7
Contact Form 7 for AMP
Custom Fields for Gutenberg Block Editor
Markup (JSON-LD) structured in schema.org
Meta Box
ReCaptcha v2 for Contact Form 7
ShortPixel Adaptive Images
Simple Custom CSS and JS
WP Mail SMTP
WPML
Yoastany idea?
- This reply was modified 5 years ago by utnalove.
Thank you for the good and kind explanation.
I firstly tested on the staging site. And I noticed that was the reason for the URLs with IDs instead than seo friendly urls.So problem 1 resolved.
Problem 2 also resolved. I had to put the code not in the header.php but in a wrapper-header.php
Thanks again, it helped me to investigate the problem further
Hi, thanks for your reply.
I have this line, but it’s not being minified/merged:<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
any idea what may be wrong here?
I tried to turn off/on plugin, delete cache, but still the same.any plans to make it compatible?
.htaccess and vhosts can have the same functionalities. Actually NGINX vhosts can be much better fine tuned than .htaccess.They just need to be written the right way.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Custom Post Tye extension not workingHello, that’s very sad, because nowadays about 99% of the themes that are being sold on Themesforest, templatemonster, etc do have such “Custom Post Template”.
A very expensive Plugin like AMP for WP is not supporting such basic feature.
I bought it because it said it supports custom post types.
In order to show custom post types in wordpress pages, a special “Custom Post Template” has to be selected. This is how most themes work.
Probably it’s just few lines of code to be added. Can you please help to support it?