metalsoft
Forum Replies Created
-
Well, I already knew and pointed that out myself but your reply wasn’t even the answer to my question …
Forum: Plugins
In reply to: [LiteSpeed Cache] Removing Original ImagesThank you for your reply.
Are there any settings to only keep the WEBP files?Forum: Plugins
In reply to: [Elementor Website Builder - more than just a page builder] Global FontsThank you
Forum: Plugins
In reply to: [Elementor Website Builder - more than just a page builder] Global FontsThank you for your reply and thanks for clarifying that.
Is there any way I can tweak something to make the font settings really “Global” so that they apply to the whole website?
Forum: Plugins
In reply to: [Classic Editor] Tags Mixing into One Long Tag!I don’t use Jetpack.
But I believe my problem had something to do with my theme not being up-to-date. After updating my theme I don’t have a problem anymore …
Forum: Plugins
In reply to: [Classic Editor] Tags Mixing into One Long Tag!Thanks but it didn’t work for me.
I tried this solution before posting and I even disabled the plugin to use block editor and then enabled classic editor again. Also, I tried using another browser to make sure this is not a cache problem, but it didn’t work.Forum: Plugins
In reply to: [GD Rating System] Bug reportI believe this is happening again on the latest version of the plugin. I’d be thankful if you look into it.
Forum: Plugins
In reply to: [GD Rating System] Cannot understand the value date/timeThank you
Forum: Plugins
In reply to: [GD Rating System] Cannot understand the value date/timeHmmm, Why do you set the year to 1399? I think what you need to do is output the date exactly as is provided in the DB by WordPress. Because showing the date as 1399 is exactly what we are trying to avoid here.
For me, on my posts, what Yoast SEO shows in the OpenGraph data and Schemas are both Gregorian dates.Forum: Plugins
In reply to: [GD Rating System] Cannot understand the value date/timeThank you. It’d be awesome 🙂
Forum: Plugins
In reply to: [GD Rating System] Cannot understand the value date/timeWhat I say may sound weird and funny but bear with me since I am not in any way an expert neither in programming nor in WP.
So I looked through the Yoast SEO Plugin source and I found to output published and modified date in schema markup they use this line of code :
$post->post_date_gmt
$post->post_modified_gmtand then I looked through the WordPress DB and in wp_posts table I saw “post_date_gmt” and post_modified_gmt columns which contain the valid Gregorian publish and modified dates in GMT time.
So I don’t exactly know how but maybe you can access this directly?
- This reply was modified 5 years, 12 months ago by metalsoft.
Forum: Plugins
In reply to: [GD Rating System] Cannot understand the value date/timeActually the date on the OP’s (the person who started this thread) post is “1399/2/31” (Error says: cannot understand the value 1399/2/31 23:30:02 as a date/time.) which at least is a valid and current date in the country that I live in (We use Jalali date).
So the thing is as @gdragon mentioned, Google only expects Gregorian Calendar.
We use conversion plugins on our websites to change the dates in WordPress.
For example these to plugins :
https://wordpress.org/plugins/wp-parsidate/
https://wordpress.org/plugins/wp-persian/I don’t know how but someway Yoast SEO always manages to output the gregorian date in their schema information on posts, even when the date on the post is Shamsi/Jalali.
It’d be awesome if you found a way to only output the Gregorian date in GD Rating System too. Because at least in Article schema type this is actually causing issues in Google Search Console.
Forum: Plugins
In reply to: [GD Rating System] Bug reportThanks a lot.
Forum: Plugins
In reply to: [GD Rating System] Bug reportThank you 🙂
Forum: Plugins
In reply to: [GD Rating System] Bug reportYou’re welcome.
It’s not a warning. this is an error. Please check this image I just took from my Google Search Console :As you can see, the ones that don’t have ratings are considered as an error, and Google says I need to fix them. The products that only have the ratings and no other information are accepted as valid products but not without ratings.