Samot80
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Acceptance box does not disable the submit buttonAn error in the code that I uploaded, I corrected it and it works fine now. Apologies.
function deregister_cf7_js() { if ( !is_page(array( 'remocion-de-contenido-con-copyright', 'contacto', 'sube-tu-publicacion' ) )) { wp_deregister_script( 'contact-form-7'); } } add_action( 'wp_print_scripts', 'deregister_cf7_js' ); function deregister_ct7_styles() { if ( !is_page(array( 'remocion-de-contenido-con-copyright', 'contacto', 'sube-tu-publicacion' ) )) { wp_deregister_style( 'contact-form-7'); } } add_action( 'wp_print_styles', 'deregister_ct7_styles');
Forum: Plugins
In reply to: [Contact Form 7] Acceptance box does not disable the submit buttonGeneratepress
I have another Contact Form7 form on the same site if it works correctly, for example:
https://lacawa.com/sube-tu-publicacion/Forum: Reviews
In reply to: [Post My CF7 Form] Muy buen plugin, bastante funcionalI am referring to the frontend Textarea, the way your plugin works makes it perfect, but it would be a plus if there were a third-party plugin or add the functionality of being able to help those who send your post with a more friendly textarea.
An apology if I did not express myself well, my level of English is basic.Thank you very much for your help, Greetings
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Duplicate seo with asgaros forumThank you very much
Best regardsForum: Plugins
In reply to: [SEOPress - On-site SEO] Duplicate seo with asgaros forumI placed the following filter, I don’t know if it is the most appropriate in the future or what problems it may have, but at least it no longer marks the different canonical url error
`function sp_titles_forum($html) {
if (is_page()) {
global $wp;
$current_url = trailingslashit(home_url(add_query_arg([], $wp->request)));$html = ‘<link rel=”canonical” href=”‘.htmlspecialchars(urldecode($current_url), ENT_COMPAT, ‘UTF-8′).'” />’;
}
return $html;
}
add_filter(‘seopress_titles_canonical’,’sp_titles_forum’);Forum: Plugins
In reply to: [Asgaros Forum] WordPress 6 compatibilityWorks fine
Sorry, yes…
Now works fine
ThanksForum: Plugins
In reply to: [WordPress Popular Posts] Dise?o semejante a cards con imagen clickeablemil gracias Héctor, ha funcionado a la perfección.
=)
Forum: Plugins
In reply to: [WordPress Popular Posts] Dise?o semejante a cards con imagen clickeableMuchas gracias por la pronta respuesta
Ya he colocado los dos widgets
Saludos- This reply was modified 2 years, 8 months ago by Samot80.
Graet news!
RegardsForum: Plugins
In reply to: [WordPress Popular Posts] Order by “Recent Posts”Justo lo mismo estaba por preguntar Héctor, me parece muy buena implementación de además de proporcionar la posibilidad de mostrar publicaciones populares por periodos, también de la posibilidad de mostrar publicaciones recientes, si que sean necesario instar más de un plugin.
Saludos
Thanks for answering
This snippet works for meThanks for answering. I tried to use such filter, but i didn’t know how to implement it to get the desired result. If you could guide me a little more, regarding what parameters to place. Greetings.
Forum: Plugins
In reply to: [WP-Paginate] same number in different lineDo you have any idea what css code to use?