Florian Berger
Forum Replies Created
-
Hi, sry i cant. I am on holiday now for 2-3 Weeks.
What Plugin you deactivated? You switched to higher PHP Version?
Thanks!
Hello Michael,
here the Plugins:
– a CPT Plugin (Tested with Toolset and also with CPT UI)
– YOAST 14.5
– YOAST SEO Multilingual 1.1.2
– WPML (newest)Bug: The CPT Single Post have the same Title&Description as the Archive.
With YOAST SEO Multilingual 1.1.1 this was not the caseIf you use WPML, the Problem:
the update from Yoast SEO Multilingual 1.1.1 to 1.1.2
Reinstalling Yoast SEO Multilingual 1.1.1 solves this problem, but create others.I have found the Problem: was the update from Yoast SEO Multilingual 1.1.1 to 1.1.2
Reinstalling Yoast SEO Multilingual 1.1.1 solves this problem, but create others.Thanks!!
Thank you.
Last thing: how can i downgrade from 14.5 to 14.4.1?Are you shure that the woocommerce update was the last thing you changed? Or the last Yoast updates?
Hi Jarnodev, no solution found. I hope the support team find the bug and release a update.
Same Problem with CPT on my Site. The Meta Titles from CPT Posts are the Title from Archive.
- This reply was modified 5 years, 11 months ago by Florian Berger.
Hello,
thank you. I will wait for next update.
I hope the time we spend to find this bug can help.
I see other People with the same problems.
THXHi Suwash,
i tried adding custom SEO Title and Description by editing the CPT single Post. In frontend is visible the Archive SEO Title and Description, not the idividual one, or the currently in the single CPT Post placed.
Here are a Screen -> https://gofile.io/d/LJHNc6
Hi Priscilla,
thank you. The CPT was implemented with Toolset, so I can’t output details of the CPT.
The changes i make are appearing in Forntend on CPT ArchiveWhat i see:
– The CPT Archive Page Title and Metadescription have the right Title & Description
– The CPT Detail Page Title and Metadescription have the same!? Title & Description as the Archive (this is wrong)- This reply was modified 5 years, 11 months ago by Florian Berger.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] WPML language indexThank you, i will try.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] WPML language indexIs this the problem? Is this code working with WPML?
// Relevanssi parent categories add_filter('relevanssi_content_to_index', 'rlv_parent_categories', 10, 2); function rlv_parent_categories($content, $post) { $categories = get_the_terms($post->ID, 'product_cat'); if (is_array($categories)) { foreach ($categories as $category) { if (!empty($category->parent)) { $parent = get_term($category->parent, 'product_cat'); $content .= $parent->name; } } } return $content; }Forum: Plugins
In reply to: [Relevanssi - A Better Search] WPML language indexI have tested another time:
The problem is the INDEX process. In second language (not setted language when indexing in backend) are indexed only product-titles, not the product-categories.