mulkitpin
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Error Code 503 while trying to access Pages sectionI had the same problem trying to modify a custom template with Elementor, which worked until a few days ago.
I think the problem started after an update of Elementor.
I solved this problem by exporting the model and re-importing it and deleting the broken one.
I do not know why this happened, but clearly there is something that is not working properly.Forum: Plugins
In reply to: [Yoast SEO] Problem with META description HomePage WPMLI see that you have completly rewrite your code.
I think the issue should be theme related, as WPML cannot correctly know that homepage is translated.Your OLD code (13.5) works
\frontend\class-frontend.php
elseif ( WPSEO_Frontend_Page_Type::is_home_posts_page() ) { $template = WPSEO_Options::get( 'metadesc-home-wpseo' ); $term = [];
But now (14.0.x) you have removed the is_home_posts_page() check, and i cannot get this meta translated in homepage
- This reply was modified 4 years, 6 months ago by mulkitpin.
Forum: Plugins
In reply to: [Yoast SEO] Problem with META description HomePage WPMLI think this line should be checked
/wpml.config.xml
<key name="metadesc-home-wpseo" />
- This reply was modified 4 years, 6 months ago by mulkitpin.
Forum: Plugins
In reply to: [Yoast SEO] Revert to 13.x versionI have reverted to 13.5 and now everything works fine.
I will wait for a more stable version (please consider other thread to check that bug) and will test it in stage environment.Forum: Plugins
In reply to: [Yoast SEO] Problem with META description HomePage WPMLI have reverted to 13.5 version and i can confirm that this bug is related to 14.x version.
Probably there is something wrong with your wplm-config- This reply was modified 4 years, 6 months ago by mulkitpin.
Forum: Plugins
In reply to: [Yoast SEO] Revert to 13.x versionHi
Look at this thread
https://www.ads-software.com/support/topic/problema-with-meta-description-homepage-wpml/
I think there’s something wrong with wpml-config, and now i have no time to check your code.
Also in some sites the indexing process succeded, but at refresh Yoast ask me again to repeat the procedure… and also google pagespeed report give me slower results.Glad to know that it’s possible to revert to previous version. I will do it, and wait for a more stable release.
Forum: Plugins
In reply to: [Yoast SEO] Need more info about the bugs on indexIf you have 13.x version, i suggest you to NOT INSTALL it now, or at least test it before in a staging environment.
Forum: Plugins
In reply to: [Yoast SEO] Version 11.0 Can NOT TURN OFF SCHEMA MARKUPAlso… Yoast is adding user gravatar image-URL also when gravatar is disabled globally and for each author.
Please give the possibility to disable it, as filter doesn’t work.
Forum: Fixing WordPress
In reply to: How to check if database is updatedthanks again!
Grazie ??Forum: Fixing WordPress
In reply to: How to check if database is updatedThanks Luca
Yes db_version is the same – 44719… so everything should be fine, isn’t?Forum: Fixing WordPress
In reply to: How to check if database is updatedForum: Fixing WordPress
In reply to: How to check if database is updatedIn the 5.1 announcement post i can read
5.1 introduces a new database table to store metadata associated with sites and allows for the storage of arbitrary site data relevant in a multisite / network context.
… but i cannot find any new table in database
Forum: Plugins
In reply to: [Yoast SEO] How to stop JSON request from adminIt’s the free Yoast plugin, and everything else is updated (WP 5.0.3).
Is it normal that your plugin try to request a GET through wp-json on backend?
If i disable your plugin, all this GET request disappear…I dont’ want that Yoast try to connect to REST API is this is not really required.
- This reply was modified 5 years, 9 months ago by mulkitpin.
Forum: Plugins
In reply to: [Yoast SEO] Error after Yoast Update to 9.2i had an older version on backup (9.0.3), unfortunately i cannot resume 9.1 version.
Forum: Plugins
In reply to: [Yoast SEO] Waaay too many updates for yoast pluginAlso please do not add unuseful stuff, just to show you are working on it, which always add more issues or pain, such as performance issues.
I’d like to have a secure and clean application with essential stuff.