Edit Link CSS Support
-
Hello,
What I am trying to achieve:
Excluding the ‘Edit’ link from being printed by adding using a class named ‘no-print’ utilising the media query.
I am having to manually edit the line in order to carry this out, I have found the code below in your plug-in:
$caption .= “render_options[‘edit_table_url’]}\”>” . __( ‘Edit’, ‘default’ ) . ‘‘;
Inside the Protected Function _render_table() of class_render.php, to simply add in a ‘no-print’ class name.
I try not to make a habit of directly editing plug-ins just to add CSS support. It would be useful to have support in the plug-in to be able to add this kind of functionality.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Edit Link CSS Support’ is closed to new replies.