-
Posted a reply to Call to a member function get_stylesheet() on null, on the site WordPress.org Forums:
Thanks for the reply @wpswings! Our solution for now: Downgrade "PDF Invoices & Packing Slips… -
Posted a reply to Call to a member function get_stylesheet() on null, on the site WordPress.org Forums:
I have the same problem. In an object of the class Dompdf\FrameReflower\Page the attribute $style… -
Suggested 2 strings on translate.wordpress.org.
-
Created a topic, Strange and annoying JavScript alert, on the site WordPress.org Forums:
When I open our webpage having the Altruja plugin acti… -
Created a topic, Does this plugin still work for Facebook?, on the site WordPress.org Forums:
Hi! Does this plugin still work? I have horrible diff… -
Created a topic, Works., on the site WordPress.org Forums:
The plugin description warns me because the plugin has… -
Posted a reply to How can I remove the default CSS?, on the site WordPress.org Forums:
Hi Edward, I've checked it again, but wp_dequeue_style will not work. The reason is that… -
Posted a reply to How can I remove the default CSS?, on the site WordPress.org Forums:
The default CSS is registered with an wp_ajax_ action. To remove it, we must first… -
Created a topic, How can I remove the default CSS?, on the site WordPress.org Forums:
The default CSS is not responsive. How can I remove it… -
Posted a reply to How can I disable a Grid Metabox?, on the site WordPress.org Forums:
By using the action grid_metaboxes. Example: ` add_action( 'grid_metaboxes', function($result, $grid_id=null, $post_id=null) { $final_results =… -
Created a topic, How can I disable a Grid Metabox?, on the site WordPress.org Forums:
How can I disable a Grid Metabox? A Metabox is a coll… -
Posted a reply to How can I disable a Grid Box Type?, on the site WordPress.org Forums:
By using the action grid_boxes_search. Example: add_action( 'grid_boxes_search', function($result, $grid_id=null, $post_id=null) { $final_results = [];… -
Created a topic, How can I disable a Grid Box Type?, on the site WordPress.org Forums:
How can I disable a Grid Box Type?