• Quick questions:

    <link rel=’stylesheet’ id=’wp-paginate-css’ href=’https://www.abcxyz.net/wp-content/plugins/wp-paginate/css/wp-paginate.css?ver=2.0.3&#8242; type=’text/css’ media=’screen’ />

    1. Is it okay to change media=’all’ in the above? Will it break UI in anyway?

    2. If its okay, in which file should I make this change?

    I tried changing both line one by one in wp-content/plugins/wp-paginate/wp-paginate.php
    wp_enqueue_style(‘wp-paginate’, $css, false, $this->version, ‘screen’);
    wp_enqueue_style(‘wp-paginate-rtl’, $css, false, $this->version, ‘screen’);

    But none helped.

    Pls suggest.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author AlanP57

    (@alanp57)

    I do not think it would break the UI. Maybe you have to add your own custom CSS for other formats.

    Thread Starter Sanjay

    (@rsclmumbai)

    Thanks Alan for your quick response.

    Which file can I edit to change media=’screen’ to media=’all’

    Thanks

    Plugin Author AlanP57

    (@alanp57)

    Line 423 of wp-paginate.php. Or if you are using right to left text, edit line 433.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘media type=’all’’ is closed to new replies.