mulkitpin
Forum Replies Created
-
I 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.I 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 6 years ago by mulkitpin.
I think this line should be checked
/wpml.config.xml
<key name="metadesc-home-wpseo" />- This reply was modified 6 years ago by mulkitpin.
I 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.I 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 6 years ago by mulkitpin.
Hi
Look at this thread
https://ww.wp.xz.cn/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.
If you have 13.x version, i suggest you to NOT INSTALL it now, or at least test it before in a staging environment.
Also… 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
It’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 7 years, 3 months ago by mulkitpin.
i had an older version on backup (9.0.3), unfortunately i cannot resume 9.1 version.
Also 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.