chusterclock
Forum Replies Created
-
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] UAGDay attribute polluting the codeI have the same issue
Yes, it is not parsing html code on contact and register forms. I reverted to previous version until they fix it.
Totalmente de acuerdo. Tremendo giro de marketing para vender la versión PRO, inundando toda la página de botones para comprar. Encima unos precios prohibitivos.
Cuando vean volar las desinstalaciones ya reaccionarán.
Ahora a la competencia le habrá venido de perlas…Forum: Plugins
In reply to: [Extensive VC Addons for WPBakery page builder] some shortcodes not displayedHi Nenad,
sorry but I tried this with no results:
function quitar_post_types() { return array (); } add_filter( 'extensive_vc_filter_add_custom_post_type', 'quitar_post_types' );
I also tried:
add_filter( 'extensive_vc_filter_add_custom_post_type', '__return_empty_array' );
Thank you!!!
Forum: Plugins
In reply to: [Extensive VC Addons for WPBakery page builder] some shortcodes not displayedThank you very much for your attention!!!
It works and now I can disable elements in VC editor, but I also would like to disable both clients and testimonials custom post types for cleaning DB. I tried by action hook showed in support and it did’t work for me.Forum: Plugins
In reply to: [Extensive VC Addons for WPBakery page builder] some shortcodes not displayedMy problem is the opposite, I want to disable some shortcodes and both clients and testimonial custom post types. Disabling from settings doesn’t work for me.
Thank you in advance and congratulations for that great plugin!!!
Forum: Plugins
In reply to: [Schema] Recent update showing AMP errorsSame problem on AMP pages. This is the error shown:
Warning: in_array() expects parameter 2 to be array, null given in /…/wp-content/plugins/schema/includes/integrations/amp.php on line 29
Had to disable the plugin.- This reply was modified 6 years, 4 months ago by chusterclock.