skip to Main Content

How to remove actions from Yoast SEO plugin

I need to remove the actions that Yoast SEO has added. This is my code: function remove_actions() { // deregister all not more required tags remove_action( 'wp_head', '_wp_render_title_tag', 50 ); remove_action( 'wp_head', array( 'WPSEO_Frontend', 'test123' ), 50 ); remove_action( 'wp_head',…

VIEW QUESTION

Divi theme – CSS responsive table is not displaying

I am trying to create a responsive table here: http://websunweaved.com/mikes-cutco-discount-price-list/ I'm following this page: https://css-tricks.com/responsive-data-tables/ My CSS and table are in a text module - search "et_pb_text_inner" in the page source. Something must be stopping it from formatting because it…

VIEW QUESTION
Back To Top
Search