Gruskel
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Webp not working after updateI don’t know, I just know that I have updated both plugins at the same time and Seo by yoast has cracked my site, I thought it was lite speed but it has been seo by yoast.
Forum: Plugins
In reply to: [Yoast SEO] Fatal Error In Last Updateim noob .
Forum: Plugins
In reply to: [Yoast SEO] Fatal Error In Last UpdateHi! , How do I know what my data base charset is?
Forum: Plugins
In reply to: [LiteSpeed Cache] Webp not working after updateSeo by Yoast Update Crash My Web…
Thank you very much for the support! The truth is that it is something that had me worried because when the space of the banner is superimposed on the text the links cannot be clicked and it is translated in a bad user experience. In fact, many users have alerted me by mail that some links could not be clicked and I was worried… Thank you very much !
THANK YOU VERY MUCH!!!!
For Example——-> https://bit.ly/2RMzzj9
Pics in HTML——->https://ibb.co/d7YRqTG
Normal Pics——-> https://ibb.co/RbzgBM5
Thanks!!
Forum: Plugins
In reply to: [a3 Lazy Load] youtube videos are not responsivePrecisely because of that I wrote you in Gutenberg it doesn’t work… since a programmer made me a code to function in classic but in Gutenberg it doesn’t… Yesterday I paid a programmer to fix it in the classic editor and in Gutenberg for that we have to put in CSS of our theme the following:
.videoresp{text-align: center;display: block;margin:0 auto 1rem;max-width:100%}
.videoresp iframe{max-width:100%;max-height:460px}
@media (max-width:700px){.videoresp iframe{max-width:100%;max-height:230px}}And in functions.php the following:
add_filter( ’embed_oembed_html’, ‘wpse_embed_oembed_html’, 99, 4 );
function wpse_embed_oembed_html( $cache, $url, $attr, $post_ID ) {return ‘<div class=”videoresp”>’ . $cache . ‘</div>’;
}This is solved with your plugin and any video that uses Lazy Load. It would be great if you could incorporate it at plugin level in updates since there is no lazy load plugin that fixes this bug and I see many sites with broken videos because of using this effect in their videos… Greetings!
Forum: Plugins
In reply to: [a3 Lazy Load] youtube videos are not responsiveIn my other websites I use the classic editor and in its day a programmer gave me this code to put in functions
add_filter( ’embed_oembed_html’, ‘wpse_embed_oembed_html’, 99, 4 );
function wpse_embed_oembed_html( $cache, $url, $attr, $post_ID ) {return ‘<div class=”videoresp”>’ . $cache . ‘</div>’;
}And this one to put it in the custom style of the CSS template
/* Codigo para hacer responsive los videos de youtube */
.videoresp{position:relative;max-width:900px;margin:1.5rem auto 1.5rem}.videoresp:before{padding-top:56.25%;display:block;content:””}.videoresp iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important}
But with Gutenberg does not work .. I have to change? Thanks!.
It only happens to me in Guttemberg if I put it with the classic editor doesn’t happen.
Forum: Plugins
In reply to: [Broken Link Checker] URL Update not working with Page Builders?Ok I will take it into account however I haven’t added any new plugin since the last update of broken link checker
Forum: Plugins
In reply to: [Broken Link Checker] URL Update not working with Page Builders?And that’s because the link changes within the article but stays eternally in updating, one picture of the problem—> https://ibb.co/5Y9CwVb
- This reply was modified 4 years, 10 months ago by Gruskel.
Forum: Plugins
In reply to: [Broken Link Checker] URL Update not working with Page Builders?The same thing happens to me, it detects the broken urls and when changing them directly from the plugin it stays in “Updating”.
- This reply was modified 4 years, 10 months ago by Gruskel.
Forum: Plugins
In reply to: [All 404 Redirect to Homepage] Abandoned?I have got the same cuestion…
Give me a email contact for send a copy of my theme fo fix it please