Amanda
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Whoever came with the features in WP 6.0 needs to be firedThey’re paid to do this work is not like they’re doing charity. And their precious time breaks a lot of sites with each update and destroys the performances.
Hi, there’s no need to help me anymore as I will move to Rank Math. They allow totally customizable schemas, just what I was looking for.
Thank you for your great support anyway.
Also, I’d like if possible not to include this if the “citation” custom field for a specific post doesn’t have any value.
As it is now, even if I have nothing for citations in a post, the schema will generate the “citation” property and leave it blank [].
- This reply was modified 2 years, 4 months ago by Amanda.
Ok I added the citations property but I have a problem.
My code is:
if(isset($custom_fields['saswp_article_citations'])){ $input1['Citation'] = '[' . $custom_fields['saswp_article_citations'] . ']'; }
However, if I add this in the custom field for a post (look at the images):
“Citation 1”,
“Citation 2”,
“Citation 3”It renders in the page source as following:
“Citation”:”[\”Citation 1\”,\r\n\”Citation 2\”,\r\n\”Citation 3\”]”
When the result should be
“Citation”: [“Citation 1”, “Citation 2”, “Citation 3”]
Can you help me remove the “” that surround the brackets and also the \ that comes after the brackets and and also the \r\n\.
Thanks a lot for the support!
I still need this.
Given it’s about just one field to be added to the “Article” schema can’t you just tell me which file and classes I need to change, please?
It’s just the citation field that I need to add inside the “Article” schema and the value should be taken from a custom field.
This citation field can be placed anywhere, before or after the description, article body, keywords, it doesn’t really matter, I just need it there. That’s all. I don’t need other fancy stuff at the moment just this citation field.
I understand that but I’d really appreciate it if you can help me at least add the citations field in the “Article” schema.
But I need a fix now, can’t you just tell me which files I have to edit and which functions/classes? It should be pretty easy for your dev team.
Hi, thanks so much for the support.
I want an “Article” schema that looks like this:
[{ "@context": "https://schema.org", "@type": "Article", "id": "...", "headline": "...", "url": "...", "inLanguage": "en-US", "datePublished": "...", "dateModified": "...", "author": [{ "@type": "Person", "name": "Author name", "description": "Author description", "sameAs": [ "...", "..." (Basically, these are my social profiles. I can add them manually for each post via custom fields but it would be really time-saving if you can make them default for all posts.) ] }], "description": "...", "keywords": "...", "image": [{ "@type": "ImageObject", "url": "...", "height": ..., "width": ... }], "publisher": { "@type": "Organization", "name": "...", "url": "...", "sameAs" : [ "...", "...", "...", "...", "...", "..." (Basically, these are my social profiles. I can add them manually for each post via custom fields but it would be really time-saving if you can make them default for all post.) ], "logo": { "@type": "ImageObject", "url": "...", "width": ..., "height": ... }, "brand": "Site name" } ,"citation": [ "Citation 1", "Citation 2", "Citation 3", "Citation 4" (Basically, everything inside [] including the quotes for each citation will be in the custom field "article_citations") ], "reviewedBy": [{ "@type": "Person", "name": "Custom field: expert_name",, "description": "Custom field: expert-description", "jobTitle": "Custom field: expert-job", "honorificPrefix": "Dr.", <- default for all schemas "honorificSuffix":"MD", <- default for all schemas "sameAs": [ "...", "..." (Everything inside [] including the quotes for each URL profile will be in the custom field "expert-profiles") ], "knowsAbout": ["..."], <- Everything inside the [] including the quotes will be in the custom field "expert-knowsabout" "alumniOf": [{ "@type": "Organization", <- default for all schemas "Name": "Custom field: expert-alumniof" }] }], "lastReviewed": "The value for the dateModified", }]
Basically, it’s the default “Article” schema your plugin provides but with a few additions:
- For the “author” I need to add the “sameAs” field
- For the “publisher” I need to add the “sameAs” field
- Add “citations”
- Add “reviewedBy” with all the mentioned fields
And if possible (will help a lot) for a specific post that has no custom fields for the “citations” and “reviewedby” to exclude both from the schema.
I also need help with another schema but I know this is too time-consuming for you, that’s why I want to learn how to do it by myself.
It’s an Adsense ad inserted automatically as I have my Adsense account connected to your plugin. I searched on the internet and it seems that indeed it’s a malicious code.
I don’t know if you can assist me with these but I’d highly appreciate any insight.
Thanks!
Hi,
I disabled the ads in the frontend and the errors are gone.
Forum: Plugins
In reply to: [Web Stories] Every time I go to create a new story the server crashesHi Luckyna
Thanks for your support.
I’ll try using troubleshooting mode. I’ll let you know how it goes.
Yes, the issue occurs in incognito as I said the whole server crashes right after I enter the “create new story” page. It’s not about cache or something.
My hosting provider is Vultr.
I’ll provide you with the site health information if I won’t be able to fix the issue by myself after troubleshooting.
Forum: Plugins
In reply to: [Web Stories] Failed to save the storyI was about to say that I’ve got the Rest API enabled, I don’t know why I typed disabled everytime, sorry for the misunderstanding.
I’ve just uploaded the site health info privately.What pisses me off is that your plugin doesn’t even save drafts because of this issue and losing 2 hours made me lose my nerve. Hope you make that works and I’ll change my 1-star review.
Forum: Plugins
In reply to: [Web Stories] Failed to save the story“Now, no-one forces you to “waste your time” with this plugin”
Very professional for someone who has to deal with customer support.
It’s typical for someone to just see the bright side and refuse to look on the other side. Have you searched on public forums, platforms? People complain about your plugin and you have no idea how to fix these issues.
You are asking for something unrelated with this issue, like Site Health information could help you… how the hell a “software engineering” or how do you guys call yourself depends on Site Health to fix plugin issues.. lol.
Here is the screenshot good luck with fixing the issue with this.
I already gave you some useful information:
– I use Cloudflare
– Got Rest API disabled
– Using your templates without any changes did work, made some small changes couldn’t publish the story.You just ask people to disable plugins like that’s the fix for your issues…
Keep repeating yourself that this plugin works on thousands of sites, eventually, all problems will fly away…
Forum: Plugins
In reply to: [Web Stories] Failed to save the storyNothing works.
Lost all the work after getting errors, can’t even save drafts.
What’s weird is that when I’ve used your templates without any changings I could publish the story… Tried again, with the same template, changed few things (text, images), and again the error pop-ups.
Why have you released the plugin without testing it properly?
These are not “hidden bugs” or something… stop wasting my time with your buggy plugin and hire some legit people that know their stuff- This reply was modified 4 years, 1 month ago by Amanda.
Forum: Fixing WordPress
In reply to: Help me fix this pleaseHello, thank you but it didn’t work ??
I have searched the whole internet and I didn’t find anything useful for me