-
AuthorPosts
-
August 15th, 2023 at 19:32 #141070
Since updating my WordPress installation to 6.3, I’m getting a itemprop=”discussionURL” message on my blog landing page. WordPress is telling me that it’s a conflict with the theme. I am using the Roseta theme at present.
Website: www.carrie-lewis.com/latest-posts
August 18th, 2023 at 05:52 #141124MikeEckmanPower UserI am experiencing the same problem after going to 6.3. It only shows on my Search Results page. I tried changing from 3×3 to 2×2 and it was still there. I am using Septera Plus. My site is:
Website: mikeeckman.com
August 28th, 2023 at 16:25 #141326I have the same problem with my Mystic site after installing to WP 6.3 it show on post pages the postmeta itemprop=”discussionURL”11 Comments my site is https://www.bvision.nl/
Website: www.bvision.nl
August 29th, 2023 at 04:59 #141333MikeEckmanPower UserReally disappointing to see no response from the admins/devs. I fear Cryout Creations themes are no longer viable if there is no support. My site has been built around Nirvana and Septera, and I really don’t want to change, but I will be forced to if things can’t get fixed.
Website: mikeeckman.com
August 29th, 2023 at 17:23 #141337Unfortunately, I’m coming to the same conclusion, and have started thinking about looking for a different theme.
September 7th, 2023 at 03:23 #141514MikeEckmanPower UserCarrie, I found a workaround to make that text go away.
Go into Appearance, Customize, then when in the Customizer, go to Post Information, Meta Information, and uncheck the box for Display Comments.
Disabling that option will make the itemprop=”discussionURL” text go away, but it also takes away the count of how many comments are on each post. If you can live with losing that number, you can get rid of the text that is showing up now.
Hopefully someone fixes this as this is almost certainly only the beginning of more defects that will show up as WordPress is updated, but these themes are not.
September 7th, 2023 at 19:07 #141562Thank you, Mike! Your workaround worked and it was fast and easy.
December 12th, 2023 at 20:23 #143501cmstechPower UserIf you really want to fix it:
Open the file includes/comments.php
On line 108 changecryout_schema_microdata(‘comment-meta’);
into
cryout_schema_microdata(‘comment-meta’, 0);
This keeps the comment counts, and removes the itemprop=”discussionURL”.
December 14th, 2023 at 08:46 #143525Hi,
Running WP6.4 with Esotera, I am also affected by the issue. Both fixes work. When can we expect an official fix?
August 11th, 2024 at 21:02 #148248xofmediaPower UserI’m not sure how old this problem is but I filed a couple support tickets and haven’t heard back. I’m running Fluida Plus now but this problem is also on Septera Plus for other sites I use the themes for.
I found this previous post:
https://www.cryoutcreations.eu/forums/t/comment-counter-on-blog-pageThis seems to confirm Cryout Creations are aware of the issue in August 2023, but it’s now 2024 and no fix… Is support dropping?
I used this fix by just adding some css (style.css):
/* Removes itemprop=”discussionURL” */
.comments-link {
visibility: hidden;
}This seems to remove the problem areas for me while leaving the comments themselves on and the comments count in place for thumbnails (ie: related posts). Temporary fix I’m hoping.
Website: xofmedia.com
-
AuthorPosts
You need to log in to reply to this topic.