Florian Berger
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Titles & descriptions from CPT dont work on Detail-PageHi, sry i cant. I am on holiday now for 2-3 Weeks.
Forum: Plugins
In reply to: [Yoast SEO] Meta title set output “Products Archive”What Plugin you deactivated? You switched to higher PHP Version?
Thanks!
Forum: Plugins
In reply to: [Yoast SEO] Titles & descriptions from CPT dont work on Detail-PageHello 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 caseForum: Plugins
In reply to: [Yoast SEO] Meta title set output “Products Archive”If 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.Forum: Plugins
In reply to: [Yoast SEO] Titles & descriptions from CPT dont work on Detail-PageI 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!!
Forum: Plugins
In reply to: [Yoast SEO] Titles & descriptions from CPT dont work on Detail-PageThank you.
Last thing: how can i downgrade from 14.5 to 14.4.1?Forum: Plugins
In reply to: [Yoast SEO] Meta title set output “Products Archive”Are you shure that the woocommerce update was the last thing you changed? Or the last Yoast updates?
Forum: Plugins
In reply to: [Yoast SEO] Meta title set output “Products Archive”Hi Jarnodev, no solution found. I hope the support team find the bug and release a update.
Forum: Plugins
In reply to: [Yoast SEO] Meta title set output “Products Archive”Same Problem with CPT on my Site. The Meta Titles from CPT Posts are the Title from Archive.
- This reply was modified 4 years, 4 months ago by Florian Berger.
Forum: Plugins
In reply to: [Yoast SEO] Titles & descriptions from CPT dont work on Detail-PageHello,
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.
THXForum: Plugins
In reply to: [Yoast SEO] Titles & descriptions from CPT dont work on Detail-PageHi 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
Forum: Plugins
In reply to: [Yoast SEO] Titles & descriptions from CPT dont work on Detail-PageHi 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 4 years, 4 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.