mythreeseasons
Forum Replies Created
-
Forum: Plugins
In reply to: [Web Stories] Crashing when trying to optimize videosThanks so much for your help!!
Forum: Plugins
In reply to: [Web Stories] Google search console errorThank you so much!!
Forum: Plugins
In reply to: [Web Stories] Crashing when trying to optimize videosYes, it’s telling me that after I optimized them
Forum: Plugins
In reply to: [Web Stories] Crashing when trying to optimize videosThanks so much for the quick reply. Right before you got back to me, I noticed the option to optimize the videos through the web stories editor one-by-one. That worked. It did not crash. Still not sure why it was telling me the videos were too large though
I dont know if this is the best long term fix but I found this code yesterday and added it the php of my theme editor:
(https://www.ads-software.com/support/topic/multiple-canonicals/)// remove yoast canonical for web stories
function remove_canonical() {
if ( is_singular( ‘web-story’ ) ) {
add_filter( ‘wpseo_canonical’, ‘__return_false’ );
}
}
add_action(‘wp’, ‘remove_canonical’);The last web story I published is now valid according to the url inspection tool.
Forum: Plugins
In reply to: [Web Stories] Google search console errorI actually just found this support thread that I didn’t see earlier: https://www.ads-software.com/support/topic/multiple-canonicals/
// remove yoast canonical for web stories function remove_canonical() { if ( is_singular( 'web-story' ) ) { add_filter( 'wpseo_canonical', '__return_false' ); } } add_action('wp', 'remove_canonical');
apparently we can add this code to our functions php file on the theme editor!
Great! Yes I contacted my host. Looks like everything is resolved. Thanks!
Thanks so much for your help! I’ll reach out to my host ASAP.
It appears you never got my emails. I asked a number of questions. This issue was never resolved…
Forum: Plugins
In reply to: [Web Stories] Error Cover Image Should be 828x1792pxI realized what was going wrong. I apologize I made a typo in my initial query.
The error said the “Poster Image” was the incorrect size, however, the actual issue was the size of an image on one of the pages on the web story.
There’s still a few glitches. Usually when I click on the checklist, it directs me to the page to correct. Sometimes, the wrong image is showing on the checklist or it’s saying I have one issue, when there’s actually another issue.
This happened before in a slightly different way. I will take screenshots in the future if it happens again. Thanks!
I’m not sure if you received my email!
This is my site: mythreeseasons.comForum: Plugins
In reply to: [Ask Question] “Cannot read property of ‘get’ of undefined” errorI had to contact my server several times and finally someone wrote some code for me I believe..
Forum: Plugins
In reply to: [Revisionize] Problem with Emails when using revisionizeThank you so much for the explanation!I thought it seemed like the email draft was from the draft. I’ll look into it.
Forum: Plugins
In reply to: [YouTube Embed] How to use pluginOkay, so I disabled a yoast youtube embed feature and the videos finally are showing! Only problem is I’m getting the same error messages on google when I validated that the desc/date field issue was fixed. Does this take a few days to kick in?