WordCamp Bilbao 2024
Forum Replies Created
-
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Remove tags from carouselThank you very much for the quick response. Yes, I had it done with javascript. I just wish I didn’t have to do it this way.
Regarding the code, in case someone reads the post in the future, just add script tags so it can work:
add_action('wp_footer', function(){ echo '<script>jQuery(".uag-post-carousel-test .uagb-post__image a").attr( "href", "javascript:void(0);" );</script> '; });
again,
Thank you very much for your big good workForum: Plugins
In reply to: [Automatic Translate Addon For Loco Translate] Unable to saveSame error here when Loco Automatic Translate Addon is active:
When I try to save a translated string, a warning appears: Asking for reload page or cancel. If I cancel, this message appears:Error: Page not found – (my site title). Check console output for debugging information
Error: Página no encontrada – (my site title). Comprueba la salida de la consola para información de depuración
https:// ibb.co /2k7VXdK
Yeah. I fixed it by switching to Yoast. That doesn’t give me any problems with Schema Pro plugin.
My fault. I forgot to tell you that I had already done those tests. I have deactivated all the modules, and the warning persists. I prefer to use Schema Pro plugin for schema. It offers more itemprops and a better interface for markup. I have used Schema Pro plugin with yoast and seo framework that also offer schema markup and have not given me any problems. But I want to use it with RM because I think it’s a better plugin than the previous ones. However if this error exists I’m afraid I’ll have to use another one.